emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Refactoring xml.el namespace handling


From: Katsumi Yamaoka
Subject: Re: Refactoring xml.el namespace handling
Date: Fri, 16 Apr 2004 12:14:38 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Hi,

I sent a bug report to the emacs-pretest-bug list yesterday,
however it doesn't seem to be delivered.  So, I resend it to the
Author.

--- Begin Message --- Subject: xml-parse-tag bug Date: Thu, 15 Apr 2004 10:37:01 +0900
Hi,

Here's a simple code to reproduce the bug:

(with-temp-buffer
  (insert "<rdf:RDF>\n</rdf:RDF>\n")
  (goto-char (point-min))
  (xml-parse-tag))

It occurs with the latest xml.el in the Emacs CVS head and I
cannot run some programs, e.g., several shimbun modules of the
emacs-w3m package.

Regards,
-- 
Katsumi Yamaoka <address@hidden>

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]