unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Malte Spiess <i1tnews@arcor.de>
Subject: Re: regex replace
Date: Tue, 12 Dec 2006 10:44:32 +0100	[thread overview]
Message-ID: <87mz5t30u7.fsf@trick.ulm.malte.spiess> (raw)
In-Reply-To: m3mz5tsg0i.fsf@localhost.localdomain

Gary Wessle <phddas@yahoo.com> writes:

> Malte Spiess <i1tnews@arcor.de> writes:
>
>> Gary Wessle <phddas@yahoo.com> writes:
>> 
>> > "rgb" <rbielaws@i1.net> writes:
>> >
>> >> Gary Wessle wrote:
>> >> > Hi
>> >> >
>> >> > I need to remove the "//" from the beginning of all the lines in my
>> >> > c++ code which contain the string 'n', including the single comma.
>> >> > e.g, un-comment all of those lines that qualify. and then also to
>> >> > place "//" not including the double quotes at the beginning of all
>> >> > lines containing the 'f' string.
>> >> >
>> >> > this is a bit too much for me to come up with.
>> >> >
>> >> > thanks
>> >> 
>> >> C-M-% ^\(//\)\(.*'n',\)<RET>\2<RET>
>> >> 
>> >> C-M-% ^.*'f'<RET>//\0<RET>
>> >
>> >     //    if( some switch->fd ) p_acc->sbs(a_f, morearg, somemore, 'n', 0); // no action taken
>> >
>> > the first command you posted will not work on the above, even after I
>> > modified it to take the spaces at the start like this.
>> > C-M-% ^ *\(//\)\(.*'n',\)<RET>\2<RET>
>> 
>> Hm, strange, works fine here!
>> 
>> Could you maybe tell us what was your output? 
>  
> something like 0 replaced.

Okay, that is very helpful to find the problem.
It would be useful if you left out part of the search string to see if
Emacs fails to find that or the other part.
Try e. g.:
C-M-% ^ *\(//\)<RET>whatever<RET>
or
C-M-% \(.*'n',\)<RET>foobar<RET>

>>Are you sure you really
>> did C-M-% and not M-% ? What other line did it work with?
>> 
>
> C-M-% does not work here.
> GNU Emacs 21.4.1 (i386-redhat-linux-gnu, X toolkit, Xaw3d scroll bars)
> of 2006-03-07 on hs20-bc1-6.build.redhat.com
>
> so I did M-x query-replace-regex 
> I am still don't know why it did not fire.

Okay, that is fine, too.

Greetings

Malte

      reply	other threads:[~2006-12-12  9:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-11 12:48 regex replace Gary Wessle
2006-12-11 13:30 ` rgb
2006-12-11 20:24   ` Gary Wessle
2006-12-11 20:51     ` Malte Spiess
2006-12-12  7:57       ` Gary Wessle
2006-12-12  9:44         ` Malte Spiess [this message]

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=87mz5t30u7.fsf@trick.ulm.malte.spiess \
    --to=i1tnews@arcor.de \
    /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).