From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Huggett Newsgroups: gmane.emacs.help Subject: Re: kill buffers according to regex Date: Tue, 18 Jan 2005 13:07:01 +0900 (JST) Message-ID: <20050118040701.58A389AFA1D@smtp1.att.ne.jp> References: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1106022617 24985 80.91.229.6 (18 Jan 2005 04:30:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jan 2005 04:30:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 18 05:30:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cql0N-0002GE-00 for ; Tue, 18 Jan 2005 05:30:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqlCG-00044V-5p for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Jan 2005 23:42:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cql6t-0001j4-Fw for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 23:36:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cql6r-0001hY-74 for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 23:36:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cql4g-0000xH-QE for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 23:34:38 -0500 Original-Received: from [165.76.15.137] (helo=smtp1.att.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cqkdz-00043L-3f for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 23:07:03 -0500 Original-Received: from MATT-DESKTOP (218.231.177.77.eo.eaccess.ne.jp [218.231.177.77]) by smtp1.att.ne.jp (Postfix) with ESMTP id 58A389AFA1D; Tue, 18 Jan 2005 13:07:01 +0900 (JST) Original-To: usenet@fgeorges.org In-reply-to: (message from drkm on Mon, 17 Jan 2005 20:13:55 +0100) 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: main.gmane.org gmane.emacs.help:23443 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23443 > From: drkm > Date: Mon, 17 Jan 2005 20:13:55 +0100> > > Matthew Huggett writes: > >> Is there any built-in command to kill all buffers that match a regex? > > I don't know. IMHO, I think `C-x C-b', `d' on buffers you want to > delete, `x' to execute and `C-x 4 0' are a very easy way to kill > multiple buffers. > > --drkm Thanks, I'll give those a try. Matthew