GNU bug report logs -
#24620
26.0.50; In dired: 'dired-do-compress-to' fails when filenames cotains space characters
Previous Next
Reported by: José L. Doménech <j_l_domenech <at> yahoo.com>
Date: Wed, 5 Oct 2016 07:07:02 UTC
Severity: minor
Tags: fixed, patch
Found in version 26.0.50
Fixed in version 26
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Thu, 27 Oct 2016 19:34:49 +0200,
Michael Albinus wrote:
>
> José L. Doménech <domenechjosel <at> gmail.com> writes:
>
> Hi José,
>
> > I wrote a little patch to get a workaround around dired having some
> > trouble compressing files with space characters in its name (bug
> > #24620).
>
> Thanks for this!
>
> > I am not sure if this will useful to someone. Please NOTE that I am
> > using apostrophes to surround the file name's. While it works on my
> > system (GNU/Linux) it could not work on other systems.
>
> I believe it is better not to touch `dired-compress-files-alist'. Instead,
> at places where "%i and %o are replaced, one shall call
> `shell-quote-argument', as it is applied already in `dired-compress-file'.
>
I am getting a "replace-regexp-in-string: Invalid use of ‘\’ in replacement text"
error using 'shell-quote-argument' on this case.
It seems that 'shell-quoted-argument' is adding double '\', that is,
'\\', in front of the spaces instead of surrounding the argument with quotes.
And 'replace-match' which is called by 'replace-regexp-in-string' for the parameter
substitution ("%i", "%o") in the function 'dired-do-compress-to' doesn't like it.
> > Best Regards:
> > José L. Doménech
>
> Best regards, Michael.
This bug report was last modified 8 years and 285 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.