emacs-devel
[Top][All Lists]
Advanced

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

Re: xml-parse-region broken?


From: Stefan Monnier
Subject: Re: xml-parse-region broken?
Date: Thu, 31 Aug 2006 22:35:35 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>>> Try doing:
>>> (require 'xml)
>>> (with-temp-buffer
>>> (insert "<a>\n</a>\n")
>>> (xml-parse-region 1 (point-max)))

>>> With 21.4.1, this gives ((a nil)).  With 22.0.50.1 (Debian version
>>> 1:20060824-1), it gives ((a nil "\n")).

>> In what way is that "broken"?

> The result with 21.4.1 is correct.  The one with 22.0.50.1 is broken.

> Sorry for not being explicit.

I understood this part, but I don't know in what sense is the new
behavior broken.  The text bracketed by <a> ... </a> is indeed "\n",
isn't it?


        Stefan




reply via email to

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