unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Rami A <rami.ammari@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: highlight regular expression in grep window
Date: Wed, 4 Sep 2013 12:32:35 -0700 (PDT)	[thread overview]
Message-ID: <2d2fe767-9f72-422c-beb9-5dbed1ec89f8@googlegroups.com> (raw)
In-Reply-To: <mailman.1313.1378320529.10748.help-gnu-emacs@gnu.org>

Thanks Drew.
You are right, I am not looking to highlight the regexp in the results but only to highlight it at the top of results.
I checked your grep+.el but the problem is that I already customized grep.el functions for my needs and don't want to do the same again.
I am not even worried about "highlighting" the regexp, I just want a way to find out what the expression that I grepped for once I switch to that window.

My customized grep function is something like:

find . -type d \( -name unix -o -name "*_sim" -o -name RCS -o -name CVS -o -name SCCS \) -prune -o -type f \! -name \*\~ \! -name \*\,v \! -name s.\* \! -name .\#\* -name \*.\[sch\] -print | xargs -e grep -n -i  mem_test  /dev/null

So the token "mem_test" which I am looking for would be invisible because it is at the end of that string.

I just want something like:

The token I am grepping on is: mem_test
find . -type d \( -name unix -o -name "*_sim" -o -name RCS -o -name CVS -o -name SCCS \) -prune -o -type f \! -name \*\~ \! -name \*\,v \! -name s.\* \! -name .\#\* -name \*.\[sch\] -print | xargs -e grep -n -i  mem_test  /dev/null

or, as I mentioned earlier to include that token at the bottom along with the title of the buffer "*grep* mem_test

I am sure there should be a way to modify the grep.el functions to achieve that somehow.


  parent reply	other threads:[~2013-09-04 19:32 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-04 17:47 highlight regular expression in grep window Rami A
2013-09-04 18:48 ` Drew Adams
     [not found] ` <mailman.1313.1378320529.10748.help-gnu-emacs@gnu.org>
2013-09-04 19:32   ` Rami A [this message]
2013-09-04 20:33     ` Drew Adams
2013-09-05  6:47       ` Kevin Rodgers
     [not found]     ` <mailman.1317.1378326833.10748.help-gnu-emacs@gnu.org>
2014-02-08 19:46       ` Rami A
2014-02-08 22:19         ` Drew Adams
2014-02-08 22:33 ` Rami A
2014-02-08 22:50   ` Drew Adams

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=2d2fe767-9f72-422c-beb9-5dbed1ec89f8@googlegroups.com \
    --to=rami.ammari@gmail.com \
    --cc=help-gnu-emacs@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.
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).