From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Fabian Braennstroem Newsgroups: gmane.emacs.help Subject: Re: display information in seperate buffer Date: 29 Jun 2005 14:36:37 GMT Organization: www.braennstroem.de Message-ID: References: Reply-To: f.braennstroem@gmx.de NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1120056020 20610 80.91.229.2 (29 Jun 2005 14:40:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Jun 2005 14:40:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 29 16:40:19 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dndhb-0003SZ-Jk for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jun 2005 16:38:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dndpd-0004bZ-T3 for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Jun 2005 10:46:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!news-kar1.dfn.de!news-koe1.dfn.de!news.fernuni-hagen.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: bonsai.fernuni-hagen.de Original-X-Trace: beech.fernuni-hagen.de 1120055797 14 132.176.114.21 (29 Jun 2005 14:36:37 GMT) Original-X-Complaints-To: newsadmin@fernuni-hagen.de Original-NNTP-Posting-Date: 29 Jun 2005 14:36:37 GMT Mail-Copies-To: nobody User-Agent: slrn/0.9.8.1/rt (Linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:132241 Original-To: help-gnu-emacs@gnu.org 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:27716 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27716 Hi Emilio, On 2005-06-29, Emilio Lopes wrote: > 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. No, never heard of occur and my first attempt to use the igrep did not work. Thanks, I will take a look at it. Greetings, Fabian