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

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

Re: Switching to buffer or opening a recent file transparently?


From: Sébastien Vauban
Subject: Re: Switching to buffer or opening a recent file transparently?
Date: Wed, 08 Dec 2010 15:23:29 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

Hi Elena,

Elena wrote:
> It just occurred to me that I could just bury those buffers instead of
> killing them. However, that doesn't seem a tidy thing to do.

I do have defined:

--8<---------------cut here---------------start------------->8---
;; put the current buffer at the end of the list of all buffers
(global-set-key (kbd "<f12>") 'bury-buffer)

(global-set-key (kbd "<S-f12>") 'my-kill-this-buffer)
--8<---------------cut here---------------end--------------->8---

which makes the process easy.

Best regards,
  Seb

-- 
Sébastien Vauban


reply via email to

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