From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: resizing frames and windows Date: Tue, 29 Apr 2008 18:10:31 +0200 Message-ID: <48174877.7040306@gmx.at> References: <4815E5D1.7000709@gmx.at> <87k5igzqbn.fsf@stupidchicken.com> <4817372C.40303@gmx.at> <87wsmg4q1c.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1209485507 22047 80.91.229.12 (29 Apr 2008 16:11:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 16:11:47 +0000 (UTC) Cc: emacs-devel To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 18:12:23 2008 connect(): Connection refused 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 1JqsRD-000728-V2 for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 18:12:16 +0200 Original-Received: from localhost ([127.0.0.1]:52157 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqsQX-0003Qa-07 for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 12:11:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqsQT-0003QM-Rr for emacs-devel@gnu.org; Tue, 29 Apr 2008 12:11:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqsQS-0003Q6-CQ for emacs-devel@gnu.org; Tue, 29 Apr 2008 12:11:29 -0400 Original-Received: from [199.232.76.173] (port=43254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqsQS-0003Q3-70 for emacs-devel@gnu.org; Tue, 29 Apr 2008 12:11:28 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JqsQR-0003wr-LS for emacs-devel@gnu.org; Tue, 29 Apr 2008 12:11:28 -0400 Original-Received: (qmail invoked by alias); 29 Apr 2008 16:11:26 -0000 Original-Received: from 62-47-55-65.adsl.highway.telekom.at (EHLO [62.47.55.65]) [62.47.55.65] by mail.gmx.net (mp050) with SMTP; 29 Apr 2008 18:11:26 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/Q9TRq5VLQNcSTJGvgPvZ9CxQPUsXXdv+gnSswNN VoyTKiKPV4PU/C User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87wsmg4q1c.fsf@stupidchicken.com> X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96148 Archived-At: > Thanks. I also used the patch for window.h you sent earlier, which is > necessary for building. To test frame resizing you'll also need to patch dispnew.c with the patch I sent earlier. > With that, the compilation finishes with no > errors. I'm running with the patched Emacs now, and I don't see any > bugs so far. Please keep on running. > Let me know if you want to test anything specific. You could try to look at the list from my first posting - in particular the problem to demaximize a frame with small windows in it. Thanks again for testing.