From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dieter Wilhelm Newsgroups: gmane.emacs.help Subject: Re: How to search all open buffers? Date: Fri, 31 Aug 2007 08:08:08 +0200 Organization: The Church of Emacs Message-ID: <878x7ss0c7.fsf@debby.local.net> References: <87odgosmcf.fsf@debby.local.net> <87lkbstmqv.fsf@offby1.atm01.sea.blarg.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188540410 9874 80.91.229.12 (31 Aug 2007 06:06:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Aug 2007 06:06:50 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Eric Hanchrow Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 31 08:06:48 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IQzeX-0005m8-QE for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Aug 2007 08:06:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQzeX-00079q-B3 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Aug 2007 02:06:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IQzeI-00078w-Uh for help-gnu-emacs@gnu.org; Fri, 31 Aug 2007 02:06:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IQzeH-00078Z-8m for help-gnu-emacs@gnu.org; Fri, 31 Aug 2007 02:06:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IQzeH-00078W-5P for help-gnu-emacs@gnu.org; Fri, 31 Aug 2007 02:06:29 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IQzeG-0004ze-IZ for help-gnu-emacs@gnu.org; Fri, 31 Aug 2007 02:06:28 -0400 Original-Received: from drms-590c9c04.pool.einsundeins.de [89.12.156.4] (helo=debby.local.net) by mrelayeu.kundenserver.de (node=mrelayeu0) with ESMTP (Nemesis), id 0MKwh2-1IQzeE3M5d-0000gp; Fri, 31 Aug 2007 08:06:27 +0200 Original-Received: from dieter by debby.local.net with local (Exim 4.63) (envelope-from ) id 1IQzfs-0005YF-Bg; Fri, 31 Aug 2007 08:08:08 +0200 In-Reply-To: <87lkbstmqv.fsf@offby1.atm01.sea.blarg.net> (Eric Hanchrow's message of "Thu\, 30 Aug 2007 20\:18\:48 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Provags-ID: V01U2FsdGVkX1/YdMFr7if3z3uvcw8dtOe2hb6al+ZAhXBGkru 4D2YOlZeMp/0lCD0EJZ7tjVvkNav3iAbWt5Qhiei7fUg/zDkzM 4WAPHwPOJIJd+456H+jN1TWktOrDpD+ X-Detected-Kernel: Linux 2.6? (barebone, rare!) 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:47008 Archived-At: Eric Hanchrow writes: >>>>>> "Dieter" == Dieter Wilhelm writes: > > Dieter> Wouldn't be--in this context--dired-do-search in the > Dieter> buffer *Buffer List* a better idea (if it only were > Dieter> available there)? > > Actually, "ibuffer" has "ibuffer-do-multi-occur", which is pretty much > what you want. My answer is: (global-set-key (kbd "C-x C-b") 'ibuffer) (autoload 'ibuffer "ibuffer" "List buffers." t) I'm doomed, why can't I live in peace and constantly have to master yet another Emacs mode? Thanks, anyway ;-) -- Best wishes H. Dieter Wilhelm Darmstadt, Germany