From f0f1c087be3b4cd696f282143105e4f018c51668 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Mon, 10 Mar 2025 22:07:50 +0000 Subject: [PATCH] escape a couple of back-slashes in man-page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Last-Update: 2025-03-10 Forwarded: https://github.com/djcb/mu/pull/2828 Otherwise: (with the \040 specifying a space in the regular expression, and and extra '\' to escape it) is rendered as: (with the $ 40 specifying a space in the regular expression, and and extra `$´ to escape it) Gbp-Pq: Name escape-man-page-back-slashes.patch --- man/mu-query.7.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/mu-query.7.org b/man/mu-query.7.org index d9c380e..a561793 100644 --- a/man/mu-query.7.org +++ b/man/mu-query.7.org @@ -165,7 +165,7 @@ whitespace, so the search for a message with subject "hello world", you can writ #+begin_example mu find 'subject:/hello\\040world/' #+end_example -(with the \040 specifying a space in the regular expression, and and extra `\' +(with the \\040 specifying a space in the regular expression, and and extra `\\' to escape it). In many cases, #+begin_example mu find 'subject:/hello.world/' -- 2.30.2