all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Skoglund <eric@pagefault.se>
To: Stefan Kangas <stefan@marxist.se>
Cc: 47981@debbugs.gnu.org
Subject: bug#47981: [PATCH] Add newline and tab matching information to query-replace-regexp docstring.
Date: Sun, 25 Apr 2021 11:28:04 +0000	[thread overview]
Message-ID: <87o8e2wqm7.fsf@pagefault.se> (raw)
In-Reply-To: <CADwFkmncxbG+43ggvrJRP+VB1J8X9wHupDKvXH0cq-z_QmR_5g@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

"Stefan Kangas" <stefan@marxist.se> writes:

>>
>> +When invoked interactivly, Matching a newline with `\n' will not work,
>                 ^ interactively
>                               ^ matching
>> +use `C-q C-j' instead.  Similarly to match a tab character (`\t')
>                            ^ I would delete the word "Similarly"

Thanks, forgot to flyspell..

// Eric Skoglund


[-- Attachment #2: 0001-Add-newline-and-tab-matching-documentation-to-query-.patch --]
[-- Type: text/plain, Size: 1009 bytes --]

From a07a1ed6407a9a7523dea26f655292751cc20273 Mon Sep 17 00:00:00 2001
From: Eric Skoglund <eric@pagefault.se>
Date: Fri, 23 Apr 2021 22:10:07 +0200
Subject: [PATCH] Add newline and tab matching documentation to
 query-replace-regexp

* lisp/replace.el: Add \n and \t matching information to
query-replace-regexp docstring.
---
 lisp/replace.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/replace.el b/lisp/replace.el
index b5dea61924..22d029321c 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -432,6 +432,9 @@ query-replace-regexp
 of the region.  Otherwise, operate from point to the end of the buffer's
 accessible portion.
 
+When invoked interactively, matching a newline with `\n' will not work,
+use `C-q C-j' instead.  To match a tab character (`\t') just press `TAB'.
+
 Use \\<minibuffer-local-map>\\[next-history-element] \
 to pull the last incremental search regexp to the minibuffer
 that reads REGEXP, or invoke replacements from
-- 
2.30.2


  reply	other threads:[~2021-04-25 11:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23 20:35 bug#47981: [PATCH] Add newline and tab matching information to query-replace-regexp docstring Eric Skoglund
2021-04-24  0:10 ` Filipp Gunbin
2021-04-24  5:25   ` Eric Skoglund
2021-04-26 14:12     ` Filipp Gunbin
2021-04-24  6:04 ` Eli Zaretskii
2021-04-24 18:00   ` Eric Skoglund
2021-04-25 10:46     ` Stefan Kangas
2021-04-25 11:28       ` Eric Skoglund [this message]
2021-05-02  9:13         ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87o8e2wqm7.fsf@pagefault.se \
    --to=eric@pagefault.se \
    --cc=47981@debbugs.gnu.org \
    --cc=stefan@marxist.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.