emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] libxml-parse-xml-region: Raise runtime error, don't return nil


From: Jambunathan K
Subject: Re: [O] libxml-parse-xml-region: Raise runtime error, don't return nil
Date: Sat, 09 Nov 2013 17:23:16 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Christof Spitz <address@hidden> writes:

> Emacs did return a runtime error

This is what Emacs does.  

>From xml.c: 96
          message1 ("libxml2 library not found");

and message1 (based on other uses elsewhere) seems to be used for
ordinary echo area messages (like prompt strings etc) as opposed to an
"error" message.

----------------------------------------------------------------

It is easy to check though.

I don't have access to a Windows machine.  It should really be an error
and not a simple informative message.  Try this:

1. Remove libxml
2. M-x toggle-debug-on-error RET
3. Export to freemind

Do you now get a backtrace buffer?  



reply via email to

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