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: Thierry Volpiatto
Subject: Re: lisp-completion-at-point "end" position.
Date: Wed, 03 Aug 2011 06:35:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Stefan Monnier <address@hidden> writes:

>>>>>> (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.
Yes, sorry, it works with this example.
It doesn't with:
(def!something

It's why i prefer always the value of point instead of end.

Thanks. 

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 



reply via email to

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