unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Albert Reiner <areiner@tph.tuwien.ac.at>
Subject: Re: grep can help?
Date: Thu, 22 Apr 2004 10:27:52 GMT	[thread overview]
Message-ID: <86brlkmhj7.fsf@chello.at> (raw)
In-Reply-To: c66cu9$jtb$1@defalla.upc.es

FCC <fcc509@netscape.net> writes:

> > 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
...
> OK, I think I solved my problem: replace-regexp "!.*" " " and all the
> comments are gone, and the line numbers are unchanged. Now, the
...

Just to point out the obvious: This does not take into account
exclamation marks in string constants, and the standard also allows
you to write F90 in fixed format in which case you might use ! in
column 5 (?) for continuation lines.  Of course it depends on your
code whether this is a problem; a general solution would need to parse
F90 in both formats.

Albert.

  reply	other threads:[~2004-04-22 10:27 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
2004-04-22 10:27   ` Albert Reiner [this message]
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=86brlkmhj7.fsf@chello.at \
    --to=areiner@tph.tuwien.ac.at \
    /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).