emacs-devel
[Top][All Lists]
Advanced

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

Re: Symbol's function definition is void: <


From: Lennart Borgman
Subject: Re: Symbol's function definition is void: <
Date: Fri, 26 Jun 2009 20:17:17 +0200

On Fri, Jun 26, 2009 at 1:10 PM, Thien-Thi Nguyen<address@hidden> wrote:
> () Lennart Borgman <address@hidden>
> () Fri, 26 Jun 2009 01:11:25 +0200
>
>   Maybe defadvice on make-symbol and unintern could catch this
>   possibility? Some more function to watch?
>
> How about enabling `debug-on-error' then adding to `post-command-hook':
>
>  (lambda ()
>    (unless (boundp '<)
>      (error "unbound <")))

Yes, that is a good idea if combined with the backtrace from the
defadviced functions.




reply via email to

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