unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Matthew Flaschen <matthew.flaschen@gatech.edu>
Subject: Re: How do I switch between buffers using keyboard shortcut?
Date: Sun, 31 Dec 2006 20:15:32 -0500	[thread overview]
Message-ID: <459860B4.4070700@gatech.edu> (raw)
In-Reply-To: <87ps9zr3s2.fsf@laptop.at.pyenos>


[-- Attachment #1.1: Type: text/plain, Size: 655 bytes --]

Someone just asked this, but I'll give you my take.  The standard way is
C-x-b , then type the buffer name or press enter for the default.  If
you install swbuff (http://www.emacswiki.org/cgi-bin/wiki/SwBuff), then
add the below to your .emacs file, those shortcuts will work.  Tell me
if you need more help:

(require 'swbuff)
(global-set-key [?\C-x left] 'swbuff-switch-to-previous-buffer)
(global-set-key [?\C-x right] 'swbuff-switch-to-next-buffer)

Matthew Flaschen

Logan Lee wrote:
> Logan Lee <10464307@uts.edu.au> writes:
> 
>> C-left or C-right don't work for me. :?
> what I meant was C-x left or C-x right. they don't work.


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 252 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2007-01-01  1:15 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 [this message]
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

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=459860B4.4070700@gatech.edu \
    --to=matthew.flaschen@gatech.edu \
    /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.
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).