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: A new name for the state of a set of frames? Date: Fri, 2 Aug 2013 06:45:03 +0200 Message-ID: References: <51F8CBD0.7020708@gmx.at> <87txjbt175.fsf@zigzag.favinet> <87ehaevqly.fsf@bzg.ath.cx> <87li4l79ra.fsf@bzg.ath.cx> <87y58l2mau.fsf@mail.jurta.org> <8738qtxei4.fsf@mail.jurta.org> <87wqo5vzcr.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375418758 6545 80.91.229.3 (2 Aug 2013 04:45:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 04:45:58 +0000 (UTC) Cc: Bastien , Emacs developers , Juri Linkov , martin rudalics , Thien-Thi Nguyen , chad To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 02 06:45:59 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 1V57FT-00019F-MV for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 06:45:55 +0200 Original-Received: from localhost ([::1]:52974 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V57FT-0000O5-CZ for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 00:45:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V57FO-0000Nx-SU for emacs-devel@gnu.org; Fri, 02 Aug 2013 00:45:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V57FN-0007go-UF for emacs-devel@gnu.org; Fri, 02 Aug 2013 00:45:50 -0400 Original-Received: from mail-ee0-x22a.google.com ([2a00:1450:4013:c00::22a]:42336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V57FK-0007fy-29; Fri, 02 Aug 2013 00:45:46 -0400 Original-Received: by mail-ee0-f42.google.com with SMTP id b45so79215eek.1 for ; Thu, 01 Aug 2013 21:45:45 -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=1LkHTiET9F4Ga/ouur112LqSMfO/ujVgGr6ySS+Tq/o=; b=jao0MQytij1bcC2QB3uTL9oGHIWrPRmNYLcRCwS2JS5VC1KGHzIy4MtHtHSX3myr+v X79gh80bde6k9/RHH+n0ZjQIJAlLn37DTdwhs9Ii5Mrsiy0wGNQssEDlNm+n3RCX876y 3x60QTZfAXytX4Ja5K8ilwp/yhZF8xBEL6ogl0sbOtjhKItdeYSKJbz2/CUG/vWbHesW v8d01xVAv0QudNSHT9jnJIFGdUjh6IzJUP9ndoUZ03+fEP1n+zk146a1e2WBNEENC7br o6SNbdf4LEtP8AgamCLkQyGfv0n9BFmF3HM+kENlvqzkzeOzcXpYQQzetzvS5+qnaybI UmBw== X-Received: by 10.14.224.6 with SMTP id w6mr4005615eep.99.1375418745011; Thu, 01 Aug 2013 21:45:45 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Thu, 1 Aug 2013 21:45:03 -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::22a 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:162358 Archived-At: On Fri, Aug 2, 2013 at 1:27 AM, Stefan Monnier wrote: > frameset/windowset sounds OK. Committed. Still needs: - lots of testing, mostly on non-Windows systems. - a good look at frameset.el, with an eye in making the API as general as possible - code to restore the selected frame - support for a few more predicates when restoring (to select reused frames, etc.) - adding frameset-to-register and support for jump-to-register ? - documentation