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

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

Re: kill buffers according to regex


From: Kevin Rodgers
Subject: Re: kill buffers according to regex
Date: Tue, 18 Jan 2005 09:06:16 -0700
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Matthew Huggett wrote:
 From: drkm <usenet@fgeorges.org>
 Date: Mon, 17 Jan 2005 20:13:55 +0100>

 Matthew Huggett <mhuggett@zam.att.ne.jp> writes:


Is there any built-in command to kill all buffers that match a regex?

   I don't know.  IMHO, I think `C-x C-b', `d' on buffers you want to
 delete, `x' to execute and `C-x 4 0' are a very easy way to kill
 multiple buffers.


Thanks, I'll give those a try.

By default `C-x C-b' runs the command list-buffers.  drkm must use the
same customization I do:

(global-set-key "\C-x\C-b" 'electric-buffer-list)

--
Kevin Rodgers

reply via email to

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