From: Michael Heerdegen <michael_heerdegen@web.de>
To: 14061@debbugs.gnu.org
Subject: bug#14061: 24.3.50; Globbing in completion not working correctly
Date: Wed, 27 Mar 2013 01:44:39 +0100 [thread overview]
Message-ID: <87ip4disco.fsf@web.de> (raw)
In-Reply-To: <87ip4dg53q.fsf@web.de> (Michael Heerdegen's message of "Tue, 26 Mar 2013 23:37:29 +0100")
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
next prev parent reply other threads:[~2013-03-27 0:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-26 22:37 bug#14061: 24.3.50; Globbing in completion not working correctly Michael Heerdegen
2013-03-27 0:44 ` Michael Heerdegen [this message]
2013-03-27 2:49 ` Michael Heerdegen
2013-03-27 14:41 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ip4disco.fsf@web.de \
--to=michael_heerdegen@web.de \
--cc=14061@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.