From: Jeremy Sowden Date: Mon, 10 Mar 2025 22:07:50 +0000 (+0000) Subject: escape a couple of back-slashes in man-page X-Git-Tag: archive/raspbian/1.12.9-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0f1c087be3b4cd696f282143105e4f018c51668;p=maildir-utils.git escape a couple of back-slashes in man-page 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 --- 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/'