From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Bach Newsgroups: gmane.emacs.help Subject: Re: Save and load window states Date: Fri, 23 Dec 2011 13:24:17 +0100 Message-ID: <4ef471ff.c3640e0a.4b72.40af@mx.google.com> 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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1324642833 11489 80.91.229.12 (23 Dec 2011 12:20:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Dec 2011 12:20:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: martin rudalics Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 23 13:20:29 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 1Re46v-0004Kw-LG for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2011 13:20:29 +0100 Original-Received: from localhost ([::1]:59846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re46u-0007a0-2F for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Dec 2011 07:20:28 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57090) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re46k-0007Yf-Or for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 07:20:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Re46j-0004I0-GL for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 07:20:18 -0500 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:37845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Re46j-0004Hu-Ak for help-gnu-emacs@gnu.org; Fri, 23 Dec 2011 07:20:17 -0500 Original-Received: by eekc41 with SMTP id c41so9803787eek.0 for ; Fri, 23 Dec 2011 04:20:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=Z5EanxexJpqqMCUpu4+ScmSFKrc74aRDnJniPAfU+IU=; b=ftQKKL6lz0A4sQNOnt73vWebFS+PPhvetpy1IdJRX1Cju1nfDNewvI6p0tGB1xsPXy S33ymhQ3KfPfSZFVkqbiwL8tdRD1LmyA8Bo8MnsaYJytxoEI483T5ipyHBXtCppqsfAA ta67o4fg1UxSvkbFPoL3MD8JokcLMYuv9lvP4= Original-Received: by 10.213.108.203 with SMTP id g11mr690853ebp.6.1324642816638; Fri, 23 Dec 2011 04:20:16 -0800 (PST) Original-Received: from voschtro (p5795C9F3.dip.t-dialin.net. [87.149.201.243]) by mx.google.com with ESMTPS id z43sm47641291eef.7.2011.12.23.04.20.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Dec 2011 04:20:15 -0800 (PST) In-Reply-To: <4EF46245.9090006@gmx.at> (martin rudalics's message of "Fri, 23 Dec 2011 12:13:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.83.41 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:83249 Archived-At: martin rudalics writes: > BTW what do you use for "resurrecting" buffers - desktop.el? > I do not know whether I understand correctly, but I am using `(desktop-save-mode t)' for saving my buffers across sessions.