From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: Adding parameters to windows Date: Thu, 05 Jun 2008 00:05:04 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212617415 1500 80.91.229.12 (4 Jun 2008 22:10:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 22:10:15 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 05 00:10:57 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K41C2-0005H3-48 for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2008 00:10:54 +0200 Original-Received: from localhost ([127.0.0.1]:42178 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K41BF-0006ZQ-FK for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 18:10:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K41BA-0006Xx-OM for emacs-devel@gnu.org; Wed, 04 Jun 2008 18:10:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K41BA-0006X8-0g for emacs-devel@gnu.org; Wed, 04 Jun 2008 18:10:00 -0400 Original-Received: from [199.232.76.173] (port=53774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K41B9-0006Ww-Qp for emacs-devel@gnu.org; Wed, 04 Jun 2008 18:09:59 -0400 Original-Received: from iwfs.imcode.com ([82.115.149.64]:40388 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K41B9-0008C8-CG for emacs-devel@gnu.org; Wed, 04 Jun 2008 18:09:59 -0400 Original-Received: from chopper (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id m54M9sJW030720; Thu, 5 Jun 2008 00:09:55 +0200 In-Reply-To: (Juanma Barranquero's message of "Wed, 4 Jun 2008 23:56:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98431 Archived-At: "Juanma Barranquero" writes: > On Wed, Jun 4, 2008 at 11:25 PM, wrote: > >> Well, none, at present. This patch is only one half of the >> "window nodelete/group" patch. The meaningful parameters are defined in >> the other half. So, its probably better to remove this comment for now. > > That depends on whether the other half is going to be installed or not... Not soon-ish I would think. There is also another window-group proposal, that appears to work differently. >> Ok, maybe not. Is there any rule of thumb to decide to do the one or the other? > > Not sure, but it is a bit strange to let the lisp level directly > manipulate an alist that is part of the window structure, even if it > is not unsafe at this moment. AFAICS, frame-parameters returns a copy. Ok, should be copy here as well then. >> ** Functions to handle window parameters were added, similar to the >> functions for frame parameters. > > BTW, there is no function to remove a parameter (though, truth be > told, there's no remove-frame-parameter either). Ok. > Juanma -- Joakim Verona