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

Re: Refactoring xml.el namespace handling



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 ---
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 <yamaoka@jpl.org>
--- End Message ---