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 11:26:49 -0500 Message-ID: References: <3aa69a0d-5163-4212-b30d-e3950a5f8fbd@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1390840057 12325 80.91.229.3 (27 Jan 2014 16:27:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 16:27:37 +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 17:27:45 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 1W7p2H-0002bq-1e for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 17:27:45 +0100 Original-Received: from localhost ([::1]:60437 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7p2G-0007Sz-IF for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 11:27:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7p1o-0007CT-Ay for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 11:27:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7p1i-0000VK-CG for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 11:27:16 -0500 Original-Received: from mail-vc0-x22a.google.com ([2607:f8b0:400c:c03::22a]:46494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7p1i-0000VG-5u for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 11:27:10 -0500 Original-Received: by mail-vc0-f170.google.com with SMTP id hu8so3633949vcb.1 for ; Mon, 27 Jan 2014 08:27:09 -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=+slu0fogaTpod3lCV85LSXSy1bol94Jzdq9NkwLMOaw=; b=Rn2p6MmurHSLPzn3u/K+LDhiA6uH3VEFe0EdGfa1BTYWQkqGAknVkgqIvkUx4dk5JV njR/NjidZNMFBLhudvHi2NeFgoZ9i+YT0KW1vDpRjAJd35GMyxskH4cRCUrt0tfzU8OJ 3ertAoepT/xnz13JQpUq5s63/1PJqeUoCvlhASre2BKAO17ZrC9bQiEVtBpgm5Nl866Q ylZoSysPcBXLPpmr6ErreR0cLZIuj2eLPhv0TrKbZapEl3wayyC0wDnVf5u15CwPIC/I FORwP4rKWHiEqaXufX4TR9MG+suQOOXkYMmPYKUdF8pOBJj06j8nYitGgGhKta650XB/ /3SA== X-Received: by 10.58.90.1 with SMTP id bs1mr595951veb.29.1390840029617; Mon, 27 Jan 2014 08:27:09 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Mon, 27 Jan 2014 08:26:49 -0800 (PST) In-Reply-To: <3aa69a0d-5163-4212-b30d-e3950a5f8fbd@default> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::22a 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:95699 Archived-At: 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 Thanks much!!!! Jai On Mon, Jan 27, 2014 at 11:23 AM, Drew Adams wrote: > > Is there an easy way to do this? > > Wait for Emacs 24.4 - you can use desktop.el to save & restore frame > and window configurations also. Or pick up a recent pre-24.4 > development snapshot. >