[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
xml-parse-tag bug
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 15 Apr 2004 10:37:01 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 06644
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>