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" <[EMAIL PROTECTED]> Subject: RE: [h-e-w] how to close all buffers at once? To: <[email protected]> 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]
