GNU bug report logs - #20456
lisp-complete-symbol PREDICATE argument non-functional since 24.4

Previous Next

Package: emacs;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Glenn Morris <rgm <at> gnu.org>
Subject: bug#20456: closed (Re: bug#20456: lisp-complete-symbol PREDICATE
 argument non-functional since 24.4)
Date: Sat, 16 May 2015 14:02:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 20456 <at> debbugs.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)]
From: Nicolas Petton <nicolas <at> petton.fr>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 20456-done <at> debbugs.gnu.org, 20456 <at> debbugs.gnu.org
Subject: Re: bug#20456: lisp-complete-symbol PREDICATE argument non-functional
 since 24.4
Date: Sat, 16 May 2015 16:01:31 +0200
[Message part 3 (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)]
[Message part 5 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: submit <at> debbugs.gnu.org
Subject: lisp-complete-symbol PREDICATE argument non-functional since 24.4
Date: Wed, 29 Apr 2015 03:03:10 -0400
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.)



This bug report was last modified 10 years and 6 days ago.

Previous Next


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