|
From: | GNU bug Tracking System |
Subject: | [debbugs-tracker] bug#35325: closed (Enable dired wildcards from the command line) |
Date: | Sat, 20 Apr 2019 17:29:02 +0000 |
Your message dated Sat, 20 Apr 2019 13:28:15 -0400 with message-id <address@hidden> and subject line Re: bug#35325: Enable dired wildcards from the command line has caused the debbugs.gnu.org bug report #35325, regarding Enable dired wildcards from the command line to be marked as done. (If you believe you have received this mail in error, please contact address@hidden) -- 35325: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35325 GNU Bug Tracking System Contact address@hidden with problems
--- Begin Message ---Subject: Enable dired wildcards from the command line Date: Sat, 20 Apr 2019 00:37:49 +0800 (dired "/tmp/p*") works great. So why can't one do $ emacs /tmp/\*p to get the same effect? (Directory slice.)
--- End Message ---
--- Begin Message ---Subject: Re: bug#35325: Enable dired wildcards from the command line Date: Sat, 20 Apr 2019 13:28:15 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) > (dired "/tmp/p*") works great. > So why can't one do > $ emacs /tmp/\*p > to get the same effect? (Directory slice.) This would make it impossible to visit a (possibly new) file literally named "/tmp/*p". emacs --eval '(dired "bin/p*")' works, and can eg be defined as a shell function if used often.
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |