emacs-devel
[Top][All Lists]
Advanced

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

Re: What's the best way to write complex emacs extension


From: Alexis
Subject: Re: What's the best way to write complex emacs extension
Date: Tue, 04 Nov 2014 13:59:16 +1100

scopeview . writes:

> I have used edebug for developing my elisp extension.
>
> I just feel elisp + XML + c binary for complex extension is not so
> convenient. Even with edebug, when some predication failed, I should guess
> where it could be then set edebug function entry.

Are you already aware of the `debug-on-message` variable?

    Documentation:
    If non-nil, debug if a message matching this regexp is displayed.

It would let you do something like:

    (setq debug-on-message "Wrong type argument: stringp")


Alexis.



reply via email to

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