GNU bug report logs - #35340
ffap: dired wildcards always needs a wildcard in the filename

Previous Next

Package: emacs;

Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>

Date: Sat, 20 Apr 2019 12:23:03 UTC

Severity: minor

Tags: unreproducible

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: 35340 <at> debbugs.gnu.org
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.




This bug report was last modified 6 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.