From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Emilio Lopes Newsgroups: gmane.emacs.help Subject: Re: display information in seperate buffer Date: Wed, 29 Jun 2005 07:18:41 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1120029760 4444 80.91.229.2 (29 Jun 2005 07:22:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 07:22:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 29 09:22:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DnWty-0004di-G7 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jun 2005 09:22:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnX1y-0007Hj-DZ for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jun 2005 03:30:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DnX1J-0007FJ-JC for help-gnu-emacs@gnu.org; Wed, 29 Jun 2005 03:30:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DnX1E-0007EP-7P for help-gnu-emacs@gnu.org; Wed, 29 Jun 2005 03:30:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DnX1D-0007Dr-Oe for help-gnu-emacs@gnu.org; Wed, 29 Jun 2005 03:29:59 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DnX30-0004wO-1L for help-gnu-emacs@gnu.org; Wed, 29 Jun 2005 03:31:50 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DnWql-0004E4-WF for help-gnu-emacs@gnu.org; Wed, 29 Jun 2005 09:19:16 +0200 Original-Received: from vproxy01.bmwgroup.com ([192.109.190.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2005 09:19:11 +0200 Original-Received: from eclig by vproxy01.bmwgroup.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Jun 2005 09:19:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.109.190.88 (Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27711 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27711 Fabian Braennstroem ddorf.de> writes: > I wonder if there exist any package that filters out some > information about certain files using dired and display > those in a separate buffer. > I mean I would like to extract lines with certain keywords > (e.g. fluid and turbulence) or special lines from the file > which is currently 'active' in dired. It is probably similar > to some mbox filtering. And more advanced: if two files are > 'active/marked' then show the infos in separate windows and > highlight the differences (probably like ediff-buffers). Do you know about `occur', `multi-occur' and `dired-do-igrep' (from igrep.el)? They should be a good starting point. -ECL