From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: aartist Newsgroups: gmane.emacs.help Subject: Re: Remove all directory listings buffers Date: Wed, 25 Nov 2009 05:20:02 -0800 (PST) Organization: http://groups.google.com Message-ID: <4630013b-6cc6-4870-ac23-c08fe2112bd2@j24g2000yqa.googlegroups.com> References: <87r5rm950a.fsf@galatea.local> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259157422 2547 80.91.229.12 (25 Nov 2009 13:57:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Nov 2009 13:57:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 25 14:56:55 2009 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 1NDIMY-0002a4-FV for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Nov 2009 14:56:54 +0100 Original-Received: from localhost ([127.0.0.1]:33496 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDIMY-0005qY-45 for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Nov 2009 08:56:54 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!j24g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 68.197.27.92 Original-X-Trace: posting.google.com 1259155202 22747 127.0.0.1 (25 Nov 2009 13:20:02 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 25 Nov 2009 13:20:02 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j24g2000yqa.googlegroups.com; posting-host=68.197.27.92; posting-account=WwaeAgoAAADmWT5YXN5d6o6-Vgorvs1L User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:175048 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:70121 Archived-At: On Nov 25, 7:13=A0am, p...@informatimago.com (Pascal J. Bourguignon) wrote: > rotlas writes: > > I often end up with lots of directory buffers (those buffers with "dire= d by > > name" mode), after navigating in the filesystem in order to open files.= Is > > there an easy way to get rid of all those buffers at once, and leaving = the > > other? > > You could write a little emacs command to do that, but it should also > be easy enough to use: > > C-x C-b =A0 (or M-x list-buffers RET) > > In the buffer list, you can mark buffers for killing with d (and move > down and up with n and p). =A0When you're done, type x to execute the > orders. > > -- > __Pascal Bourguignon__ The whole point was to mark all the directory buffers at once. rather than one by one.