* Rotating through buffer list
@ 2004-06-07 2:31 David H McCracken
2004-06-07 5:46 ` Kai Grossjohann
0 siblings, 1 reply; 3+ messages in thread
From: David H McCracken @ 2004-06-07 2:31 UTC (permalink / raw)
Some versions of MicroEmacs have a next-buffer function to rotate through
the open files but I can't find anything like this in GNU EMACS. Is there
any way to do this other than by selecting each file from the buffer
list?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Rotating through buffer list
2004-06-07 2:31 Rotating through buffer list David H McCracken
@ 2004-06-07 5:46 ` Kai Grossjohann
0 siblings, 0 replies; 3+ messages in thread
From: Kai Grossjohann @ 2004-06-07 5:46 UTC (permalink / raw)
David H McCracken <davidmccracken@juno.com> writes:
> Some versions of MicroEmacs have a next-buffer function to rotate through
> the open files but I can't find anything like this in GNU EMACS. Is there
> any way to do this other than by selecting each file from the buffer
> list?
There is M-x bury-buffer RET which allows you to rotate through the
open buffers. (That may include non-file buffers.)
There are various add-on packages which allow you to rotate through
the buffer list. An included one is iswitchb. If you put
(iswitchb-default-keybindings) in ~/.emacs, then you can do C-x b and
then use C-s to rotate forward and C-r to rotate backward through the
buffer list. After finding the right buffer, hit RET.
Kai
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Rotating through buffer list
@ 2004-06-07 19:53 Joe Corneli
0 siblings, 0 replies; 3+ messages in thread
From: Joe Corneli @ 2004-06-07 19:53 UTC (permalink / raw)
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-06-07 19:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-07 2:31 Rotating through buffer list David H McCracken
2004-06-07 5:46 ` Kai Grossjohann
-- strict thread matches above, loose matches on Subject: below --
2004-06-07 19:53 Joe Corneli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).