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: Wed, 19 Aug 2009 15:01:59 +0200 Message-ID: References: <4A89AA46.6050502@gmx.de> <4A8BC2CD.5060303@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 1250686950 28219 80.91.229.12 (19 Aug 2009 13:02:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Aug 2009 13:02:30 +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 Wed Aug 19 15:02:22 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 1Mdko0-0007ql-EA for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 15:02:20 +0200 Original-Received: from localhost ([127.0.0.1]:56347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdknz-0003v3-TK for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 09:02:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mdkno-0003ss-1r for emacs-devel@gnu.org; Wed, 19 Aug 2009 09:02:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mdkni-0003oD-Sq for emacs-devel@gnu.org; Wed, 19 Aug 2009 09:02:07 -0400 Original-Received: from [199.232.76.173] (port=55661 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mdkng-0003ns-V6 for emacs-devel@gnu.org; Wed, 19 Aug 2009 09:02:02 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:37146) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mdkng-0008Nt-Fm for emacs-devel@gnu.org; Wed, 19 Aug 2009 09:02:00 -0400 Original-Received: by yxe2 with SMTP id 2so5761438yxe.14 for ; Wed, 19 Aug 2009 06:01:59 -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=q/UC6whacw1iBHlqxijDP9WuR/II2Bq1WKoPxdhzyTw=; b=IdZxJg1eY1HYh13B+wY2yRLPBc6vK/K1i+Ny17u83pXIJi4UimXIqG5ivibkdMJ/x7 aRUfxImVPlMs0GaXK/n8yWCNymOOJpSul25oQXleOkO/geUdLVlCRlAKkMDeWj3eulPe CQFE68o63DJeZGtU47RruJwl/gFH9j5xcJ98Q= 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=joaP3AWWQ8N8U8S8xLbnB3ZcmPNKD7UCp9u732gM8+bEA5RNNgGko9KqZEdLOpuS+N wtVbvmL/16EPK2QBFoVNOz3GiVGLW174mIOW1sU4/h/p1sEyz39+3jfVJqvYXtMU0AP6 VTdClZB50Bk7dT1C83OiyZe6lDtKEb/62PG1A= Original-Received: by 10.101.161.3 with SMTP id n3mr7010247ano.24.1250686919444; Wed, 19 Aug 2009 06:01:59 -0700 (PDT) In-Reply-To: <4A8BC2CD.5060303@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:114403 Archived-At: On Wed, Aug 19, 2009 at 11:15 AM, grischka wrote: > Lennart Borgman wrote: >> >> 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 simpl= e >>> 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.) >> > > In theory, switching from normal to maximized state and back again does n= ot > loose information at all. Which theory?