GNU bug report logs - #19854
Document new behaviour of elisp at point completion wrt

Previous Next

Package: emacs;

Reported by: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>

Date: Fri, 13 Feb 2015 16:11:02 UTC

Severity: normal

Found in version 25.0.50

Fixed in version 25.1

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 19854 <at> debbugs.gnu.org (full text, mbox):

From: Thierry Volpiatto <thierry.volpiatto <at> gmail.com>
To: Dmitry Gutov <dgutov <at> yandex.ru>
Cc: 19854 <at> debbugs.gnu.org
Subject: Re: bug#19854: 25.0.50; completion-extra-properties in emacs-25
Date: Sat, 14 Feb 2015 07:57:01 +0100
Dmitry Gutov <dgutov <at> yandex.ru> writes:

> Hi!
>
> On 02/13/2015 06:07 PM, Thierry Volpiatto wrote:
>
>> I use (plist-get completion-extra-properties :annotation-function)
>> to extract this value, and unfortunately this value has disapeared in
>> emacs-25:
>
> Are you sure it should be in that list, in the context you're trying?

Ok I understand now what is happening, the behavior have completely
changed in emacs-25 and is indeed more clever:

Say I am completing against "tv/".

Emacs-25:

tv/! => I get only the variables starting by "tv/".
(tv/! => I get only the functions.
(let ((fn 'tv/ => I get variables+function and functions are tagged at
                  end with <f>.
(let ((fn #'tv/ => Only the functions not tagged.

Emacs-24:

Put all, variables+functions all together and tagged at end with <f> for
functions as soon as "tv/" have no paren at start.

So the behavior of emacs-25 is now better than emacs-24, probably you
should close this (maybe it needs to be documented somewhere or it is
already and I missed it).

Sorry, but this needed to be clarified.

Thanks.

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




This bug report was last modified 9 years and 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.