unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: FCC <fcc509@netscape.net>
Subject: Re: grep can help?
Date: Wed, 21 Apr 2004 19:59:22 +0200	[thread overview]
Message-ID: <c66cu9$jtb$1@defalla.upc.es> (raw)
In-Reply-To: <c65uvj$5v5$1@defalla.upc.es>

FCC wrote:

> Hello all,
> 
> Here is what I am trying to do: I have fortran90 source files full of 
> comments everywhere. A comment starts with ! and continues until the end 
> of line, and it can start in the middle of a line after some code that 
> gets compiled.
> 
> Initially I was trying to use isearch for a regexp but only to search 
> for those occurences which are not in comments (or which do not appear 
> after the character !). After spending some time with Google, it turned 
> out that this is not possible because one cannot "invert a match", which 
> is what is required here.

OK, I think I solved my problem: replace-regexp "!.*" " " and all the 
comments are gone, and the line numbers are unchanged. Now, the 
resulting file can be saved under a different file name, or the buffer 
could be renamed and the intended regexp search can be performed, either 
with occur or isearch-regexp.

Thanks all anyway.

Best,

FCC.

PS. If there is a better solution, I would like to hear it.

  parent reply	other threads:[~2004-04-21 17:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-21 14:01 grep can help? FCC
2004-04-21 15:09 ` Glenn Morris
2004-04-21 16:33   ` FCC
2004-04-21 16:52 ` LEE Sau Dan
2004-04-21 17:59 ` FCC [this message]
2004-04-22 10:27   ` Albert Reiner
2004-04-22 11:23     ` FCC
2004-04-22 14:14       ` Barry Margolin
2004-04-22 15:51 ` Johan Bockgård

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='c66cu9$jtb$1@defalla.upc.es' \
    --to=fcc509@netscape.net \
    /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).