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

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

RE: *Buffer-List*: how to rearrange items in it?


From: Drew Adams
Subject: RE: *Buffer-List*: how to rearrange items in it?
Date: Sun, 9 Jan 2011 06:30:36 -0800

> how to move something from the TOP of the *Buffer List* down 
> towards the BOTTOM of it?
> 
> Myself, I look at *Buffer List* to remind me what I've 
> recently been interested in or working on.
> 
> But, when going through my personal directory (cleaning it up), I'll
> see a file-name whose contents I don't reacall, so I'll (dired) C-v
> it, and say to myself, yeah, I don't want to delete it, but I probably
> won't look at it for quite a while, certainly no time soon.
> 
> Unfortuantely, that currently-uninteresting file is now 
> sitting at the VERY TOP of *Buffer List*.
> So, how to make a new "(Buffer Menu) mode" command that says "move the
> currently pointed-at buffer DOWN that list?

I don't have a direct answer: a command to move a buffer to the top or bottom,
but this might help:

* buff-menu+.el.  You can sort the buffers in various ways by clicking column
headings.
http://www.emacswiki.org/emacs/BufferMenuPlus

* `M-x bury-buffer' should pretty much move a buffer to the bottom, when sorting
is by access time.

* Accessing a buffer should move it to the top, when sorting by access time.

* See also `ibuffer'.




reply via email to

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