From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raffaele Ricciardi Newsgroups: gmane.emacs.help Subject: Re: *Buffer-List*: how to rearrange items in it? Date: Sun, 09 Jan 2011 13:52:43 +0100 Message-ID: <8otp8tFv7qU1@mid.individual.net> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1294581210 25215 80.91.229.12 (9 Jan 2011 13:53:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 9 Jan 2011 13:53:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 09 14:53:26 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pbvi1-0003fY-NC for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Jan 2011 14:53:25 +0100 Original-Received: from localhost ([127.0.0.1]:45537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbvVu-0002T4-B8 for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Jan 2011 08:40:54 -0500 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-X-Trace: individual.net /26NczXczhqlfp6PRxTK3g2YQYKi2qyE4BrXlkv2bud1vBZzXH Cancel-Lock: sha1:7bFtDzReOytZaYuWjgOXHahdR9E= User-Agent: Mozilla-Thunderbird 2.0.0.24 (X11/20100328) In-Reply-To: Original-Xref: usenet.stanford.edu gnu.emacs.help:184141 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78325 Archived-At: David Combs wrote: > 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? > > Maybe default to (very near?) the bottom of the list. > > Maybe if prefix arg: > %20 means jump it to 20% down the list (from where it is now?) > 20 means jump it to 20 buffer-names further down the list. > > And maybe if *negative*, that far up, or up from the bottom? > > > Any ideas? > > David > > "C-h f bury-buffer RET" However, why aren't you just killing such buffer after discovering you are not interested in it?