unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Allow non-matching input, but require confirmation
@ 2007-06-29  5:34 Stefan Monnier
  2007-06-29  8:44 ` Herbert Euler
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Stefan Monnier @ 2007-06-29  5:34 UTC (permalink / raw)
  To: emacs-devel


Currently, the `require-match' argument allows three different behaviors:
1) nil = allow any non-matching input.
2) t   = only allow matching input.  Automatically complete
         without confirmation.
3) neither nil nor t =  only allow matching input, but require confirmation
         after automatic completion.

I'd like to add a fourth one:

4) confirm-only = allow any non-matching input but require confirmation
                  if the input is not a valid completion.

Also I propose to use it for reading the file name in `find-file'.


        Stefan

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

end of thread, other threads:[~2007-07-01  1:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-29  5:34 Allow non-matching input, but require confirmation Stefan Monnier
2007-06-29  8:44 ` Herbert Euler
2007-06-29 13:46   ` Stefan Monnier
2007-06-29 14:58     ` Herbert Euler
2007-06-29 22:59 ` Davis Herring
2007-06-30  2:41   ` Stefan Monnier
2007-06-30 15:09 ` Richard Stallman
2007-07-01  1:58   ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).