From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.help Subject: Re: switch to previous buffer Date: Sat, 30 Mar 2013 22:03:39 +1100 Message-ID: <5156C68B.1020709@pobox.com> References: <382a2375-aed1-4deb-ad29-21952926c809@googlegroups.com> Reply-To: bernardo.bacic@pobox.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1364641440 10074 80.91.229.3 (30 Mar 2013 11:04:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Mar 2013 11:04:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Rami A Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 30 12:04:25 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ULtaB-0000sN-NJ for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Mar 2013 12:04:23 +0100 Original-Received: from localhost ([::1]:45010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULtZn-00030z-El for geh-help-gnu-emacs@m.gmane.org; Sat, 30 Mar 2013 07:03:59 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULtZa-0002yL-Pj for help-gnu-emacs@gnu.org; Sat, 30 Mar 2013 07:03:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ULtZY-0006HV-SB for help-gnu-emacs@gnu.org; Sat, 30 Mar 2013 07:03:46 -0400 Original-Received: from pecan2.exetel.com.au ([220.233.0.70]:35524) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ULtZY-0006Gu-GP for help-gnu-emacs@gnu.org; Sat, 30 Mar 2013 07:03:44 -0400 Original-Received: from 33.111.70.115.static.exetel.com.au ([115.70.111.33] helo=[192.168.1.10]) by pecan2.exetel.com.au with esmtp (Exim 4.71) (envelope-from ) id 1ULtZT-0003TX-AI; Sat, 30 Mar 2013 22:03:39 +1100 User-Agent: Thunderbird 2.0.0.24 (X11/20100228) In-Reply-To: <382a2375-aed1-4deb-ad29-21952926c809@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 220.233.0.70 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89814 Archived-At: It was a dark and stormy night when Rami A said (30/03/13 09:07): > Usually I switch between buffers going through the "buffer menu". > So I would be in Buffer 1 -> C-x C-b "bufer menu" -> buffer 2 > > I have the short cut: > (global-set-key "\M-a" 'switch-to-previous-buffer) > > So I could switch back to the previous buffer. have you tried C-x ? (and C-x for that matter)