GNU bug report logs -
#20456
lisp-complete-symbol PREDICATE argument non-functional since 24.4
Previous Next
Reported by: Glenn Morris <rgm <at> gnu.org>
Date: Wed, 29 Apr 2015 07:04:02 UTC
Severity: normal
Found in version 24.4
Done: Nicolas Petton <nicolas <at> petton.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 16 May 2015 16:01:31 +0200
with message-id <87h9rciptw.fsf <at> petton.fr>
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
help-debbugs <at> gnu.org.)
--
20456: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20456
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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.)
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 10 years and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.