emacs-devel
[Top][All Lists]
Advanced

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

Re: How do I debug errors in post-command-hook?


From: Johan Bockgård
Subject: Re: How do I debug errors in post-command-hook?
Date: Fri, 30 Jul 2010 13:58:59 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> On Friday 30 July 2010 02:11:38 Johan Bockgård wrote:
>
> Hi Johan,
>
>> (defadvice lusty--post-command-function (around intercept activate)
>>   (condition-case err
>>       ad-do-it
>>     ;; Let the debugger run
>>     ((debug error) (signal (car err) (cdr err)))))
>
> That didn't enter the debugger.

You need to turn on debug-on-error.



reply via email to

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