From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: delete unneeded buffers Date: Tue, 19 Aug 2008 18:02:43 -0700 Message-ID: <00c101c90260$74085970$0200a8c0@us.oracle.com> References: <002701c90236$992a8540$0200a8c0@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1219194165 3387 80.91.229.12 (20 Aug 2008 01:02:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Aug 2008 01:02:45 +0000 (UTC) To: , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Aug 20 03:03:37 2008 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 1KVc6l-00037c-SU for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Aug 2008 03:03:32 +0200 Original-Received: from localhost ([127.0.0.1]:40189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVc5o-0005QS-SC for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Aug 2008 21:02:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVc5V-0005O3-Fg for help-gnu-emacs@gnu.org; Tue, 19 Aug 2008 21:02:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVc5S-0005MC-Su for help-gnu-emacs@gnu.org; Tue, 19 Aug 2008 21:02:12 -0400 Original-Received: from [199.232.76.173] (port=48680 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVc5R-0005LH-Iv for help-gnu-emacs@gnu.org; Tue, 19 Aug 2008 21:02:09 -0400 Original-Received: from agminet01.oracle.com ([141.146.126.228]:42566) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KVc5Q-00012n-Tb for help-gnu-emacs@gnu.org; Tue, 19 Aug 2008 21:02:09 -0400 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.186.110]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id m7K122RO006370; Tue, 19 Aug 2008 20:02:02 -0500 Original-Received: from acsmt358.oracle.com (acsmt358.oracle.com [141.146.40.158]) by rgmgw1.us.oracle.com (Switch-3.2.4/Switch-3.2.4) with ESMTP id m7JFLUIU028690; Tue, 19 Aug 2008 19:02:01 -0600 Original-Received: from inet-141-146-46-1.oracle.com by acsmt358.oracle.com with ESMTP id 11579215311219194118; Tue, 19 Aug 2008 20:01:58 -0500 Original-Received: from dradamslap1 (/141.144.102.127) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 19 Aug 2008 18:01:57 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AckCLAHf0gCPwRt+QwmPLbAICWCRNwAAGzngAAyxzfA= In-Reply-To: <002701c90236$992a8540$0200a8c0@us.oracle.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:56798 Archived-At: I said: > Some possibilities: > > * `C-x C-b', then mark the buffers you want to delete, then `x'. > > * Use `ibuffer', then mark buffers by regexp or in other > ways, then `x'. You can mark by matching a regexp against > buffer name, mode (e.g. Dired), or filename. > > * In Icicles, `C-x k', then filter buffers (e.g. by regexp), > then `C-!' (act on all). > > * Define your own Icicles multi-command that kills invisible > Dired buffers I should have also mentioned that whenever you use an Icicles multi-command, such as `icicle-buffer' (`C-x b', by default), that asks for buffer-name completion, you can use `S-delete' to kill individual buffers on the fly. And you can use `C-u S-delete' to kill all that match your current input, after confirmation. `S-delete' also works this way for other kinds of objects during completion. For `icicle-find-file' (`C-x C-f', by default), for instance, you can use `S-delete' to delete individual files or `C-u S-delete' to delete all that match your current input. http://www.emacswiki.org/cgi-bin/wiki/Icicles_-_More_About_Multi-Commands