emacs-devel
[Top][All Lists]
Advanced

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

Re: Globbing in completion


From: Stefan Monnier
Subject: Re: Globbing in completion
Date: Mon, 25 Mar 2013 10:19:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>   (require 'bytecomp) ; just for the defvar
> Now 
>    C-h v *compil*warn* TAB TAB
>
> I would expect "byte-compile-warnings" among the matches, but that's not
> the case.

Indeed, that looks like a bug.  For some reason "*compil*warn*" gets
completed (after the first TAB) to "byte-compile-*-warn" rather than to
"byte-compile*-warn".  Please make it a bug report, so we have
a bug-number to track it.

> Same with "*compil-warn*".  Why?

OTOH for "*compil-warn*", I do get byte-compile-warnings in the list.


        Stefan



reply via email to

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