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

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

show-all-if-ambiguous in emacs?


From: Jiri Pejchal
Subject: show-all-if-ambiguous in emacs?
Date: Fri, 9 May 2003 04:41:34 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Hi,

I like to set the following variable in my ~/.bashrc to `on': 

 `show-all-if-ambiguous'

This alters the default behavior of the completion functions. If set to
`on', words which have more than one possible completion cause the
matches to be listed immediately instead of ringing the bell. The
default value is `off'.

Can I get similar behavior with mini-buffer completion?

I have files index1.html, index2.html and index3.html.
I want to open index2.html, so I have to:

C-x C-f in TAB (--> index) TAB (now I see possible completions) 2 TAB
(-->index2.html) RET

What I would like instead:

C-x C-f in TAB (--> index &  I see possible completions) 2 TAB
(-->index2.html) RET

Is it possible?
Thanks.


Jiri Pejchal




reply via email to

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