emacs-devel
[Top][All Lists]
Advanced

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

Re: xml-parse-region broken?


From: Juliusz Chroboczek
Subject: Re: xml-parse-region broken?
Date: Fri, 01 Sep 2006 04:23:51 +0200
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.

                                        Juliusz




reply via email to

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