unofficial mirror of bug-gnu-emacs@gnu.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

* bug#35340: ffap: dired wildcards always needs a wildcard in the filename
  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
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-09 14:39 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 35340

積丹尼 Dan Jacobson <jidanni@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





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

* bug#35340: ffap: dired wildcards always needs a wildcard in the filename
  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:17     ` Lars Ingebrigtsen
  0 siblings, 2 replies; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-09 14:50 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 35340

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





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

* bug#35340: ffap: dired wildcards always needs a wildcard in the filename
  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
  1 sibling, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-09 15:16 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 35340

積丹尼 Dan Jacobson <jidanni@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





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

* bug#35340: ffap: dired wildcards always needs a wildcard in the filename
  2019-07-09 14:50   ` 積丹尼 Dan Jacobson
  2019-07-09 15:16     ` Lars Ingebrigtsen
@ 2019-07-09 15:17     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-09 15:17 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 35340

(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






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

* bug#35340: ffap: dired wildcards always needs a wildcard in the filename
  2019-07-09 15:16     ` Lars Ingebrigtsen
@ 2019-07-09 15:33       ` 積丹尼 Dan Jacobson
  0 siblings, 0 replies; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-09 15:33 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 35340-close

LI> It works for me in Emacs 27.1, so I guess this has been fixed?
(26.1). OK good! Closing.





^ 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 public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).