all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* show-all-if-ambiguous in emacs?
@ 2003-05-09  4:41 Jiri Pejchal
  2003-05-10  0:24 ` Jesper Harder
  0 siblings, 1 reply; 2+ messages in thread
From: Jiri Pejchal @ 2003-05-09  4:41 UTC (permalink / raw)



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-05-10  0:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-09  4:41 show-all-if-ambiguous in emacs? Jiri Pejchal
2003-05-10  0:24 ` Jesper Harder

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.