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 13:50:14 +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 1375098659 13163 80.91.229.3 (29 Jul 2013 11:50:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Jul 2013 11:50:59 +0000 (UTC) Cc: Emacs developers To: chad Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 29 13:51:01 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 1V3lye-0005dB-Kq for ged-emacs-devel@m.gmane.org; Mon, 29 Jul 2013 13:51:00 +0200 Original-Received: from localhost ([::1]:38678 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3lye-0003l9-8M for ged-emacs-devel@m.gmane.org; Mon, 29 Jul 2013 07:51:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43650) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3lya-0003l2-5G for emacs-devel@gnu.org; Mon, 29 Jul 2013 07:50:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3lyZ-0001Lq-Co for emacs-devel@gnu.org; Mon, 29 Jul 2013 07:50:56 -0400 Original-Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:50892) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3lyZ-0001Lj-6W for emacs-devel@gnu.org; Mon, 29 Jul 2013 07:50:55 -0400 Original-Received: by mail-ea0-f181.google.com with SMTP id d10so1725605eaj.26 for ; Mon, 29 Jul 2013 04:50:54 -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=bVnJRQrSlAj0pIOfISs+QdxGUhiN7Dp8x6kKXTybmkI=; b=OPsFirSrFafUH7T5x+wfYWi8amyPlIp8r6RBHBkzYGDLpCgBrInfGyqei6uHOhFV05 Ij9rDFl2IVdZ8ct4vwFQOCQVVpQQZfIju+pKpllNCz/A1zyXqtUcExz9pfDHPKe9J949 xw4njNYFjpmaXWepGnzUISBNToA4iStyBTha1/Xir37EFh52Mchr2s/q1f+co4kWFSQ+ n/Dhl0+4pieSemfIxPMF4vFSjXQ/7QM2QDGvPtaLltbSozTa8UzhH5CzWiZYwT9N6Kw8 c8gGKfVJ73tD/pQbpPvu+2INhwh3F1QzW4VsjKLgkbt3bfmEMeyq0KwpO6p4MwR//1n0 k4/Q== X-Received: by 10.14.219.6 with SMTP id l6mr58134081eep.152.1375098654387; Mon, 29 Jul 2013 04:50:54 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Mon, 29 Jul 2013 04:50:14 -0700 (PDT) In-Reply-To: <61380083-79F5-4BD0-8B13-ABDAF34F4EC4@mit.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::235 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:162239 Archived-At: On Mon, Jul 29, 2013 at 1:47 PM, chad wrote: > so I'd guess that people will find it useful. Yes, I think so. People uses frame-configuration-to-register and window-configuration-to-register nowadays, and that's the same feature, on steroids. > (Apologies if this seems obvious; I'm > catching up while on the road). Nothing to apologize for. Thanks for your comments. J