From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: Is it possible to save window splits? Date: 23 Apr 2003 17:23:05 +0200 Organization: T-Online Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051112059 5407 80.91.224.249 (23 Apr 2003 15:34:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 15:34:19 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 23 17:34:18 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 198MFh-0001MO-00 for ; Wed, 23 Apr 2003 17:33:41 +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 198MDA-0002Nz-05 for gnu-help-gnu-emacs@m.gmane.org; Wed, 23 Apr 2003 11:31:04 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!feed.news.nacamar.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: news.t-online.com 1051111386 07 31102 1C-3E+PXEOAW3M 030423 15:23:06 Original-X-Complaints-To: abuse@t-online.com X-ID: VS5qSyZHgeHtfKUv2AE7LUAAIsHFPgeqfUvS251abP9Km+UtxYAxrr X-Face: 2FEFf>]>q>2iw=B6,xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN;i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:112220 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:8719 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8719 "Daniel R. Anderson" writes: > Hi, > > A lot of times when I'm coding, I'll find I need to open several window > splits. Then, I'll C-x 1 to get back to the code I'm working on, and > find I need to get back to the old window splits -- but have to do them > manually. Is it possible to save window splits -- how many you have, > what kind, and where in the file each one points to? frame-configuration-to-register C-x r f Command: Store the window configuration of all frames in register REGISTER. window-configuration-to-register C-x r w Command: Store the window configuration of the selected frame in register REGISTER. To restore, use jump-to-register C-x r j Command: Move point to location stored in a register. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum