From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: resizing frames and windows Date: Tue, 29 Apr 2008 11:52:15 -0400 Message-ID: <87wsmg4q1c.fsf@stupidchicken.com> References: <4815E5D1.7000709@gmx.at> <87k5igzqbn.fsf@stupidchicken.com> <4817372C.40303@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209484623 18129 80.91.229.12 (29 Apr 2008 15:57:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2008 15:57:03 +0000 (UTC) Cc: emacs-devel To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 29 17:57:36 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 1JqsD1-0001NK-Ee for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 17:57:35 +0200 Original-Received: from localhost ([127.0.0.1]:34539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqsCK-0002SP-Q5 for ged-emacs-devel@m.gmane.org; Tue, 29 Apr 2008 11:56:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JqsCF-0002RZ-SY for emacs-devel@gnu.org; Tue, 29 Apr 2008 11:56:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JqsCE-0002R3-8B for emacs-devel@gnu.org; Tue, 29 Apr 2008 11:56:47 -0400 Original-Received: from [199.232.76.173] (port=43312 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JqsCE-0002R0-0B for emacs-devel@gnu.org; Tue, 29 Apr 2008 11:56:46 -0400 Original-Received: from cyd.mit.edu ([18.115.2.24]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JqsCD-0000G9-Nh for emacs-devel@gnu.org; Tue, 29 Apr 2008 11:56:45 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 0B8514E281; Tue, 29 Apr 2008 11:52:16 -0400 (EDT) In-Reply-To: <4817372C.40303@gmx.at> (martin rudalics's message of "Tue, 29 Apr 2008 16:56:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: 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:96147 Archived-At: martin rudalics writes: > Honestly I didn't care about these - my `display-buffer' is in window.el > for quite some time. Please try again with the versions of window.h and > dispnew.c I sent earlier and the patch for window.c now attached. Thanks. I also used the patch for window.h you sent earlier, which is necessary for building. 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. Let me know if you want to test anything specific.