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: Michael Heerdegen
Subject: Re: trunk r116285: * lisp/emacs-lisp/lisp.el (lisp-completion-at-point): Symbols don't start
Date: Thu, 13 Feb 2014 08:36:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Dmitry Gutov <address@hidden> writes:

> We might add special handling for `eval-after-load' eventually, but
> `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.

I agree.  And `eval-after-load' has more or less been obsoleted by
`with-eval-after-load', where no quoting is necessary.

> Ok, good. See the updated patch (in another email).

Thanks, I'll have a look.

Michael.




reply via email to

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