all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Sebastian P. Luque" <spluque@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Killing all buffers
Date: Sun, 11 Feb 2007 11:40:22 -0600	[thread overview]
Message-ID: <8764a8ioe1.fsf@patagonia.sebmags.homelinux.org> (raw)
In-Reply-To: 45CF37AC.6000300@alfarrabio.di.uminho.pt

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	other threads:[~2007-02-11 17:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-11 15:35 Killing all buffers Alberto Simões
2007-02-11 17:40 ` Sebastian P. Luque [this message]
2007-02-11 18:33 ` Matthew Flaschen
2007-02-11 20:47   ` Drew Adams
     [not found] <mailman.4345.1171208140.2155.help-gnu-emacs@gnu.org>
2007-02-11 15:50 ` Joost Kremers
2007-02-11 17:02   ` Harald Hanche-Olsen
2007-02-11 19:18 ` Stefan Reichör
2007-02-11 21:34   ` Matthew Flaschen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8764a8ioe1.fsf@patagonia.sebmags.homelinux.org \
    --to=spluque@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.