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 12:53:53 -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 1390845258 15284 80.91.229.3 (27 Jan 2014 17:54:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jan 2014 17:54:18 +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 18:54:27 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 1W7qOB-0007at-3Z for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 18:54:27 +0100 Original-Received: from localhost ([::1]:32769 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qOA-0004hg-Oc for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Jan 2014 12:54:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qO0-0004hP-5C for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 12:54:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W7qNy-0003as-MY for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 12:54:16 -0500 Original-Received: from mail-vc0-x236.google.com ([2607:f8b0:400c:c03::236]:52339) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W7qNy-0003ao-Hr for help-gnu-emacs@gnu.org; Mon, 27 Jan 2014 12:54:14 -0500 Original-Received: by mail-vc0-f182.google.com with SMTP id id10so3676540vcb.13 for ; Mon, 27 Jan 2014 09:54:14 -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=n3AdKv4/S9FgEeQspuGGSGsm/IXbdSWn0TN+kwUSLa0=; b=VqjVnHRCamoFU2AMw4YLV4sLuPHpArHTwIfsbNy5Om5IW86llPWEjaMI9oHT/u93a/ a0mhPpOdPHrtjQ+WGU22R6AKVlRLym3gSOutnvM5q65/hQbHz3AUwjpgvJ2tHIAgs8mZ c90FjlkYZiVAfbbweA5i1juKI4adNhg1flb0o+xyU7aXMi/uvZfu3/bRroHOy6oDGOUo 2CP5NR7rL6H/QwSH0aZ+3VbOp/VRRBKNEsVmnAGzas8zZUBqxfhHpJ8liskgzGb61LVi sy+z7EKwjm6y+Dl4u0tsi/On9jAZxl8IGoJ1uzg0vPwyb5sQ9zoCPC2ugEiu6qB3bbq+ QMWw== X-Received: by 10.221.54.65 with SMTP id vt1mr202766vcb.46.1390845254016; Mon, 27 Jan 2014 09:54:14 -0800 (PST) Original-Received: by 10.221.42.10 with HTTP; Mon, 27 Jan 2014 09:53:53 -0800 (PST) In-Reply-To: <4f5fce0e-1f3d-4cae-a57b-1fb27c2e9f2c@default> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::236 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:95703 Archived-At: 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. >