From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Mon, 27 Jul 2009 18:58:19 +0200 Message-ID: References: <4A6DAD94.8040006@gmx.at> <4A6DAF71.6070002@gmx.at> <4A6DBB3A.90001@gmx.at> <4A6DC1A1.2000208@gmx.at> <4A6DDB61.8090403@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1248715218 7239 80.91.229.12 (27 Jul 2009 17:20:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jul 2009 17:20:18 +0000 (UTC) Cc: Miles Bader , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 27 19:20:11 2009 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 1MVTru-0001Hw-4B for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 19:20:10 +0200 Original-Received: from localhost ([127.0.0.1]:40778 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVTrt-0004cH-FL for ged-emacs-devel@m.gmane.org; Mon, 27 Jul 2009 13:20:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MVTWu-0004oo-9e for emacs-devel@gnu.org; Mon, 27 Jul 2009 12:58:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MVTWp-0004kN-Fh for emacs-devel@gnu.org; Mon, 27 Jul 2009 12:58:27 -0400 Original-Received: from [199.232.76.173] (port=33648 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MVTWp-0004k0-Aa for emacs-devel@gnu.org; Mon, 27 Jul 2009 12:58:23 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.244]:44810) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVTWm-0006FZ-N0; Mon, 27 Jul 2009 12:58:20 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so2895219ana.21 for ; Mon, 27 Jul 2009 09:58:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0KLhNyKH/GcVek1HlYzlwZlM/N0/AolCmtW/w6LyR9o=; b=dtF03Bprt4rsxcpF/u7rNr+5xR9EwKZqeq1GQdf9fee4LvLf1DfKVUIrDWehK/NpkN B15ePdYVtXq9Ny7LixZ00THMQUiiGM6W71zQaCwHH9PjpK0jMV2Iz2naJwV5MD6NuF1l 5gHxN6RCuGdvU/TdSZeDf97TSw1hacSxTODqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=PpcerN1e/IqxE0GsrgIVn50Hko40XS2kRgs5eWD0kETCAOIrjw/Ne+JwglP6MP7zwH 2p5UPCOtfdls6EF1sua2WGpoZygZOvE6SMPM7JKyomcoZUZiD7jTrSDHMXVXLlJ3/cVw NYAAIT8JO9KMc7bA8szwCyhiUX8mW3HUYYeQY= Original-Received: by 10.100.121.12 with SMTP id t12mr8628240anc.58.1248713899933; Mon, 27 Jul 2009 09:58:19 -0700 (PDT) In-Reply-To: <4A6DDB61.8090403@gmx.at> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:113233 Archived-At: On Mon, Jul 27, 2009 at 6:52 PM, martin rudalics wrote: >> What I mean is that maybe you have more freedom there when you do this >> internally. Can't you for example calculate the sizes going down the >> tree before actually applying them to the windows? Can't you this way >> calculate all the sizes before applying them? You may then of course >> have to store them node by node by node, but there will be no >> surprises when you apply them, or? > > I don't know, I would have to code that first. =C2=A0But I wonder why thi= s > didn't occur to you and Stefan when you wrote your window balancing > routines. =C2=A0You both ended up using `adjust-window-trailing-edge' ;-) It did, but there was not time and room to change the C code then ... ;-)