all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert Thorpe" <rthorpe@realworldtech.com>
Subject: Re: How do I switch between buffers using keyboard shortcut?
Date: 1 Jan 2007 05:21:17 -0800	[thread overview]
Message-ID: <1167657677.535452.320680@h40g2000cwb.googlegroups.com> (raw)
In-Reply-To: <873b6vsild.fsf@laptop.at.pyenos>

Logan Lee wrote:
> C-left or C-right don't work for me. :?

These keys work in Emacs version newer than 21.4 but not in those
older.
You should be able to remove the lines mentioned by the other poster
from your .emacs if you switch to Emacs 22.

Generally the keys are:-

C-x b switch-to-buffer - Prompts for a buffer name with completion
C-x 4 b switch-to-buffer-other-window
C-x 5 b switch-to-buffer-other-frame
C-x C-b list-buffer - Presents a list allows the user to select
C-x <left> previous-buffer - Previous buffer, on Emacs 22
C-x <right> next-buffer - Next buffer on Emacs 22
C-x o other-window - Switch to other window

I also bing C-<tab> so it switches to the other buffer with

(global-set-key [C-tab] (lambda (buf) (interactive "i")
						  (switch-to-buffer (other-buffer))))

      parent reply	other threads:[~2007-01-01 13:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-01  0:20 How do I switch between buffers using keyboard shortcut? Logan Lee
2007-01-01  0:26 ` Logan Lee
2007-01-01  1:15   ` Matthew Flaschen
2007-01-01  1:42   ` Charles philip Chan
2007-01-01  1:50     ` Charles philip Chan
     [not found]   ` <mailman.2600.1167614146.2155.help-gnu-emacs@gnu.org>
2007-01-01  7:56     ` Logan Lee
2007-01-01 13:21 ` Robert Thorpe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1167657677.535452.320680@h40g2000cwb.googlegroups.com \
    --to=rthorpe@realworldtech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.