From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: How to restore the layout? Date: Thu, 27 Jun 2013 16:05:19 +0200 Message-ID: References: <51C5AA68.4000204@alice.it> <51C6B138.50903@gmx.at> <51C6CF57.9030203@alice.it> <51C87C3E.90904@gmx.at> <83ehbrju1d.fsf@gnu.org> <87r4frcq9v.fsf@rosalinde.fritz.box> <87vc5345t3.fsf@gmail.com> <51C8B2C8.4000803@gmx.at> <51C93CDB.2020301@gmx.at> <51C9C790.3020407@gmx.at> <51CA0D4C.7080204@alice.it> <51CC3E42.7020409@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372341977 8147 80.91.229.3 (27 Jun 2013 14:06:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 14:06:17 +0000 (UTC) Cc: Emacs developers , martin rudalics , Stefan Monnier , Eli Zaretskii , Stephen Berman , Jambunathan K To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 27 16:06:18 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UsCq0-0006J1-OB for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 16:06:16 +0200 Original-Received: from localhost ([::1]:58834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsCq0-0000GL-8E for ged-emacs-devel@m.gmane.org; Thu, 27 Jun 2013 10:06:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsCps-00007j-Ik for emacs-devel@gnu.org; Thu, 27 Jun 2013 10:06:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UsCpq-0006uf-Vt for emacs-devel@gnu.org; Thu, 27 Jun 2013 10:06:08 -0400 Original-Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:56024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UsCpk-0006qt-Qz; Thu, 27 Jun 2013 10:06:00 -0400 Original-Received: by mail-ea0-f180.google.com with SMTP id k10so430908eaj.39 for ; Thu, 27 Jun 2013 07:06:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=SKcTeATrPKaO+z2iXWxdtbAXWqNIWhv32BG0ufLEC8E=; b=vUQrg3aFHySmtRw05PwUxI8eUZFZ9SsXBmELSFzXlIn1pd0hGMI9lDIU1LDm8rWGjX mIzv65HeW9tuGopjFUtfcH5/PwrXr2zsUbRJCjKBvOL5gWgNmxmCziMbC1fEL52UfmY3 thopE2uUQCwuUyRMVqqUdfIum48yAnV+FJr2ZGu5Ho1N+3+M79XkWnGvA37JYbkgKJBS xb1BhKh7VcRetVvVoLvtfwBfzhnLo07ty3qfd/JvS6XQCHwW66ZNQ0qdPmvdofsXu1qF ZMHSDq1JdKMsnptL3FOvZAWE1YUwfLoscNnPVCwV8k7kDFMjUuO3AJID526KvXNFQk2I 38nw== X-Received: by 10.15.36.133 with SMTP id i5mr9341739eev.52.1372341960006; Thu, 27 Jun 2013 07:06:00 -0700 (PDT) Original-Received: by 10.14.142.4 with HTTP; Thu, 27 Jun 2013 07:05:19 -0700 (PDT) In-Reply-To: <51CC3E42.7020409@alice.it> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:161138 Archived-At: On Thu, Jun 27, 2013 at 3:29 PM, Angelo Graziosi wrote: > I have just bootstrapped Emacs r.113205 and it *does not* restore > anything... :-( only a single frame and a single window... etc/NEWS says: *** `desktop-save-windows' enables saving and restoring the window/frame configuration. so try setting (or customizing) it to t. > So what am I missing? In .emacs.d/init.el I have desktop-save true.. what > else I need? I'd recommend editing the desktop save file and removing by hand the old window-save variable. In fact it shouldn't cause a problem, because I renamed it, but the old var is now just cruft. > BTW, C-h f desktop-save-wi TAB completes in desktop--save-windows, with two > hyphen between "desktop" and "save".. Yes. The function desktop--save-windows is internal, hence the two hyphens. J