GNU bug report logs - #10946
24.0.94; eval-after-load incompatible change

Previous Next

Package: emacs;

Reported by: Leo <sdl.web <at> gmail.com>

Date: Mon, 5 Mar 2012 11:00:02 UTC

Severity: normal

Found in version 24.0.94

Fixed in version 24.0.95

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Glenn Morris <rgm <at> gnu.org>
Cc: Leo <sdl.web <at> gmail.com>, 10946 <at> debbugs.gnu.org
Subject: bug#10946: 24.0.94; eval-after-load incompatible change
Date: Fri, 09 Mar 2012 21:40:39 -0500
> So IMO there should at least be a NEWS entry about this.

Indeed, please add one.

> Isn't it possible to get the old behaviour back by changing the thing
> that gets added to after-load-alist from:

> (when load-file-name
>    ...stuff...)

> to

> (if load-file-name
>    ...stuff...
>    ;; Not being provided from a file, run form right now.
>    (form))

Yes, please do make this change, maybe with a warning about it
being discouraged.


        Stefan




This bug report was last modified 13 years and 152 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.