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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35340 in the body.
You can then email your comments to 35340 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#35340; Package emacs. (Sat, 20 Apr 2019 12:23:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sat, 20 Apr 2019 12:23:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35340; Package emacs. (Tue, 09 Jul 2019 14:40:02 GMT) Full text and rfc822 format available.

Message #8 received at 35340 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 35340 <at> debbugs.gnu.org
Subject: Re: bug#35340: ffap: dired wildcards always needs a wildcard in the
 filename
Date: Tue, 09 Jul 2019 16:39:29 +0200
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:

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

So you have a file called "v.el"?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35340; Package emacs. (Tue, 09 Jul 2019 14:51:02 GMT) Full text and rfc822 format available.

Message #11 received at 35340 <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 35340 <at> debbugs.gnu.org
Subject: Re: bug#35340: ffap: dired wildcards always needs a wildcard in the
 filename
Date: Tue, 09 Jul 2019 22:50:16 +0800
$ mkdir foo
$ mkdir foo/bar
$ touch foo/bar/v.el
C-x d  ~/foo/*/v.el
fails.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35340; Package emacs. (Tue, 09 Jul 2019 15:17:01 GMT) Full text and rfc822 format available.

Message #14 received at 35340 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 35340 <at> debbugs.gnu.org
Subject: Re: bug#35340: ffap: dired wildcards always needs a wildcard in the
 filename
Date: Tue, 09 Jul 2019 17:16:25 +0200
積丹尼 Dan Jacobson <jidanni <at> jidanni.org> writes:

> $ mkdir foo
> $ mkdir foo/bar
> $ touch foo/bar/v.el
> C-x d  ~/foo/*/v.el
> fails.

It works for me in Emacs 27.1, so I guess this has been fixed?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35340; Package emacs. (Tue, 09 Jul 2019 15:18:01 GMT) Full text and rfc822 format available.

Message #17 received at 35340 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Cc: 35340 <at> debbugs.gnu.org
Subject: Re: bug#35340: ffap: dired wildcards always needs a wildcard in the
 filename
Date: Tue, 09 Jul 2019 17:17:19 +0200
(Your bug reports often don't mention what Emacs version you're using;
please use `M-x report-emacs-bug' when reporting bugs.)

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





Added tag(s) unreproducible. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 09 Jul 2019 15:18:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 35340 <at> debbugs.gnu.org and 積丹尼 Dan Jacobson <jidanni <at> jidanni.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Tue, 09 Jul 2019 15:18:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#35340; Package emacs. (Tue, 09 Jul 2019 15:34:01 GMT) Full text and rfc822 format available.

Message #24 received at 35340-close <at> debbugs.gnu.org (full text, mbox):

From: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 35340-close <at> debbugs.gnu.org
Subject: Re: bug#35340: ffap: dired wildcards always needs a wildcard in the
 filename
Date: Tue, 09 Jul 2019 23:33:03 +0800
LI> It works for me in Emacs 27.1, so I guess this has been fixed?
(26.1). OK good! Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 07 Aug 2019 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 264 days ago.

Previous Next


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