From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.help Subject: Re: Persistent Window Registers Date: Mon, 5 Jan 2009 11:50:52 +0100 Message-ID: References: <5c171af8-bc32-48cd-b114-4fdc599e9f03@o4g2000pra.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1231152928 8658 80.91.229.12 (5 Jan 2009 10:55:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 5 Jan 2009 10:55:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Volkan YAZICI" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 05 11:56:39 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 1LJn8I-0006rU-O1 for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jan 2009 11:56:31 +0100 Original-Received: from localhost ([127.0.0.1]:49595 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJn6y-0006MT-NC for geh-help-gnu-emacs@m.gmane.org; Mon, 05 Jan 2009 05:55:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJn2u-0004vr-Qr for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 05:50:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJn2s-0004vK-1F for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 05:50:55 -0500 Original-Received: from [199.232.76.173] (port=60543 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJn2r-0004vD-Qk for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 05:50:53 -0500 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:47857) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJn2r-0001Pg-CK for help-gnu-emacs@gnu.org; Mon, 05 Jan 2009 05:50:53 -0500 Original-Received: by fg-out-1718.google.com with SMTP id l26so2764153fgb.30 for ; Mon, 05 Jan 2009 02:50:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=sAi6kw5bAViCcI8ivHGXtojb70tPltwVq9dL9gospaY=; b=GoPPRUQN2PSxEPle2k173Vv/Yh16T2fJStWf2yanTWuZDx2I3ecl+8l+G4angJNSD7 9Wi77a9USqQcyvPL1ydYZGYnVf/J/OCpxzBCzylj1chbmXJRvQi+eJEzjjRA6CDzAHzQ ow3cs+7DdL2ivfzMzdLNOUFBXb3ghBmL2nshM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JyfWVjLSJg12JYYFFigyrxnTdM3AzpN8WKvIsF2EGXy1Ce/GeLyKQdV9DfLuwDGRIY keoLcnkiZo70IITcCMkpVhM/hzsY0UsM3i4V4mg5BVUPL5y9lOt5P7YJ4zn3exwwQUFF f8nGwaTHHnaJp7Y4sdtSBQfrGUVa3EAKlja6s= Original-Received: by 10.86.53.8 with SMTP id b8mr12093746fga.58.1231152652499; Mon, 05 Jan 2009 02:50:52 -0800 (PST) Original-Received: by 10.86.35.9 with HTTP; Mon, 5 Jan 2009 02:50:52 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:61073 Archived-At: On Mon, Jan 5, 2009 at 11:17 AM, Volkan YAZICI wrote: > 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. > > I find out that "saving window configurations" is on the TODO list of > both session.el and desktop.el packages. When I check register.el of > emacs, I see that one can manually initialize `register-alist' as he/ > she desires, but the components for # and > # are -- if I am not mistaken -- defined in C > code and I don't know a way to create one from elisp or serialize an > existing one and read it at the next session. Any ideas? See winsav.el in nXhtml