[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trunk r112976: * lisp/subr.el (with-eval-after-load): New
From: |
Michael Heerdegen |
Subject: |
Re: trunk r112976: * lisp/subr.el (with-eval-after-load): New |
Date: |
Tue, 18 Jun 2013 18:49:48 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
Hello,
Xue, I guess you should make a bug report, so that this isn't forgotten.
emacs-dev is a good forum for discussion, however, without making a bug
report, things get stalled most of the time, because it's on nobody's
todo list.
Thanks,
Michael.
> > 1. `eval-after-load' isn't documented any more. This paragraph is
> > somewhat suprising to readers who did not know this function before;
>
> The wording should be made more general so as to include eval-after-load
> and with-eval-after-load (and eval-next-after-load).
>
> > 2. (info "(elisp) Coding Conventions") has already stated that the use
> > of `eval-after-load' isn't recommended.
>
> Repetition is not bad,
>
>
> Stefan