emacs-devel
[Top][All Lists]
Advanced

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

Getting information about an error


From: Lennart Borgman (gmail)
Subject: Getting information about an error
Date: Thu, 29 Nov 2007 02:56:01 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

I am trying to get information about an error that happens during fontification. I have something like this

      (condition-case err
          (funcall major)
        (error
         (mumamo-display-error 'mumamo-funcall-major "%s: %s"
                               major
                               (error-message-string err)))))

This writes the error to a log buffer, but I only get the name of the error (which is "Wrong type argument: stringp, nil"). I would need a traceback from inside that (funcall major). Is there a way to get that?




reply via email to

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