From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: dave@adboyd.com (J. David Boyd) Newsgroups: gmane.emacs.help Subject: Re: how do I step through buffers Date: 26 Oct 2004 15:07:46 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <813c01cn7h.fsf@adboyd.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098817732 3514 80.91.229.6 (26 Oct 2004 19:08:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 19:08:52 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 26 21:08:46 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMWgX-0002sJ-00 for ; Tue, 26 Oct 2004 21:08:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMWoF-0000R4-MO for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Oct 2004 15:16:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMWo5-0000Qm-5E for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:16:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMWo4-0000QF-9p for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:16:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMWo3-0000Po-TN for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:16:31 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMWfe-0000Xt-5E for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:07:50 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CMWfd-0003GA-00 for ; Tue, 26 Oct 2004 21:07:49 +0200 Original-Received: from wbar5.tampa1-4-11-125-246.dsl-verizon.net ([4.11.125.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Oct 2004 21:07:49 +0200 Original-Received: from dave by wbar5.tampa1-4-11-125-246.dsl-verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Oct 2004 21:07:49 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: wbar5.tampa1-4-11-125-246.dsl-verizon.net User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21463 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21463 "Billy N. Patton" writes: > I'm looking at my GNU Emacs pocket reference. > > I know I can C-x C-b and get a list of buffers, select the one I want > then hit a CR. > > Is there a way I can just step from buffer to buffer without going > through a list buffers command? > >>From C-h f next-buffer: next-buffer is an interactive compiled Lisp function in `simple'. It is bound to C-x , . (next-buffer) Switch to the next buffer in cyclic order.