* how do I step through buffers
@ 2004-10-26 18:44 Billy N. Patton
2004-10-26 19:05 ` Sebastian Luque
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Billy N. Patton @ 2004-10-26 18:44 UTC (permalink / raw)
I'm looking at my GNU Emacs pocket reference.
I know I can C-x C-b and get a list of buffers, select the one I want
then hit a CR.
Is there a way I can just step from buffer to buffer without going
through a list buffers command?
--
___ _ ____ ___ __ __
/ _ )(_) / /_ __ / _ \___ _/ /_/ /____ ___
/ _ / / / / // / / ___/ _ `/ __/ __/ _ \/ _ \
/____/_/_/_/\_, / /_/ \_,_/\__/\__/\___/_//_/
/___/
Texas Instruments ASIC Circuit Design Methodology Group
Dallas, Texas, 214-480-4455, b-patton@ti.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: how do I step through buffers
2004-10-26 18:44 how do I step through buffers Billy N. Patton
@ 2004-10-26 19:05 ` Sebastian Luque
2004-10-26 19:07 ` J. David Boyd
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Sebastian Luque @ 2004-10-26 19:05 UTC (permalink / raw)
Billy N. Patton wrote:
> I'm looking at my GNU Emacs pocket reference.
>
> I know I can C-x C-b and get a list of buffers, select the one I want
> then hit a CR.
>
> Is there a way I can just step from buffer to buffer without going
> through a list buffers command?
>
Have a look at cyclebuffer.el, it allows you to bind any key sequence to
functions cycling forward or backwards through the buffer list.
--
Best wishes,
Sebastian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: how do I step through buffers
2004-10-26 18:44 how do I step through buffers Billy N. Patton
2004-10-26 19:05 ` Sebastian Luque
@ 2004-10-26 19:07 ` J. David Boyd
2004-10-26 19:54 ` Drew Adams
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: J. David Boyd @ 2004-10-26 19:07 UTC (permalink / raw)
"Billy N. Patton" <b-patton@ti.com> writes:
> I'm looking at my GNU Emacs pocket reference.
>
> I know I can C-x C-b and get a list of buffers, select the one I want
> then hit a CR.
>
> Is there a way I can just step from buffer to buffer without going
> through a list buffers command?
>
>From C-h f next-buffer:
next-buffer is an interactive compiled Lisp function in `simple'.
It is bound to C-x <right>, <menu-bar> <buffer> <next-buffer>.
(next-buffer)
Switch to the next buffer in cyclic order.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: how do I step through buffers
2004-10-26 18:44 how do I step through buffers Billy N. Patton
2004-10-26 19:05 ` Sebastian Luque
2004-10-26 19:07 ` J. David Boyd
@ 2004-10-26 19:54 ` Drew Adams
2004-10-26 22:49 ` Kevin Rodgers
2004-10-27 19:48 ` Stefan Reichör
4 siblings, 0 replies; 6+ messages in thread
From: Drew Adams @ 2004-10-26 19:54 UTC (permalink / raw)
See these links for lots of alternative ways to switch buffers, including
different ways to cycle among them:
- http://www.emacswiki.org/cgi-bin/wiki/CategoryBufferSwitching
- http://www.emacswiki.org/cgi-bin/wiki/SwitchingBuffers
-----Original Message-----
Is there a way I can just step from buffer to buffer without going
through a list buffers command?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: how do I step through buffers
2004-10-26 18:44 how do I step through buffers Billy N. Patton
` (2 preceding siblings ...)
2004-10-26 19:54 ` Drew Adams
@ 2004-10-26 22:49 ` Kevin Rodgers
2004-10-27 19:48 ` Stefan Reichör
4 siblings, 0 replies; 6+ messages in thread
From: Kevin Rodgers @ 2004-10-26 22:49 UTC (permalink / raw)
Billy N. Patton wrote:
> I know I can C-x C-b and get a list of buffers, select the one I want
> then hit a CR.
>
> Is there a way I can just step from buffer to buffer without going
> through a list buffers command?
(global-set-key "\C-x\C-b" 'electric-buffer-list)
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: how do I step through buffers
2004-10-26 18:44 how do I step through buffers Billy N. Patton
` (3 preceding siblings ...)
2004-10-26 22:49 ` Kevin Rodgers
@ 2004-10-27 19:48 ` Stefan Reichör
4 siblings, 0 replies; 6+ messages in thread
From: Stefan Reichör @ 2004-10-27 19:48 UTC (permalink / raw)
"Billy N. Patton" <b-patton@ti.com> writes:
> I'm looking at my GNU Emacs pocket reference.
>
> I know I can C-x C-b and get a list of buffers, select the one I want
> then hit a CR.
>
> Is there a way I can just step from buffer to buffer without going
> through a list buffers command?
Take a look at bubble-buffer.el from http://www.xsteve.at/prg/emacs/
Stefan.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2004-10-27 19:48 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-26 18:44 how do I step through buffers Billy N. Patton
2004-10-26 19:05 ` Sebastian Luque
2004-10-26 19:07 ` J. David Boyd
2004-10-26 19:54 ` Drew Adams
2004-10-26 22:49 ` Kevin Rodgers
2004-10-27 19:48 ` Stefan Reichör
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.