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

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

[h-e-w] RE: how to close all buffers at once?


From: Raymond Zeitler
Subject: [h-e-w] RE: how to close all buffers at once?
Date: Thu, 8 Jun 2006 14:15:08 -0400

Thank you for posting about Icicles.

I've always wanted to know how to visit all the files that have a common
extension.  After reading the Icicles web page, it looks like just the
thing for that.  And more.

I like the name, too.  Icicles -- so way cool it's frozen.



-----Original Message-----
Date: Tue, 16 May 2006 18:52:52 -0700
From: "Drew Adams" <address@hidden>
Subject: RE: [h-e-w] how to close all buffers at once?
To: <address@hidden>

Others have told you how to code this:
 (mapc 'kill-buffer (buffer-list))

It doesn't get any easier than that. But here's a twist, FYI -

If you happen to use Icicles, there are multi-command versions of many
common commands. For instance, `icicle-kill-buffer' is a multi-command
version of `kill-buffer'.[snip]




reply via email to

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