[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rotating through buffer list
From: |
Joe Corneli |
Subject: |
Re: Rotating through buffer list |
Date: |
Mon, 07 Jun 2004 14:53:17 -0500 |
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.