emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#20456: closed (lisp-complete-symbol PREDICATE argu


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20456: closed (lisp-complete-symbol PREDICATE argument non-functional since 24.4)
Date: Sat, 16 May 2015 14:02:03 +0000

Your message dated Sat, 16 May 2015 16:01:31 +0200
with message-id <address@hidden>
and subject line Re: bug#20456: lisp-complete-symbol PREDICATE argument 
non-functional since 24.4
has caused the debbugs.gnu.org bug report #20456,
regarding lisp-complete-symbol PREDICATE argument non-functional since 24.4
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20456: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20456
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: lisp-complete-symbol PREDICATE argument non-functional since 24.4 Date: Wed, 29 Apr 2015 03:03:10 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Package: emacs
Version: 24.4

emacs -Q

Insert "(define-m" in scratch.
M-: (lisp-complete-symbol 'commandp)


Emacs 24.3 correctly returns:

Possible completions are:
define-mail-abbrev <f>
define-mail-alias <f>
define-mode-abbrev <f>


Emacs 24.4 and later return:

Possible completions are:
define-mail-abbrev      define-mail-alias
define-mail-user-agent  define-minor-mode
define-mode-abbrev


The PREDICATE argument does nothing. At the very least, the function's
documentation needs updating. (Obsoleting lisp-complete-symbol doesn't
obviate the need for doing that.)



--- End Message ---
--- Begin Message --- Subject: Re: bug#20456: lisp-complete-symbol PREDICATE argument non-functional since 24.4 Date: Sat, 16 May 2015 16:01:31 +0200
Glenn Morris writes:

> Package: emacs
> Version: 24.4
>
> emacs -Q
>
> Insert "(define-m" in scratch.
> M-: (lisp-complete-symbol 'commandp)
>
>
> Emacs 24.3 correctly returns:
>
> Possible completions are:
> define-mail-abbrev <f>
> define-mail-alias <f>
> define-mode-abbrev <f>
>
>
> Emacs 24.4 and later return:
>
> Possible completions are:
> define-mail-abbrev      define-mail-alias
> define-mail-user-agent  define-minor-mode
> define-mode-abbrev
>
>
> The PREDICATE argument does nothing. At the very least, the function's
> documentation needs updating. (Obsoleting lisp-complete-symbol doesn't
> obviate the need for doing that.)

I updated the dostring of the function and removed the usage of
`predicate' that was indeed useless.

Nico
-- 
Nicolas Petton
http://nicolas-petton.fr

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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