From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Joe Corneli Newsgroups: gmane.emacs.help Subject: Re: Rotating through buffer list Date: Mon, 07 Jun 2004 14:53:17 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086638024 23390 80.91.224.253 (7 Jun 2004 19:53:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 Jun 2004 19:53:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 07 21:53:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BXQBa-0004Kw-00 for ; Mon, 07 Jun 2004 21:53:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXQC9-0001jq-58 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Jun 2004 15:54:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BXQC0-0001iT-Eq for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 15:54:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BXQBy-0001h7-Kg for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 15:54:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BXQBy-0001gd-HS for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 15:53:58 -0400 Original-Received: from [146.6.139.124] (helo=dell3.ma.utexas.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BXQBL-00014i-E5 for help-gnu-emacs@gnu.org; Mon, 07 Jun 2004 15:53:19 -0400 Original-Received: from linux183.ma.utexas.edu (mail@linux183.ma.utexas.edu [146.6.139.172]) by dell3.ma.utexas.edu (8.11.0.Beta3/8.10.2) with ESMTP id i57JrHr23925; Mon, 7 Jun 2004 14:53:17 -0500 Original-Received: from jcorneli by linux183.ma.utexas.edu with local (Exim 3.36 #1 (Debian)) id 1BXQBJ-0000AW-00; Mon, 07 Jun 2004 14:53:17 -0500 Original-To: help-gnu-emacs@gnu.org X-all-your-base-are-belong-to-us: You are on the way to destruction. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18909 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18909 Use cyclebuffer.el from the emacs lisp list or bs.el which ships with emacs. Date: Tue, 27 Apr 2004 12:31:19 -0500 Ryan Bowman writes on help-gnu-emacs: I redefined C-x C-b to bs-show which is a much better buffer listing with lots of commands for dealing with and switching to buffers. The file bs.el (should be included with emacs) also includes commands for cycling the buffer forward and backward, which I bound to M-n and M-p, they also show a list (in the minibuffer) of the buffers in the order they will be cycled through. They are bs-cycle-next and bs-cycle-previous.