From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Logan Lee <10464307@uts.edu.au> Newsgroups: gmane.emacs.help Subject: Re: How do I switch between buffers using keyboard shortcut? Date: Mon, 01 Jan 2007 18:56:56 +1100 Message-ID: <87r6ufb2nr.fsf@laptop.at.pyenos> References: <873b6vsild.fsf@laptop.at.pyenos> <87ps9zr3s2.fsf@laptop.at.pyenos> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167640838 922 80.91.229.12 (1 Jan 2007 08:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Jan 2007 08:40:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 01 09:40:36 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H1Iig-00029S-RK for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jan 2007 09:40:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H1Iig-0001Dl-Ab for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jan 2007 03:40:34 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news4.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!news1.optus.net.au!optus!newsfeeder.syd.optusnet.com.au!news.optusnet.com.au!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:MXPgS8yswiRoPOxuJMzJAgd/3OM= Original-Lines: 21 Original-NNTP-Posting-Host: 211.30.187.144 Original-X-Trace: 1167638216 16552 211.30.187.144 Original-Xref: shelby.stanford.edu gnu.emacs.help:144468 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:40073 Archived-At: Matthew Flaschen writes: > 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. Yes, it works perfectly. Thank you for your kind help. Also, thanks to others. ;)