From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: grischka Newsgroups: gmane.emacs.devel Subject: Re: moving window handling into lisp Date: Wed, 19 Aug 2009 11:15:57 +0200 Message-ID: <4A8BC2CD.5060303@gmx.de> References: <4A89AA46.6050502@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1250673412 19061 80.91.229.12 (19 Aug 2009 09:16:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Aug 2009 09:16:52 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 19 11:16:45 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 1MdhHM-0003ka-Sd for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 11:16:25 +0200 Original-Received: from localhost ([127.0.0.1]:33713 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdhHM-0002hA-0N for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 05:16:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdhHA-0002gT-HM for emacs-devel@gnu.org; Wed, 19 Aug 2009 05:16:12 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdhH5-0002cx-2J for emacs-devel@gnu.org; Wed, 19 Aug 2009 05:16:11 -0400 Original-Received: from [199.232.76.173] (port=59741 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdhH4-0002cW-N4 for emacs-devel@gnu.org; Wed, 19 Aug 2009 05:16:06 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:38265) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MdhH4-00055U-1e for emacs-devel@gnu.org; Wed, 19 Aug 2009 05:16:06 -0400 Original-Received: (qmail invoked by alias); 19 Aug 2009 09:16:03 -0000 Original-Received: from p57A0956E.dip0.t-ipconnect.de (EHLO [192.168.1.2]) [87.160.149.110] by mail.gmx.net (mp007) with SMTP; 19 Aug 2009 11:16:03 +0200 X-Authenticated: #18588216 X-Provags-ID: V01U2FsdGVkX1/unwdRDtvun/Ydh02d9GIY/dgLbfQleek+X7knrN max9vDV1WWZa/G User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) In-Reply-To: X-Y-GMX-Trusted: 0 X-FuHaFi: 0.68 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:114401 Archived-At: 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. It 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.) > In theory, switching from normal to maximized state and back again does not loose information at all. --- grischka