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 22:48:11 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <5c171af8-bc32-48cd-b114-4fdc599e9f03@o4g2000pra.googlegroups.com> <9e107126-498c-4b68-b354-427d2e1ce94b@u18g2000pro.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 1231400452 7391 80.91.229.12 (8 Jan 2009 07:40:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Jan 2009 07:40:52 +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 08:42:04 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 1LKpWl-0007wD-C1 for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jan 2009 08:42:03 +0100 Original-Received: from localhost ([127.0.0.1]:58220 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LKpVV-0008HV-Ci for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Jan 2009 02:40:45 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!postnews.google.com!r27g2000vbp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 85.235.85.86 Original-X-Trace: posting.google.com 1231397291 27505 127.0.0.1 (8 Jan 2009 06:48:11 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 8 Jan 2009 06:48:11 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r27g2000vbp.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:165844 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:61179 Archived-At: On Jan 8, 12:26 am, "Lennart Borgman" wrote: > I am not sure what you mean and it is a long time since I wrote > winsav.el. Are the things you need missing in winsav.el? No, actually I was looking for some internal hacks to easily serialize # objects. But instead, I saw that, people serialize the environment variables forming that # object and in later sessions, using that variables they are creating same # objects from scratch. Regards.