From: Deniz Dogan <deniz.a.m.dogan@gmail.com>
To: suvayu ali <fatkasuvayu+linux@gmail.com>
Cc: Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: Re: query-replace-regexp interactive replacement string
Date: Thu, 3 Mar 2011 09:03:38 +0100 [thread overview]
Message-ID: <AANLkTik104AO8UY57Lee1D-OvTcT56zJjVR5jy2GgMgg@mail.gmail.com> (raw)
In-Reply-To: <AANLkTimeUvUkdF8zXLbT5LYMH+fLScQyA=61e8t51O5P@mail.gmail.com>
2011/3/2 suvayu ali <fatkasuvayu+linux@gmail.com>:
> Hi Emacs users,
>
> I wanted to replace interactively all numbers in the text of an org-mode
> document with the number in words, so I tried:
>
> `C-M-% [0-9]+ RET \? RET'
>
> But this gives me an error like this:
>
>> Debugger entered--Lisp error: (error "Invalid use of `\\' in replacement text")
>> replace-match("\\?" t nil #("2" 0 1 (fontified t)) nil)
>> match-substitute-replacement("\\?" t nil)
>> perform-replace("[0-9]+" "\\?" t t nil nil nil nil nil)
>> query-replace-regexp("[0-9]+" "\\?" nil nil nil)
>> call-interactively(query-replace-regexp nil nil)
>> recursive-edit()
>> perform-replace("[0-9]+" "?" t t nil nil nil nil nil)
>> query-replace-regexp("[0-9]+" "?" nil nil nil)
>> call-interactively(query-replace-regexp nil nil)
>
> Since the doc string of `query-replace-regexp' says the following:
>
>> ...
>> In TO-STRING, ...
>> `\?' lets you edit the replacement text in the minibuffer
>> at the given position for each replacement.
>> ...
>
> I am not sure what I did wrong. I am using GNU Emacs 24.0.50.1
> (x86_64-unknown-linux-gnu, GTK+ Version 2.22.0)
>
Weird, it doesn't work for me either. However, if I use
M-x replace-regexp it does work. In "(emacs) Regexp Replace" it also
mentions \?.
"If you want to enter part of the replacement string by hand each
time, use `\?' in the replacement string. Each replacement will ask
you to edit the replacement string in the minibuffer, putting point
where the `\?' was."
--
Deniz Dogan
next prev parent reply other threads:[~2011-03-03 8:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 22:52 query-replace-regexp interactive replacement string suvayu ali
2011-03-03 8:03 ` Deniz Dogan [this message]
2011-03-03 8:11 ` Suvayu Ali
2011-03-03 8:35 ` Deniz Dogan
2011-03-03 9:14 ` Suvayu Ali
2011-03-03 8:39 ` Andreas Röhler
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTik104AO8UY57Lee1D-OvTcT56zJjVR5jy2GgMgg@mail.gmail.com \
--to=deniz.a.m.dogan@gmail.com \
--cc=fatkasuvayu+linux@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).