help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Remove all directory listings buffers


From: harven
Subject: Re: Remove all directory listings buffers
Date: Wed, 25 Nov 2009 15:16:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

rotlas <katofa@gmail.com> writes:

> I often end up with lots of directory buffers (those buffers with "dired 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?
>
> Thanks

With ibuffer, you can mark all buffers in dired mode just by typing * /
then delete them with D. You will be asked for confirmation.

M-x ibuffer     
* /
D

Type h in the *ibuffer* buffer for additional information.

I don't know if this can be done with the default buffer-menu.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]