all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* filename input wildcard `?'
@ 2005-10-26  1:37 Drew Adams
  2005-10-27  1:29 ` Richard M. Stallman
  0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2005-10-26  1:37 UTC (permalink / raw)


The Emacs manual says this in node Visiting:

  If the file name you specify contains shell-style wildcard
  characters, Emacs visits all the files that match it.  Wildcards
  include `?', `*', and `[...]' sequences.

No examples of using wildcard `?' are given, but presumably you would type
`foo?.el' if you wanted to match all files `foo3.el', `fooz.el', and so on.

However, `?' is bound in the minibuffer completion keymaps to
`minibuffer-completion-help' - so how can you type `foo?.el'?

The only ways I've found to input `foo?.el' are:

 1) to copy it as text and then paste it into the minibuffer
 2) to use ^Q to insert the `?'

Is that right, or am I missing something?

If these are the only ways to input a `?' as a file-name wildcard, shouldn't
this be mentioned in the Emacs manual? As it stands, it gives (me) the
impression that you can just type `foo?.el', which you cannot (AFAICT).

It would also be good to have an example of `[...]' wildcard use. The aim is
not to give a course on shell wildcards, but a short example of each would
help.

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

end of thread, other threads:[~2005-10-28 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-26  1:37 filename input wildcard `?' Drew Adams
2005-10-27  1:29 ` Richard M. Stallman
2005-10-27 15:39   ` Drew Adams
2005-10-28 16:18     ` Richard M. Stallman

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.