From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.help Subject: Re: Save and load window states Date: Fri, 23 Dec 2011 12:13:09 +0100 Message-ID: <4EF46245.9090006@gmx.at> References: <4EF1FB5E.7090008@gmx.at> <4ef23cf5.0d0a0e0a.60bc.ffffbbb7@mx.google.com> <4EF24D8E.7080508@gmx.at> <4ef45ed7.e4030e0a.7250.2096@mx.google.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1324638821 16659 80.91.229.12 (23 Dec 2011 11:13:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2011 11:13:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Michael Bach Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 23 12:13:37 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Re34D-00054I-BS for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2011 12:13:37 +0100 Original-Received: from localhost ([::1]:33490 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re347-0000ZB-BA for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2011 06:13:31 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re33x-0000Wa-CM for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 06:13:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re33p-0001NC-LN for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 06:13:21 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:60520) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Re33p-0001MI-9j for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 06:13:13 -0500 Original-Received: (qmail invoked by alias); 23 Dec 2011 11:13:10 -0000 Original-Received: from 62-47-38-253.adsl.highway.telekom.at (EHLO [62.47.38.253]) [62.47.38.253] by mail.gmx.net (mp011) with SMTP; 23 Dec 2011 12:13:10 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18nCjZCXQsn7qKIdI3PQ/SYFz7Z93ShgNkH0FuP5K vaPY04kYHFtYuz User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <4ef45ed7.e4030e0a.7250.2096@mx.google.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 213.165.64.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83248 Archived-At: > It took me a while to figure out how to patch the source. The bzr > snapshot is built automatically via a PKGBUILD (I am on Arch Linux > here). I was afraid that something simlar interferred. Once you changed this and rebuilt, the change should remain persistent, though. In any case: When you look at your file and it contains hash ("#") notation, be assured that `read' breaks. > Rebuilt with your suggested patch and it works now. I hope I can fix this so `read' works out of the box for Emacs 24.1. BTW what do you use for "resurrecting" buffers - desktop.el? martin