unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: RE: commands to remove commented lines from grep output
Date: Mon, 2 Jul 2007 15:58:11 -0700	[thread overview]
Message-ID: <BNELLINCGFJLDJIKDGACMECECAAA.drew.adams@oracle.com> (raw)
In-Reply-To: <E1I5UZD-0005Rj-VS@fencepost.gnu.org>

>     I sometimes want to see grep matches only for lines of code
>     that are not commented out. At least for the simple case of
>     single line comment syntax, such as `;' in Lisp and `//' in
>     C++, this is easy to do with `flush-lines'.
>
> As a general feature, it seems useful.
>
>     To make this a little more convenient, I bind a more specific
>     command that does this to `;' in *grep* buffers. Another command,
>     bound to `M-;', toggles automatic removal of such commented lines.
>
> I am not sure I like that interface for it.  Also, it doesn't work for C.
> It could be made to work for C with more code, which would involve
> reading the source files and checking whether the lines found are
> inside comments.
>
> It seems to me that a new grep option might be a better approach.

Do you mean, for example, automatically tweaking the regexp supplied to
grep, so that commented lines are not included? That would be good,
especially if it could handle lines commented between /* and */ (for C). It
would still be good to supply a toggle for this automatic removal.

  reply	other threads:[~2007-07-02 22:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-02  6:10 commands to remove commented lines from grep output Drew Adams
2007-07-02 22:40 ` Richard Stallman
2007-07-02 22:58   ` Drew Adams [this message]
2007-07-04  3:43     ` Richard Stallman

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=BNELLINCGFJLDJIKDGACMECECAAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).