[Top][All Lists]
[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
- Re: Avoiding replies on emacs-diffs, (continued)
- Re: Avoiding replies on emacs-diffs, Stefan Monnier, 2010/11/03
- Re: Avoiding replies on emacs-diffs, Karl Fogel, 2010/11/03
- Re: Avoiding replies on emacs-diffs, Stephen J. Turnbull, 2010/11/03
- Re: Avoiding replies on emacs-diffs, Stefan Monnier, 2010/11/04
- Re: Avoiding replies on emacs-diffs, Karl Fogel, 2010/11/04
- Re: Avoiding replies on emacs-diffs, Miles Bader, 2010/11/04
loading foo.el while foo-var is let-bound [was Re: /srv/bzr/emacs/trunk r102179: Silence gnus-util.el compilation.], Glenn Morris, 2010/11/01
- Re: loading foo.el while foo-var is let-bound,
Stefan Monnier <=