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: Wed, 31 Jul 2013 11:41:59 +0200 Message-ID: References: <878v0n6umj.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375263780 17564 80.91.229.3 (31 Jul 2013 09:43:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 31 Jul 2013 09:43:00 +0000 (UTC) Cc: Emacs developers To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 31 11:43:00 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 1V4Svr-0000lh-6T for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 11:42:59 +0200 Original-Received: from localhost ([::1]:43696 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Svq-0004KS-SA for ged-emacs-devel@m.gmane.org; Wed, 31 Jul 2013 05:42:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34738) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Svm-0004K2-N7 for emacs-devel@gnu.org; Wed, 31 Jul 2013 05:42:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4Svl-0000Xh-BM for emacs-devel@gnu.org; Wed, 31 Jul 2013 05:42:54 -0400 Original-Received: from mail-ee0-x230.google.com ([2a00:1450:4013:c00::230]:53787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4Svj-0000XA-NQ; Wed, 31 Jul 2013 05:42:51 -0400 Original-Received: by mail-ee0-f48.google.com with SMTP id l10so233544eei.35 for ; Wed, 31 Jul 2013 02:42:50 -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=lUBZTTwFfT8ftHqY1v7gp8gBjX+MuJaqLOgRYlt4cQk=; b=0ijTuWsMBSzC9vNCLscRLc9iDK/rDtMMWxC7+oRrLuw7pRALoojExjU9GBTjleLHpy s1VgkAtN45yF/mVd+c02TQtv3AjQscJtEbBeCDqULxU+ACdsbYOWkWuYZZVdxBkyQMaF R+aUuUPhlECbww0bh8be0gHSKxddMGLW/kz4EvE5MIi1bfKc4tw8f3NDG49hVwgcgxw3 0ImGjwGWHNoAQ87snYCI8Xr1ZpxuhtkepgE9VDT6BEGrukL0ezlr+eySzcuaJYSNZGVi K8MF11pw7jFZuRWjsFUMKt0E5wdonRYyf+tdO8SeGrnFSFfnc/tEjzOFGHjTOOUIS3SW 6bFA== X-Received: by 10.14.48.5 with SMTP id u5mr32850708eeb.89.1375263761279; Wed, 31 Jul 2013 02:42:41 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Wed, 31 Jul 2013 02:41:59 -0700 (PDT) In-Reply-To: <878v0n6umj.fsf@bzg.ath.cx> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::230 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:162285 Archived-At: > FWIW, I like "view". I rather like it, too. I wonder whether it is a bit too generic. > matches what it describes > very well (if I understood your proposal correctly.) A way to save the existing frames, serialize them, and restore them in the same session or a later one. Like a persistent variant of a frame-configuration, but with the emphasis in allowing it to be successfully restored also in non-matching setups (different displays and monitor sizes, etc.). J