From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: despen@verizon.net Newsgroups: gmane.emacs.help Subject: Re: buffer management in emacs Date: Fri, 07 May 2010 09:58:45 -0400 Organization: A noiseless patient Spider Message-ID: References: <87d3xwsbns.fsf@slack64.serverdot.org> <831g4rFrbrU3@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273263373 16239 80.91.229.12 (7 May 2010 20:16:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 20:16:13 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 07 22:16:12 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OATy0-0002C9-7h for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 22:16:12 +0200 Original-Received: from localhost ([127.0.0.1]:58162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OATcj-0007OJ-0v for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 15:54:13 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news2.glorb.com!feeder.erje.net!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 Injection-Date: Fri, 7 May 2010 13:58:45 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="zonOWvH8iMOSVG4S2eKuOA"; logging-data="21195"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18w2h2B4M1+juIeLmvxP9Of8c7X7qPJyEs=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:JRBwujXvd4jQ8W3V1jSqe5EQWdk= sha1:o8UNanRm4UEhIq6MZYVElsNRzRo= Original-Xref: usenet.stanford.edu gnu.emacs.help:178038 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:73564 Archived-At: Kevin Rodgers writes: > despen@verizon.net wrote: >> "Chris F.A. Johnson" writes: >> >>> On 2010-04-18, .Martin. wrote: >>>> Hi all, >>>> 1. Is there any way of temporarily bookimaring buffers so that I can switch >>>> between them more efficiently? Gnus itself has a good few buffers (of >>>> which I only use the main one where groups are listed), then >>>> when I open a few messages the buffers usually stay. I usually switch >>>> between buffers by C-x and right/left arrows. I bet there's a much >>>> better way of doing it. >>>> I know of C-x b, but then I have to press TAB to list buffers and do >>>> autocompletion. How do you switch between buffers? >>> I bind a key (print) to electric-buffer-list. >> >> Agree completely, best way I know of to switch buffers. >> >> Except that the key to use is F9. :) > > Nah: > > (global-set-key "\C-x\C-b" 'electric-buffer-list) ; was list-buffers I have that too, but one key is always better than 2.