[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#1800: 23.0.60; Changed meaning of * in buffer name completion
From: |
Juri Linkov |
Subject: |
bug#1800: 23.0.60; Changed meaning of * in buffer name completion |
Date: |
Wed, 07 Jan 2009 00:54:17 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) |
>> Trying to switch to a killed buffer that had `*' at the beginning
>> of its name (e.g. *grep*) typing `* g TAB' displays a large list
>> of irrelevant buffer names.
> [...]
>> [No match, type TAB again for * as a wildcard]
>
> Here's another option: only treat * as a wildcard if it doesn't match
> anything existing. I.e. if you have buffers that start with "*", then
> "*g" will not treat the * as a wildcard. To force the use of
> a wildcard, we could let the user type "**g".
It seems unlikely not to have a buffer that starts with "*".
There are always such buffers as *scratch*, *Messages*, *Completions*.
OTOH, "**g" will help, but it has the same drawback as using "\*g"
for a literal character *, i.e. it is not as obvious as using a single *.
--
Juri Linkov
http://www.jurta.org/emacs/
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Richard M Stallman, 2009/01/06
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Juri Linkov, 2009/01/06
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Drew Adams, 2009/01/06
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Juri Linkov, 2009/01/06
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Drew Adams, 2009/01/07
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Juri Linkov, 2009/01/07
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Drew Adams, 2009/01/07
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Drew Adams, 2009/01/07
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Juri Linkov, 2009/01/07
- bug#1800: 23.0.60; Changed meaning of * in buffer name completion, Drew Adams, 2009/01/07