emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Interpret #r"..." as a raw string


From: Stefan Monnier
Subject: Re: [PATCH] Interpret #r"..." as a raw string
Date: Wed, 03 Mar 2021 11:12:57 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

> Then I guessed wrong. Will you be insulted if I assume that you have a
> slight case of stockholm syndrome? ;D

Except that escaping is not going anywhere.  You can use various tricks
to try and avoid it, but the *main* issue with escaping is not to double
those backslashes, it's just to be aware of the need for it and know
when and how to handle it (witness the number of commits where we just
add a missing call to `shell-quote-argument`).

Introducing raw string literals doesn't actually help in this regard, AFAICT.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]