From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Scaglioni Newsgroups: gmane.emacs.help Subject: Re: rotating between buffers Date: Fri, 16 Aug 2002 16:51:38 +0100 (BST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20020816.165138.74726538.fgs@epulse.net> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1029513128 15848 127.0.0.1 (16 Aug 2002 15:52:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2002 15:52:08 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17fjOP-00047F-00 for ; Fri, 16 Aug 2002 17:52:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fjPP-0000gZ-00; Fri, 16 Aug 2002 11:53:07 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fjOk-0000We-00 for help-gnu-emacs@gnu.org; Fri, 16 Aug 2002 11:52:26 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fjO2-0000Ps-00 for help-gnu-emacs@gnu.org; Fri, 16 Aug 2002 11:52:25 -0400 Original-Received: from mail1.nhs.uk ([213.120.235.81]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fjO2-0000Pi-00 for help-gnu-emacs@gnu.org; Fri, 16 Aug 2002 11:51:42 -0400 Original-Received: from hn-ext by mail1.nhs.uk (Sendmail 8.8.8) with esmtp id 17fjO1-0003pY-00; Fri, 16 Aug 2002 16:51:41 +0100 Original-Received: from relay.nhs.uk (194.62.42.144) by relayint2.nhs.uk (Syntegra-I2 6.5.016) id 3D527A35001225AE for help-gnu-emacs@gnu.org; Fri, 16 Aug 2002 16:51:26 +0100 Original-Received: from localhost (194.155.32.217) by relay.nhs.uk (Syntegra-4 6.5.016) id 3D5D090400004785; Fri, 16 Aug 2002 16:54:53 +0100 Original-To: Brigham.Stevens@wamu.net In-Reply-To: X-Mailer: Mew version 2.2 on Emacs 21.1 / Mule 5.0 (SAKAKI) Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:828 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:828 WOW -- my first piece of advice to anyone about emacs -- I only wish I had thought it up myself -- I got that bit from the web but could not see who from. Anyway glad it helped F From: "Stevens, Brigham" Subject: RE: rotating between buffers Date: Fri, 16 Aug 2002 08:44:56 -0700 > Francesco, > > Thank you! This is exactly what I was looking for! > > > --brigham > > -----Original Message----- > From: Francesco Scaglioni [mailto:fgs@epulse.net] > Sent: Friday, August 16, 2002 3:00 AM > To: Stevens, Brigham > Cc: help-gnu-emacs@gnu.org > Subject: Re: rotating between buffers > > Hi > > Herewith relevant section of my .emacs -- keep on persuading > > ; Switch buffer with ctrl-tab > (global-set-key [(ctrl tab)] 'bury-buffer) ; Ctrl-Tab switches buffers > > F > > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >