all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35340: ffap: dired wildcards always needs a wildcard in the filename
@ 2019-04-20  6:17 積丹尼 Dan Jacobson
  2019-07-09 14:39 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-04-20  6:17 UTC (permalink / raw)
  To: 35340

$ emacs -q
(ffap-bindings)

And then
   (info "(emacs) Dired Enter")
      A wildcard may appear in the directory part as well.  For instance,

     C-x d  ~/foo/*.el  <RET>
     C-x d  ~/foo/*/*.el  <RET>

still work, but

     C-x d  ~/foo/*/v.el  <RET>

won't! Even though ls(1) would show several matches.

One at least needs

     C-x d  ~/foo/*/?.el  <RET>

And even ~/[ab].x

won't work, despite ffap-pass-wildcards-to-dired settings... So

     C-x d  ~/foo/*/[abc].el  <RET>

is even more impossible.





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

end of thread, other threads:[~2019-07-09 15:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  6:17 bug#35340: ffap: dired wildcards always needs a wildcard in the filename 積丹尼 Dan Jacobson
2019-07-09 14:39 ` Lars Ingebrigtsen
2019-07-09 14:50   ` 積丹尼 Dan Jacobson
2019-07-09 15:16     ` Lars Ingebrigtsen
2019-07-09 15:33       ` 積丹尼 Dan Jacobson
2019-07-09 15:17     ` Lars Ingebrigtsen

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.