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: desktop-restore-frames Date: Mon, 29 Jul 2013 14:05:32 +0200 Message-ID: References: <61380083-79F5-4BD0-8B13-ABDAF34F4EC4@mit.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375099579 22644 80.91.229.3 (29 Jul 2013 12:06:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jul 2013 12:06:19 +0000 (UTC) Cc: chad , Emacs developers To: Joakim Verona Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 29 14:06:19 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 1V3mDT-0004pE-1N for ged-emacs-devel@m.gmane.org; Mon, 29 Jul 2013 14:06:19 +0200 Original-Received: from localhost ([::1]:46297 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mDS-00012H-KK for ged-emacs-devel@m.gmane.org; Mon, 29 Jul 2013 08:06:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mDP-00012A-FQ for emacs-devel@gnu.org; Mon, 29 Jul 2013 08:06:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3mDN-000636-Rn for emacs-devel@gnu.org; Mon, 29 Jul 2013 08:06:15 -0400 Original-Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:44009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mDN-00062t-Lq for emacs-devel@gnu.org; Mon, 29 Jul 2013 08:06:13 -0400 Original-Received: by mail-ee0-f52.google.com with SMTP id c41so2114786eek.39 for ; Mon, 29 Jul 2013 05:06:13 -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=p7gZ3M+1MHJHdFVElXLYtQywYwHSaz3yooRD/CLmVhk=; b=WUzSzfHqjxNsu0z+W53xJnME8cXzVZatUkrrl8HFo6ShhIZLfzzFScItOb8Yh3jF18 Tk47LpX+hE8MUNbdEavkGEaRvT8kij5FgPAmQJCbaPYjZJ+KyAcnz2pYgSNzLiPyvFJB NlxDzA6zytlkMhWewDGHez7lTsBjXxLuVMdLPJt+jdKQgyyau1Tt6tMkdPGCIuLeiI69 YHcvfyRArJ/Pz7suhLjc6NaU++HzmstlltXGpM9D6MCAJjLUNV2WnPqrgsuMnKZRF9Lg bTBJmQKNjgN8Uo1686QhNRq/NbFVZG/MjhIfoYGOBG1DhcRc2czDrE5ltHyZlGInZEtI Z1Ow== X-Received: by 10.15.36.133 with SMTP id i5mr59968645eev.52.1375099573022; Mon, 29 Jul 2013 05:06:13 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Mon, 29 Jul 2013 05:05:32 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::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:162242 Archived-At: On Mon, Jul 29, 2013 at 1:58 PM, wrote: > I suppose > you already looked at Winner mode, and the other various Emacs window > state remembrancers? Not really, though I was aware that such packages exist. My focus is heavily on persistence. For on-session uses, a single display, etc, I'm sure existing solutions are enough. OTOH, once I modularize frame-states, winner etc. could use them to enhance their experience, I suppose. J