From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: kamphausen@creativepharma.com (Stefan Kamphausen) Newsgroups: gmane.emacs.help Subject: Re: swtching between buffers? Date: 12 May 2003 01:19:18 -0700 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <62ede926.0305120019.2d2d8655@posting.google.com> References: <5v9va.3476$kH.1029551@twister.nyc.rr.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1052727646 12757 80.91.224.249 (12 May 2003 08:20:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 May 2003 08:20:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon May 12 10:20:44 2003 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 19F8Xn-0003Ib-00 for ; Mon, 12 May 2003 10:20:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19F8Xl-0002nQ-04 for gnu-help-gnu-emacs@m.gmane.org; Mon, 12 May 2003 04:20:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 217.226.220.6 Original-X-Trace: posting.google.com 1052727559 28220 127.0.0.1 (12 May 2003 08:19:19 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 12 May 2003 08:19:19 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:113088 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9584 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9584 Miguel Ulloa wrote in message news:<5v9va.3476$kH.1029551@twister.nyc.rr.com>... > Hello, > > I would like to know if there is a command to circularly navigate all > opened buffers in emacs, thanks in advance. If I may put a shameless self-ad here: you might want to take a look at mtorus.el which lets you create cyclic groups of buffer positions with the groups being arranged on another cycle. The feature you requested is implemented there as a special case. I wrote it for XEmacs but it should work in GNU Emacs, too. If you are interested take a look at www.skamphausen.de/software/skamacs/mtorus.html Kind Regards Stefan Kamphausen PS: I've been working on a re-implementation of the whole thing which isn't ready for the public yet.