emacs-devel
[Top][All Lists]
Advanced

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

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


From: Naoya Yamashita
Subject: Re: [External] : [PATCH] Interpret #r"..." as a raw string
Date: Sat, 27 Feb 2021 05:39:33 +0900 (JST)

Thanks, Andreas.

> \m is not a valid regex escape.  It surely won't match a backslash.

Please test my patch; patch your HEAD Emacs and see the testcase pass.
I mentioned all testcase is green on my patched Emacs.

I try to answer your question, in my raw-string notion, all
backslash is literaly literal char.  If we write #r"def\macro",
it is literaly `def\macro`.  It is not escape.



reply via email to

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