From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rami A Newsgroups: gmane.emacs.help Subject: highlight regular expression in grep window Date: Wed, 4 Sep 2013 10:47:43 -0700 (PDT) Message-ID: <84ab5187-0def-45b6-bdb2-87693a1d77e5@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1378317014 15803 80.91.229.3 (4 Sep 2013 17:50:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2013 17:50:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 04 19:50:19 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VHHDf-0001hG-0h for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Sep 2013 19:50:19 +0200 Original-Received: from localhost ([::1]:54555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHHDe-0003e2-Jk for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Sep 2013 13:50:18 -0400 X-Received: by 10.66.252.170 with SMTP id zt10mr1158287pac.34.1378316863973; Wed, 04 Sep 2013 10:47:43 -0700 (PDT) X-Received: by 10.182.75.232 with SMTP id f8mr9322obw.0.1378316863488; Wed, 04 Sep 2013 10:47:43 -0700 (PDT) Original-Path: usenet.stanford.edu!y3no1357082pbx.0!news-out.google.com!z6ni33820pbu.0!nntp.google.com!j7no270693qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=148.87.19.198; posting-account=HZ4YzgoAAABkTSCruZ7Bs4hufjlOUmBF Original-NNTP-Posting-Host: 148.87.19.198 User-Agent: G2/1.0 Injection-Date: Wed, 04 Sep 2013 17:47:43 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:200974 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:93243 Archived-At: Greetings, I am wondering if there is a way to have the regular expression I am grepping on highlighted at the top of the grep window. Something like: grep [reg expr] ;Where [] highlighted ....results of grep.... Or at least at the title of window at the bottom something like: *grep* [reg exp]