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 21:07: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.
> If you eval:

> (let ((data (lisp-completion-at-point))) (cadr data)) 

> with point (!) at: 

> (def!(something)

> and then point (!) at: 

> (def! (something)

> You will get a different value.

No, I get the same value.  I just tried with an "emacs -Q" on the trunk.


        Stefan



reply via email to

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