From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "chris.danx" Newsgroups: gmane.emacs.help Subject: Re: buffers Date: Tue, 28 Jan 2003 13:26:46 +0000 Organization: ntl Cablemodem News Service Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <_emY9.2066$6U3.12590@newsfep4-gui.server.ntli.net> <62ede926.0301280310.31514ac4@posting.google.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043760469 25131 80.91.224.249 (28 Jan 2003 13:27:49 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 28 Jan 2003 13:27:49 +0000 (UTC) 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 18dVmF-0006X5-00 for ; Tue, 28 Jan 2003 14:27:47 +0100 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 18dVkJ-0004mj-02 for gnu-help-gnu-emacs@m.gmane.org; Tue, 28 Jan 2003 08:25:47 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.icl.net!newsfeed.fjserv.net!colt.net!peernews3.colt.net!newsfeed.stueberl.de!newspeer1-gui.server.ntli.net!ntli.net!newsfep4-gui.server.ntli.net.POSTED!53ab2750!not-for-mail User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a) Gecko/20021212 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: <62ede926.0301280310.31514ac4@posting.google.com> Original-Lines: 18 Original-NNTP-Posting-Host: 80.4.69.111 Original-X-Complaints-To: abuse@ntlworld.com Original-X-Trace: newsfep4-gui.server.ntli.net 1043760289 80.4.69.111 (Tue, 28 Jan 2003 13:24:49 GMT) Original-NNTP-Posting-Date: Tue, 28 Jan 2003 13:24:49 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:109491 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:6011 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6011 Stefan Kamphausen wrote: > You might be interested in an elisp file I've written which gives you > the plain buffer cycling (using a skipping predicate) on Shift > left/right (default; of course you can use your own keybindings) and > extents that mechanism to user defined subgroups of buffers and > positions (several might be in the same buffer). You choose the > subgroup to cycle with Shift up/down (default...). I hope I could > explain that in an understandable way ;-) Hmm, interesting! This would certainly be useful. I will take a look later, thanks! Chris