GNU bug report logs - #14061
24.3.50; Globbing in completion not working correctly

Previous Next

Package: emacs;

Reported by: Michael Heerdegen <michael_heerdegen <at> web.de>

Date: Tue, 26 Mar 2013 22:41:02 UTC

Severity: normal

Found in version 24.3.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: 14061 <at> debbugs.gnu.org
Subject: bug#14061: 24.3.50; Globbing in completion not working correctly
Date: Wed, 27 Mar 2013 01:44:39 +0100
Michael Heerdegen <michael_heerdegen <at> web.de> writes:

>    C-h v *compil*warn* TAB TAB
>
> "byte-compile-warnings" should be among the matches, but that's not
> the case.

Looks like `completion-pcm--merge-completions' is introducing the error:

(completion-pcm--merge-completions
 '("byte-compile-error-on-warn"
   "byte-compile-warning-types"
   "byte-compile-warnings"
   "byte-compile-last-warned-form")
 '(star "compil" star "warn"))

==>

(any "warn" "-" star "compile-" "byte-")
             ^               ^
Note the two hyphens.


Regards,

Michael




This bug report was last modified 12 years and 57 days ago.

Previous Next


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