emacs-devel
[Top][All Lists]
Advanced

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

Re: trunk r116285: * lisp/emacs-lisp/lisp.el (lisp-completion-at-point):


From: Stefan Monnier
Subject: Re: trunk r116285: * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
Date: Thu, 13 Feb 2014 08:33:34 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> We might add special handling for `eval-after-load' eventually, but

No: people should be moving to with-eval-after-load which does not
suffer from such problems.

> `eval' should be more rare: I'd expect that most of the time it's passed
> a variable, not a straight quoted form.  Although yes, mutual canceling
> of `eval' and one quote shouldn't be too hard to implement.

Again, probably undesirable, since the use of `eval' should not be encouraged.


        Stefan



reply via email to

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