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: Thu, 1 Aug 2013 16:20:53 +0200 Message-ID: References: <51F8CBD0.7020708@gmx.at> <87txjbt175.fsf@zigzag.favinet> <87ehaevqly.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 1375393774 3389 80.91.229.3 (1 Aug 2013 21:49:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 Aug 2013 21:49:34 +0000 (UTC) Cc: Bastien , Thien-Thi Nguyen , martin rudalics , Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 01 23:49:36 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 1V50kZ-00032H-Qg for ged-emacs-devel@m.gmane.org; Thu, 01 Aug 2013 23:49:35 +0200 Original-Received: from localhost ([::1]:39946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V50kZ-0000UA-5x for ged-emacs-devel@m.gmane.org; Thu, 01 Aug 2013 17:49:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V50kU-0000U3-Qc for emacs-devel@gnu.org; Thu, 01 Aug 2013 17:49:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V4tlh-0003YL-AJ for emacs-devel@gnu.org; Thu, 01 Aug 2013 10:22:18 -0400 Original-Received: from mail-ee0-x233.google.com ([2a00:1450:4013:c00::233]:46053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V4tl1-0003Qb-32; Thu, 01 Aug 2013 10:21:35 -0400 Original-Received: by mail-ee0-f51.google.com with SMTP id c1so1057649eek.10 for ; Thu, 01 Aug 2013 07:21:34 -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=O7ahqUW8CAQs8NdEFEhHe1BlrVPPfSGvDvdkAaqOYcQ=; b=B0bCD7sqAoJ1T/KNLTD8NWj6RlQO3nHXPfcJ7zrnm0qrb+KQlkJ5Bcv9UN3Qqt/FxI KyDTdC7U0D2ROsTRVLq7nyO47F0SR6EVwXyEcQ6kwXH5dFFwyHLtPUbD4FR4bjpWMUJt tDo7l5FtM17LwPY1ImBH9BOBeoVwguE1PqQ/uw1jFGmF2EOqNbv+PRcFn8Ilv+2tqRfu fZNOj625vtSVOcvHNLsLnuQN87yQvs3qyXgi/H6u4o9bhKo9fCkbAXCBDnHe/flTzNzT 66H/NIVT92WI+btNnFLrb9PztNSb1xyHQEjaSw5Y/DHlwLrH9jQM1BsMrPTqfYtcSx+Y RxPg== X-Received: by 10.14.4.70 with SMTP id 46mr1670163eei.42.1375366894198; Thu, 01 Aug 2013 07:21:34 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Thu, 1 Aug 2013 07:20:53 -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::233 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:162343 Archived-At: > So a "layout" will be a "frames-state"? I'm fine with that. Yes, "layout" is the kind of object that will encapsulate all the frames' state, and that has window states as subcomponents (among other things). > Now, what about a better name for "windows-state"? window-state-(get|put) functions exist since 24.1, so changing that name will cause some confusion, I think. Anyway, that's Martin's ballpark... J