emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: eval-after-load bug


From: Richard Stallman
Subject: Re: eval-after-load bug
Date: Fri, 26 May 2006 00:49:33 -0400

    In addition to this, now it is hard to access a certain element
    of `after-load-alist'.

It is very kludgy to edit `after-load-alist' in this way.
Even for one file of Gnus to communicate with another
using `after-load-alist' is kludgy.  Don't do it that way!

The right way to do this sort of job is to defvar a hook variable,
and call it from the right place.  Then you can edit it wherever
you want, and it will be clear.

Please remove the use of `eval-after-load' and do that instead.




reply via email to

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