help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Search and replace enclosing \commands{word}


From: Teemu Likonen
Subject: Re: Search and replace enclosing \commands{word}
Date: Sun, 11 Jan 2009 15:25:59 GMT
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

sharky (2009-01-11 06:31 -0800) wrote:

> \myspecial{yada} -----> yada

You can use query-replace-regexp (C-M-%):

    Query replace regexp: \\myspecial{\([^}]*\)}
                    with: \1


reply via email to

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