From: Richard Stallman <rms@gnu.org>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: emacs-devel@gnu.org
Subject: Re: commands to remove commented lines from grep output
Date: Mon, 02 Jul 2007 18:40:23 -0400 [thread overview]
Message-ID: <E1I5UZD-0005Rj-VS@fencepost.gnu.org> (raw)
In-Reply-To: <BDEIJAFNGDOAGCJIPKPBCEHCCFAA.drew.adams@oracle.com>
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.
next prev parent reply other threads:[~2007-07-02 22:40 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 [this message]
2007-07-02 22:58 ` Drew Adams
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1I5UZD-0005Rj-VS@fencepost.gnu.org \
--to=rms@gnu.org \
--cc=drew.adams@oracle.com \
--cc=emacs-devel@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.