GNU bug report logs - #48659
Escapes are deleted after executing "dired-toggle-read-only" in *Find* buffer

Previous Next

Package: emacs;

Reported by: Rodrigo Morales <moralesrodrigo1100 <at> gmail.com>

Date: Tue, 25 May 2021 20:54:02 UTC

Severity: normal

Done: Andreas Schwab <schwab <at> linux-m68k.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: Eli Zaretskii <eliz <at> gnu.org>, moralesrodrigo1100 <at> gmail.com, 48659 <at> debbugs.gnu.org
Subject: bug#48659: Escapes are deleted after executing "dired-toggle-read-only" in *Find* buffer
Date: Thu, 27 May 2021 17:47:08 +0200
Andreas Schwab <schwab <at> linux-m68k.org> writes:

> wdired-normalize-filename doesn't handle "\\ ".
>
> (read "\"\\ \"") => ""

Indeed:

  (wdired-normalize-filename "a\\ b" 'unquotep) ==> "ab"

- that's the culprit.

But now I don't understand why `read' behaves that way.


Regards,

Michael.




This bug report was last modified 3 years and 354 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.