From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jai Dayal Newsgroups: gmane.emacs.help Subject: Re: Saving frames across sessions Date: Mon, 27 Jan 2014 16:13:28 -0500 Message-ID: References: <3aa69a0d-5163-4212-b30d-e3950a5f8fbd@default> <4f5fce0e-1f3d-4cae-a57b-1fb27c2e9f2c@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390857244 686 80.91.229.3 (27 Jan 2014 21:14:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 21:14:04 +0000 (UTC) Cc: help-gnu-emacs To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jan 27 22:14:12 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1W7tVU-0007JR-6D for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 22:14:12 +0100 Original-Received: from localhost ([::1]:33660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7tVT-0007Qa-MF for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 16:14:11 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7tV8-0007OV-Mw for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 16:13:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7tV7-0007Dm-LQ for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 16:13:50 -0500 Original-Received: from mail-ve0-x229.google.com ([2607:f8b0:400c:c01::229]:33218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7tV7-0007De-Gr for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 16:13:49 -0500 Original-Received: by mail-ve0-f169.google.com with SMTP id oy12so3907355veb.0 for ; Mon, 27 Jan 2014 13:13:49 -0800 (PST) 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=niSQvtzhYZRiZuJ/Qnl11XrBFiZWKKxB5eC/cVtw24Q=; b=btpMWU+Q7tRErikCJIXx1pQEwXrcuUFlR1UfkAw15iNbfGl3Vfe4E1vb4KQ9kDLoQq LfLtiip3a34fJ1KcJBXy26E4f1CL7hAMY5mS4WP5Fd6ajs9vlfNHeGt7Sz2MkDYun0E7 xClc+WNQNd9mENzQBuRcGO9hRy675CzDXhsZ/IQKEdQxWCknsOd+beWEM4TVjhV8PSxJ JLxuB/E71XMqDlQsAjFG01iVEYYjvk7okcR6HKphU8Q1dexOTgKCJ4FEWAZwMzrUetE3 SRdUf+nTJSEUkr3pUzewo2YQ0CxqlvIjC+htl9GcTbZ6KQri+KRmcz6rXpVFa8XHqd9T 4JHw== X-Received: by 10.220.95.139 with SMTP id d11mr17220371vcn.21.1390857229071; Mon, 27 Jan 2014 13:13:49 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Mon, 27 Jan 2014 13:13:28 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::229 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:95712 Archived-At: Surprisingly, I'm not able to find something that works well for Emacs 24.3. Does anyone else do this with 24.3? Jai On Mon, Jan 27, 2014 at 12:53 PM, Jai Dayal wrote: > Ah, I understand. I was interpreting "desktop" to be synonymous with > frames and window configs, but I can see now that there's a distinction > between the them. > > Thanks, > Jai > > > On Mon, Jan 27, 2014 at 12:38 PM, Drew Adams wrote: > >> > I did not know of that. A quick Google returns this: >> > >> > http://www.emacswiki.org/emacs/DeskTop >> > It seems that this is available for earlier versions of Emacs? >> > Or is it broken and supposed to be fixed with Emacs 24.4 >> >> Saving and restoring desktops is not new. What is new for Emacs >> 24.4 is that this can optionally include saving and restoring >> frame and window configurations. >> > >