GNU bug report logs -
#59622
29.0.50; [PATCH] Regression in Eshell's handling of escaped newlines
Previous Next
Reported by: Jim Porter <jporterbugs <at> gmail.com>
Date: Sun, 27 Nov 2022 00:38:01 UTC
Severity: normal
Tags: patch
Found in version 29.0.50
Done: Jim Porter <jporterbugs <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 59622 <at> debbugs.gnu.org (full text, mbox):
On 11/26/2022 4:36 PM, Jim Porter wrote:
> Starting from "emacs -Q -f eshell":
>
> # Emacs 28
> ~ $ echo foo\
> bar
>
> foobar
>
> # Emacs 29
> ~ $ echo foo\
> bar
>
> foo
> bar
>
> That is, Emacs 28 used to treat escaped newlines in the way you'd expect
> from other shells: it expands to the empty string. Now in Emacs 29, it
> inserts a literal newline.
Eli, since this is a regression from Emacs 28 (likely fallout from one
of my changes to fix some longstanding bugs with quotes in Eshell),
would my current patch be ok on the release branch? I can try to
minimize the changes a bit further (I slightly refactored
'eshell-parse-backslash' to reduce repetition), but since it has unit
tests, I think it should be pretty safe either way.
This bug report was last modified 2 years and 161 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.