emacs-devel
[Top][All Lists]
Advanced

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

Re: general perform-replace REPLACEMENTS arg for regexpquery-replacement


From: Juri Linkov
Subject: Re: general perform-replace REPLACEMENTS arg for regexpquery-replacement?
Date: Mon, 17 Nov 2008 00:34:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

> Here is a naive definition that lets `C-M-%' work for a literal list of 
> strings
> at top level, such as in the example above (with `\,' replaced by `\@'):
>
>  C-M-% RET \$\$ RET \@("\\\\[" "\\\\]")

Then by analogy with the Lisp backquote syntax it should be `\,@':

  C-M-% \$\$ RET \,@("\\\\[" "\\\\]")

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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