From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: can I batch select buffers in buffer menu mode? Date: Mon, 18 Jul 2005 19:55:03 +0200 Message-ID: <42DBECF7.1020705@student.lu.se> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121709451 14143 80.91.229.2 (18 Jul 2005 17:57:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Jul 2005 17:57:31 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 18 19:57:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DuZrX-00029I-Su for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jul 2005 19:57:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DuZtU-0001wP-EM for geh-help-gnu-emacs@m.gmane.org; Mon, 18 Jul 2005 13:59:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DuZtH-0001vf-6G for help-gnu-emacs@gnu.org; Mon, 18 Jul 2005 13:58:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DuZtF-0001v2-1F for help-gnu-emacs@gnu.org; Mon, 18 Jul 2005 13:58:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DuZtE-0001ul-Uw for help-gnu-emacs@gnu.org; Mon, 18 Jul 2005 13:58:52 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DuZyd-0004g3-0z for help-gnu-emacs@gnu.org; Mon, 18 Jul 2005 14:04:27 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn1.fre.skanova.net (7.2.060.1) id 42B937170044FBB4; Mon, 18 Jul 2005 19:55:05 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: Drew Adams In-Reply-To: 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:27996 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27996 Drew Adams wrote: > Is there a way I can specify a pattern and mark all > matching buffers for deletion? For instance, it'd be > great if I could say "M-x mark-matching ~/src/2.2/*.cpp" > to mark all buffers visiting files in that dir for > removal. > >For buffers (in *Buffer List*): > I don't think there is a command to mark buffers via regexp, but you could >write one! > Does not ibuffer has support for this? The help text says: % n - mark buffers by their name, using a regexp -- Lennart