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 pixelwise Date: Mon, 02 Dec 2013 08:38:26 +0100 Message-ID: <529C38F2.9010202@gmx.at> References: <52971E18.2060307@gmx.at> NNTP-Posting-Host: plane.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 1385969931 9660 80.91.229.3 (2 Dec 2013 07:38:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2013 07:38:51 +0000 (UTC) Cc: emacs-devel To: YAMAMOTO Mitsuharu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 02 08:38:56 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VnO5n-0000tP-DM for ged-emacs-devel@m.gmane.org; Mon, 02 Dec 2013 08:38:55 +0100 Original-Received: from localhost ([::1]:34197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnO5n-0003sT-1c for ged-emacs-devel@m.gmane.org; Mon, 02 Dec 2013 02:38:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnO5b-0003dZ-Uk for emacs-devel@gnu.org; Mon, 02 Dec 2013 02:38:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnO5T-0005fg-8Y for emacs-devel@gnu.org; Mon, 02 Dec 2013 02:38:43 -0500 Original-Received: from mout.gmx.net ([212.227.17.22]:56458) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnO5S-0005ea-Uk for emacs-devel@gnu.org; Mon, 02 Dec 2013 02:38:35 -0500 Original-Received: from [62.47.45.236] ([62.47.45.236]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0LbgyV-1VLiAE3vFz-00lHZ3 for ; Mon, 02 Dec 2013 08:38:34 +0100 In-Reply-To: X-Provags-ID: V03:K0:VhX1YpMzn/V6pJH7AposIahie44eDv2w/RiEm9GfQFcxZLQGeWl BUHLBeXZla4JPM/TsrdrofxAXhnhOhCoCBuxfkRGPIMvulpCn/CWc8bAnMQcRzMlv/jeMht svGDecOh+rIckK4h0MYV1XrEL0Tcfwk2bGLzOsdZzxqOa/HDiEPoi1z2YlXobLJfe/uWSmC cqUqjNJ1BQi0PHTGuQrIw== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:166002 Archived-At: >> The patch should also remove gaps between side by side windows and >> the necessity of extending the fringe of the rightmost window. > > I removed code for fringe background extension on X11 at revno: > 115343. Thanks. I hope your change is not premature, though ... > I could also make similar changes at least on W32, but I > think it would be better to do so after changing some (actually, most > of) members in `struct scroll_bar' from Lisp_Object to non-Lisp_Object > in order to leave at least one non-Lisp_Object member for the use of > ALLOCATE_PSEUDOVECTOR (currently, `fringe_extended_p' is the only > non-Lisp_Object member). Does anyone having access to W32 systems > want to make such a change? Also, I guess the `w32_widget_low/high' > members are unused. I shall do that as soon as I sorted out the major bugs introduced by my changes. Do you have experienced additional problems? Do you have any ideas how to proceed with the OS X build? Thanks, martin