all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* xml-parse-region broken?
@ 2006-09-01  0:16 Juliusz Chroboczek
  2006-09-01  2:17 ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Juliusz Chroboczek @ 2006-09-01  0:16 UTC (permalink / raw)


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")).

                                        Juliusz Chroboczek

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-09-01 17:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-01  0:16 xml-parse-region broken? Juliusz Chroboczek
2006-09-01  2:17 ` Stefan Monnier
2006-09-01  2:23   ` Juliusz Chroboczek
2006-09-01  2:35     ` Stefan Monnier
2006-09-01 13:50       ` Juliusz Chroboczek
2006-09-01 17:12         ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.