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

xml-parse-tag bug



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>