GNU bug report logs -
#18875
25.0.50; Dired -- add support for ls --time-style with a space
Previous Next
Reported by: Keith David Bershatsky <esq <at> lawlist.com>
Date: Tue, 28 Oct 2014 16:45:02 UTC
Severity: minor
Found in version 25.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Juri Linkov <juri <at> linkov.net> writes:
> The commit 04f723dec944eaa7b5e99373840a8bf920ba5fdd
> broke my config with the error signaled by insert-directory:
> (error "Listing directory failed but ‘access-file’ worked")
>
> When dired-listing-switches is customized to
> "-Alv --block-size='1"
Hm, well, that's not a valid shell string, is it?
It should be "-Alv --block-size=\"'1\"" or something like that to be
valid...
Hm... Oh! The doc string actually documents this (that it's not using
shell quoting).
---
Options that include embedded whitespace must be quoted
like this: "--option=value with spaces"; you can use
‘combine-and-quote-strings’ to produce the correct quoting of
each option.
---
So this was the original answer to this bug report. I'll revert the
change.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
This bug report was last modified 3 years and 278 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.