emacs-pretest-bug
[Top][All Lists]
Advanced

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

xml-parse-tag bug


From: Katsumi Yamaoka
Subject: xml-parse-tag bug
Date: Thu, 15 Apr 2004 10:37:01 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

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>




reply via email to

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