From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Charles philip Chan" Newsgroups: gmane.emacs.help Subject: Re: How to switch to the recent available buffer easily Date: Thu, 28 Dec 2006 11:01:24 -0500 Organization: Linux Private Site Message-ID: <87y7os2enf.fsf@MagnumOpus.khem> References: <1167246307.253162.229590@h40g2000cwb.googlegroups.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: sea.gmane.org 1167324034 2138 80.91.229.10 (28 Dec 2006 16:40:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 16:40:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 28 17:40:33 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzyIs-0000ue-OF for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 17:40:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzyIs-00006J-A7 for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 11:40:26 -0500 Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Original-NNTP-Posting-Host: xVyl3joQDa76ozPzgli9qQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org X-Face: G; Z,`sm>)4t4LB/GUrgH$W`!AmfHMj,LG)Z}X0ax@s9:0>0)B&@vcm{v-le)wng)?|o]D\Z}0:6X Cancel-Lock: sha1:hyf8R+pU32gfQElsEnV7j61WUBM= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) 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!newspeer1.nwr.nac.net!newsfeed.freenet.de!newsfeed.x-privat.org!aioe.org!MagnumOpus.khem!news Original-Xref: shelby.stanford.edu gnu.emacs.help:144374 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:39977 Archived-At: 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 is bound to: ,---- | C-x runs the command previous-buffer | which is an interactive compiled Lisp function in `simple.el'. | It is bound to C-x , C-x , | . (previous-buffer) | | Switch to the previous buffer in cyclic order. `---- and C-x is bound to: ,---- | C-x runs the command next-buffer | which is an interactive compiled Lisp function in `simple.el'. | It is bound to C-x , C-x , | . (next-buffer) | | Switch to the next buffer in cyclic order. `---- Charles -- "sic transit discus mundi" (From the System Administrator's Guide, by Lars Wirzenius)