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

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

bug#20456: lisp-complete-symbol PREDICATE argument non-functional since


From: Glenn Morris
Subject: bug#20456: 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.)





reply via email to

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