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 14:46:56 +0100 Message-ID: <4EF48650.9080702@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> <4EF46245.9090006@gmx.at> <4ef471ff.c3640e0a.4b72.40af@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 1324648033 14652 80.91.229.12 (23 Dec 2011 13:47:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2011 13:47:13 +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 14:47:08 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 1Re5Sk-00072H-EO for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2011 14:47:06 +0100 Original-Received: from localhost ([::1]:42073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re5Sk-00054G-2U for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2011 08:47:06 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:37657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re5Se-00054B-S0 for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 08:47:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re5Sd-0001jt-UY for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 08:47:00 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:54815) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Re5Sd-0001jl-HC for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 08:46:59 -0500 Original-Received: (qmail invoked by alias); 23 Dec 2011 13:46:57 -0000 Original-Received: from 62-47-47-118.adsl.highway.telekom.at (EHLO [62.47.47.118]) [62.47.47.118] by mail.gmx.net (mp056) with SMTP; 23 Dec 2011 14:46:57 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX18X1gArJJsXIhVmvba1KziFE+ZfE9lS7NSENdMyL8 4P5JFn+nOZ/sPG User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) In-Reply-To: <4ef471ff.c3640e0a.4b72.40af@mx.google.com> X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:83250 Archived-At: > I do not know whether I understand correctly, but I am using > `(desktop-save-mode t)' for saving my buffers across sessions. That's what I wanted to know. Does establishing the window-buffer correspondence work as intended? That is, does running `desktop-read' first and `my-load-frame' afterwards show the right buffers in the right windows? martin