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

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

bug#35340: ffap: dired wildcards always needs a wildcard in the filename


From: 積丹尼 Dan Jacobson
Subject: bug#35340: ffap: dired wildcards always needs a wildcard in the filename
Date: Sat, 20 Apr 2019 14:17:51 +0800

$ 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.





reply via email to

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