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

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

only 1 correctly buries the buffer list


From: Dan Jacobson
Subject: only 1 correctly buries the buffer list
Date: 01 Mar 2001 08:40:39 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

The default value I hate to see upon C-x b:
        Switch to buffer: (default *Buffer List*)

I've got better ways to get a fresh buffer list rather than the stale
one it is offering.

And in the buffer list itself, why not list *Buffer List* at the
bottom instead of so near the top upon C-x b?  I'm already there, I
certainly don't plan on choosing it again much.  It just detracts from
reading more important selection choices.

These problems don't plague people who use the 1 key in the buffer
list to select the buffer they want to see.

But if you commonly use RET etc. other commands to select the buffer
you want to see, you will see the aforementioned problems.

This is because only the

(defun Buffer-menu-1-window ()
  "Select this line's buffer, alone, in full frame."
  (interactive)
  (switch-to-buffer (Buffer-menu-buffer t))
  (bury-buffer (other-buffer))
  (delete-other-windows))

function has the vital bury-buffer line.
-- 
http://www.geocities.com/jidanni Tel886-4-25854780 e-mail:restore .com.



reply via email to

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