From: Lars Ingebrigtsen <larsi@gnus.org>
To: Glenn Morris <rgm@gnu.org>
Cc: 10607@debbugs.gnu.org
Subject: bug#10607: Handle all the escapes used by ls -b
Date: Wed, 20 Jan 2021 18:41:19 +0100 [thread overview]
Message-ID: <87pn1zmrpc.fsf@gnus.org> (raw)
In-Reply-To: <6o62fzm010.fsf@fencepost.gnu.org> (Glenn Morris's message of "Thu, 26 Jan 2012 01:48:59 -0500")
Glenn Morris <rgm@gnu.org> writes:
> Emacs only partially handles (setq dired-listing-switches "-alb") at the
> moment. Ideally, should add handling for all possible file-name
> characters (eg \a = \a, etc). dired-goto-file needs this, possibly other
> places.
This problem is still present in Emacs 28.
Case to reproduce:
(progn
(setq dired-listing-switches "-alb")
(shell-command "touch /tmp/a\ab")
(dired "/tmp/")
(dired-goto-file "/tmp/a\ab"))
This will not go to the a^Gb file.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
next parent reply other threads:[~2021-01-20 17:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <6o62fzm010.fsf@fencepost.gnu.org>
2021-01-20 17:41 ` Lars Ingebrigtsen [this message]
2023-04-04 18:52 ` bug#10607: bug-10607 Charles El Hourani
2023-04-05 4:45 ` Eli Zaretskii
2023-04-06 16:45 ` Charles El Hourani
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pn1zmrpc.fsf@gnus.org \
--to=larsi@gnus.org \
--cc=10607@debbugs.gnu.org \
--cc=rgm@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.