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: Fri, 07 Feb 2014 04:16:02 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

> > Shouldn't we also filter out functions (and maybe the symbols of the
> > third kind), depending on whether there's a quote before BEG?
>
> Yes, except that "a quote before BEG" is not sufficient.
> We could/should also check if one of the parent open-parens is prefixed
> with a quote or a backquote, and only allow boundp if not.

What about macro calls?  E.g. (defadvice make-frame| ) - there's no
quoting involved.

Michael.




reply via email to

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