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: Sun, 16 Aug 2009 14:19:02 +0200 Message-ID: References: <87vdkpfbeg.fsf@lola.goethe.zz> <4A86DE30.8060902@gmx.at> <4A86F24D.4090103@gmx.at> <4A87DE88.6050209@gmx.at> <87bpmgdkjb.fsf@lola.goethe.zz> 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 1250425208 10525 80.91.229.12 (16 Aug 2009 12:20:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Aug 2009 12:20:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 16 14:20:01 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 1MceiO-0000II-Pn for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 14:20:01 +0200 Original-Received: from localhost ([127.0.0.1]:43555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MceiN-0001qW-VQ for ged-emacs-devel@m.gmane.org; Sun, 16 Aug 2009 08:19:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1McehZ-0001L3-UQ for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:19:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1McehV-0001IM-AF for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:19:09 -0400 Original-Received: from [199.232.76.173] (port=52825 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1McehV-0001IH-01 for emacs-devel@gnu.org; Sun, 16 Aug 2009 08:19:05 -0400 Original-Received: from mail-yw0-f190.google.com ([209.85.211.190]:41240) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1McehT-00083T-NJ; Sun, 16 Aug 2009 08:19:03 -0400 Original-Received: by ywh28 with SMTP id 28so3472192ywh.27 for ; Sun, 16 Aug 2009 05:19:02 -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=Cmi1TLvcMAFNfL8yYa4FkgaVrNScfvqXYs9QpRjqeB4=; b=HVDKX6rm9FEPFe5DDnJ1aC4nYNFOZHiIq1T3hImhmM++GcP1ivU7pAzeumw4pxIxMB WMPSiaKckxt6sETXKsWeRw4z4f2YpVTuKrBN3L1Ld3/v8FzJ3I+YB+JxHfgYB5AofouS 6JjMlRvMeGYjoq0MyMZ3yfHxrR14mX9/60nRY= 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=dY/+ZxghFPOauEnZRHoDBg8Tw3Np3vKn40NhgJwUQO0U5B11ttx2xy61nb4sxWzsp9 YI8oBPRncwyrFvhmifxY7O4UiBSWw6Cof6deuDcr24f26MWbL7aZK4zlyuv07txFJ/JY 8pvoy6SOeSHaDLtpl6I5mGWDgjbrmHfpwISHE= Original-Received: by 10.101.88.1 with SMTP id q1mr2711724anl.177.1250425142738; Sun, 16 Aug 2009 05:19:02 -0700 (PDT) In-Reply-To: <87bpmgdkjb.fsf@lola.goethe.zz> 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:114305 Archived-At: On Sun, Aug 16, 2009 at 2:12 PM, David Kastrup wrote: > What _is_ the "old structure" when resizing opaquely? =C2=A0It might be > easiest to store window sizes as fractions. I think it is a good idea to store the fractions as goals (which must be mixed with other goals to so it might be a bit complicated).