emacs-devel
[Top][All Lists]
Advanced

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

Re: lisp-completion-at-point "end" position.


From: Stefan Monnier
Subject: Re: lisp-completion-at-point "end" position.
Date: Tue, 02 Aug 2011 16:11:48 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>>> (def(something) => doesn't complete def
>>> (def! (something) => complete def
>> A space should not be needed when the subsequent char is an open-paren.
> At another level, not lisp-completion-at-point.

No, I mean for lisp-completion-at-point.  I.e. I can't reproduce the
problem you show above.

> My concern was lisp-completion-at-point, not the completion UI of
> emacs. (i don't use it).

I understand that.  But completion-at-point-functions does allow point
to be within the to-be-completed element (rather than only at its end)
and so a UI that wants to use it needs to take this into account (it
may for example elect to ignore the `end' and always use point instead).


        Stefan



reply via email to

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