From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthew Huggett Newsgroups: gmane.emacs.help,gmane.spam.detected Subject: kill buffers according to regex Date: Mon, 17 Jan 2005 16:15:23 +0900 (JST) Message-ID: <20050117071523.338F1197A33@smtp2.att.ne.jp> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1105946320 20980 80.91.229.6 (17 Jan 2005 07:18:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 Jan 2005 07:18:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 17 08:18:34 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 1CqR9m-0005rX-00 for ; Mon, 17 Jan 2005 08:18:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqRLc-0007d8-4c for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Jan 2005 02:30:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqRKx-0007XC-97 for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 02:30:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqRKk-0007Qf-Pl for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 02:29:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqRKk-0007Pd-Cn for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 02:29:54 -0500 Original-Received: from [165.76.15.138] (helo=smtp2.att.ne.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqR6l-00052j-T6 for help-gnu-emacs@gnu.org; Mon, 17 Jan 2005 02:15:28 -0500 Original-Received: from MATT-DESKTOP (218.231.212.6.eo.eaccess.ne.jp [218.231.212.6]) by smtp2.att.ne.jp (Postfix) with ESMTP id 338F1197A33 for ; Mon, 17 Jan 2005 16:15:23 +0900 (JST) 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 X-Spam-Report: 5.4 points; * 5.4 BAYES_99 BODY: Bayesian spam probability is 99 to 100% * [score: 0.9984] Xref: main.gmane.org gmane.emacs.help:23405 gmane.spam.detected:454322 X-Report-Unspam: http://unspam.gmane.org/gmane.emacs.help:23405 Hello all, Is there any built-in command to kill all buffers that match a regex? thanks, Matthew