help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: C-h f strange behavior with 24.1.50 snapshot


From: Leo Alekseyev
Subject: Re: C-h f strange behavior with 24.1.50 snapshot
Date: Thu, 5 Jul 2012 13:14:01 -0500

>> In general, how does one go about getting more information about such
>> errors?  Can one enable a more detailed traceback, like one provided
>> by --debug-init, but something that would get triggered by errors such
>> as the one above?
>
> What I can suggest is to use this to make GNU Emacs list in *Messages* all 
> Elisp files it loads and compare these lists and then the Elisp files in 
> unusual places:
>
>         (defadvice load (before debug-log activate)
>           (message "(Tipp von Kai G) Lade jetzt: %s" (ad-get-arg 0)))
>
> --

Thanks for the tip!

For the record, my original problem was resolved by installing the
emacs-snapshot-el package.  It's probably a bug for help to break
silently if the elisp files aren't installed...



reply via email to

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