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: Tue, 18 Aug 2009 13:38:14 +0200 Message-ID: References: <4A89AA46.6050502@gmx.de> 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 1250595519 28612 80.91.229.12 (18 Aug 2009 11:38:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2009 11:38:39 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: grischka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 18 13:38:32 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 1MdN1L-0001za-Vq for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2009 13:38:32 +0200 Original-Received: from localhost ([127.0.0.1]:48468 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdN1L-0005Ik-C5 for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2009 07:38:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdN1G-0005If-1D for emacs-devel@gnu.org; Tue, 18 Aug 2009 07:38:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdN1B-0005I9-I2 for emacs-devel@gnu.org; Tue, 18 Aug 2009 07:38:25 -0400 Original-Received: from [199.232.76.173] (port=54215 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdN1A-0005I4-EB for emacs-devel@gnu.org; Tue, 18 Aug 2009 07:38:20 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:54183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdN1A-0005WO-2O for emacs-devel@gnu.org; Tue, 18 Aug 2009 07:38:20 -0400 Original-Received: by yxe2 with SMTP id 2so4779927yxe.14 for ; Tue, 18 Aug 2009 04:38:18 -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=9aJYlqvoQckh6I3mEvRNq0OzP9a81sZzrRNExfBZrO0=; b=Zxry4yvq3q8tXBNbrltxVNOP6MoRnWcJa78d8vRyLKsB4foF6Gu6zYWqYwSH2tGqR7 0RX/AO70zIsGvmRSl1Ofr4yXbNog73KuOnfcYUtuN+t1xLoYvmk0/KU51fX3/yJPWI5y WzJKkKFeeE3lureer17zmP/LO5S4GK0ESRc+0= 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=xUcccfbz+FQWOZsSQfwVK/lQWqUyGtKPGxO/Q2f4n6cM+coOXRNU3Mg9vjA9DnJnBo LEnxtAUPtlrOO5k7DULOjrCx6415/l6fQxIHZnGuil5+WEaLu7xwMICaym5HN2zYTh0k x6TP5HpbMoN3828xljmwi3EQDMVTib9X8jUX4= Original-Received: by 10.101.79.13 with SMTP id g13mr5280423anl.40.1250595496038; Tue, 18 Aug 2009 04:38:16 -0700 (PDT) In-Reply-To: <4A89AA46.6050502@gmx.de> 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:114361 Archived-At: On Mon, Aug 17, 2009 at 9:06 PM, grischka wrote: > That clearly is not a problem that > can be solved by ideas, as neat as they may be. =C2=A0It is plain simple = broken > math. I would say that it is missing information, not broken math. After (premature) rounding the information is simply gone. (And David's idea cures that.)