emacs-devel
[Top][All Lists]
Advanced

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

Re: loading foo.el while foo-var is let-bound


From: Stefan Monnier
Subject: Re: loading foo.el while foo-var is let-bound
Date: Tue, 02 Nov 2010 10:58:52 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>> (let ((iswitchb-make-buflist-hook t))
>> (require 'iswitchb))
>> 
>> C-h v iswitchb-make-buflist-hook
>> It is void as a variable.

> BTW, is there any prospect of warning about/dealing with this kind of
> of thing?

Hmm... indeed we have a bug: the Fdefvar code tries to catch it and emit
a warning, but Fdefvar is not called in the above case.


        Stefan



reply via email to

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