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

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

bug#14061: 24.3.50; Globbing in completion not working correctly


From: Michael Heerdegen
Subject: bug#14061: 24.3.50; Globbing in completion not working correctly
Date: Wed, 27 Mar 2013 01:44:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Michael Heerdegen <michael_heerdegen@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





reply via email to

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