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

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

Re: Killing all buffers


From: Sebastian P. Luque
Subject: Re: Killing all buffers
Date: Sun, 11 Feb 2007 11:40:22 -0600
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux)

On Sun, 11 Feb 2007 15:35:08 +0000,
Alberto Simões <albie@alfarrabio.di.uminho.pt> wrote:

> Hi,

> Is there any way to kill all buffers (and get prompted about the ones
> not saved)?

> From time to time I like to kill all opened buffers (for instance when
> changing from projects), and it takes me a long time killing one at a
> time.

The bs (no pun intended) library is very handy for this sort of thing.  I
use the following for handling buffers:

(global-set-key "\C-x\C-b" 'bs-show)

and calling that temporarily splits the window (to a customizible size)
where 'k' would kill the buffer referred to in the current line.  It has
many useful features ('customize-group bs RET').  Would that help?


-- 
Seb





reply via email to

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