help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to switch to the recent available buffer easily


From: Charles philip Chan
Subject: Re: How to switch to the recent available buffer easily
Date: Thu, 28 Dec 2006 11:01:24 -0500
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

On 28 Dec 2006, reader@newsguy.com wrote:

> I don't find that to be true with:
> GNU Emacs 22.0.92.1 (i686-pc-linux-gnu, X toolkit) of 2006-12-21

Strange it works fine for me (I am also using 22.0.92.1), C-x <left> is
bound to:

,----
| C-x <left> runs the command previous-buffer
|   which is an interactive compiled Lisp function in `simple.el'.
| It is bound to C-x <C-left>, C-x <left>, <menu-bar> <buffer> 
| <previous-buffer>. (previous-buffer)
| 
| Switch to the previous buffer in cyclic order.
`----

and C-x <right> is bound to:

,----
| C-x <right> runs the command next-buffer
|   which is an interactive compiled Lisp function in `simple.el'.
| It is bound to C-x <C-right>, C-x <right>, <menu-bar> <buffer>
| <next-buffer>.  (next-buffer)
| 
| Switch to the next buffer in cyclic order.
`----

Charles
                                   
-- 
"sic transit discus mundi"
(From the System Administrator's Guide, by Lars Wirzenius)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]