From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: reader@newsguy.com Newsgroups: gmane.emacs.help Subject: Re: How to switch to the recent available buffer easily Date: Thu, 28 Dec 2006 12:46:09 -0600 Organization: Still searching... Message-ID: <87psa3q2oe.fsf@newsguy.com> References: <1167246307.253162.229590@h40g2000cwb.googlegroups.com> <87y7os2enf.fsf@MagnumOpus.khem> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167331839 26314 80.91.229.10 (28 Dec 2006 18:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 18:50:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 28 19:50:37 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 1H00Kj-00046R-Bp for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 19:50:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H00Ki-0002I6-VU for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 13:50:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H00KU-0002FC-2c for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 13:50:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H00KT-0002EK-Kz for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 13:50:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H00KT-0002EA-Hs for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 13:50:13 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1H00KS-0006Rl-Vv for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 13:50:13 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1H00KJ-0005XX-9w for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 19:50:03 +0100 Original-Received: from c-67-163-25-192.hsd1.in.comcast.net ([67.163.25.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Dec 2006 19:50:03 +0100 Original-Received: from reader by c-67-163-25-192.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Dec 2006 19:50:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-67-163-25-192.hsd1.in.comcast.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) Cancel-Lock: sha1:TMtObpK09Ki2ATjsyBBN2YyJyGI= 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:39986 Archived-At: "Charles philip Chan" writes: > 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. > `---- [...] Yuck, I've apparently bound it to append-to-buffer at some point. emacs -q --no-site-file and I see it works as advertised.