From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Volkan YAZICI Newsgroups: gmane.emacs.help Subject: Re: Persistent Window Registers Date: Wed, 7 Jan 2009 23:50:08 -0800 (PST) Organization: http://groups.google.com Message-ID: <77eecfe9-bd6e-4221-9612-0b300631d9e7@p2g2000prn.googlegroups.com> References: <5c171af8-bc32-48cd-b114-4fdc599e9f03@o4g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231404057 17637 80.91.229.12 (8 Jan 2009 08:40:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2009 08:40:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 08 09:42:08 2009 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.50) id 1LKqSo-00055i-Nq for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jan 2009 09:42:03 +0100 Original-Received: from localhost ([127.0.0.1]:44049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKqRW-0007Vh-Nu for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jan 2009 03:40:42 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!p2g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 85.235.85.86 Original-X-Trace: posting.google.com 1231401008 19823 127.0.0.1 (8 Jan 2009 07:50:08 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 8 Jan 2009 07:50:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p2g2000prn.googlegroups.com; posting-host=85.235.85.86; posting-account=xozGQQoAAAD99EQH9srmwM1ajggyokYW User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.18) Gecko/20081030 Iceweasel/2.0.0.18 (Debian-2.0.0.18-0etch1), gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:165845 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:61180 Archived-At: On Jan 4, 6:10 pm, Volkan YAZICI wrote: > I'm using session.el[1] for persistence of configurations between > different emacs sessions. But I also want to assign persistent window > registers to some of my window configurations. For instance, I want > below configurations be persistent across different sessions: > > - C-x r j 1 (*Group*) > - C-x r j 2 (#postgresql and #lisp buffers divided vertically) > - ... > > How can I do that? (Actually, I don't want to hard-bind "C-x r j 1" to > *Group*. I just want my "C-x r w"ed configurations be remembered in > later sessions.) I just give it a quick & dirty start: http://www.emacswiki.org/emacs/SavingWindowConfigurations