From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Keller Newsgroups: gmane.emacs.help Subject: Re: split buffers Date: Thu, 22 Jul 2010 05:21:15 +0000 (UTC) Organization: the UPL Message-ID: References: <47be08be-25b1-4396-b0a2-0dff98de85b9@p22g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1291947268 13312 80.91.229.12 (10 Dec 2010 02:14:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Dec 2010 02:14:28 +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 Dec 10 03:14:24 2010 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 1PQsV5-0007Kr-PK for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Dec 2010 03:14:23 +0100 Original-Received: from localhost ([127.0.0.1]:33682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQsS7-0000ZR-D3 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 21:11:19 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Injection-Date: Thu, 22 Jul 2010 05:21:15 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="GmGSL6en74A9RfKh8C6zaA"; logging-data="19910"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19GllSbT2v6bESW8PL8FiRa" User-Agent: tin/1.9.5-20091224 ("Lochruan") (UNIX) (Linux/2.6.32-23-generic (i686)) Cancel-Lock: sha1:Xs1zWOiMrPTNiVM3mPYJ4GAaBtY= Original-Xref: usenet.stanford.edu gnu.emacs.help:179909 X-Mailman-Approved-At: Thu, 09 Dec 2010 20:23:31 -0500 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:77165 Archived-At: TheFlyingDutchman wrote: > There are two commands which seem to save and restore buffer/window- > configurations in a frame that might suffice for what you want: > > window-configuration-to-register > (bound to Control-x r w) to save it > > and > > jump-to-register > (bound to Control-x r j) Now THIS does much more of what I expect! I'm going to read up on it for a little while and see if I can't improve the usability of it some more. It definitely now looks like I can mimic vim's tabbing and splitting behavior. Thank you! -pete