From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Resizing frames and windows pixelwise Date: Mon, 02 Dec 2013 10:30:09 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <52971E18.2060307@gmx.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1385947825 415 80.91.229.3 (2 Dec 2013 01:30:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Dec 2013 01:30:25 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 02 02:30:30 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 1VnILD-0002hd-3J for ged-emacs-devel@m.gmane.org; Mon, 02 Dec 2013 02:30:27 +0100 Original-Received: from localhost ([::1]:33391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnILC-0003NZ-Cb for ged-emacs-devel@m.gmane.org; Sun, 01 Dec 2013 20:30:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnIL5-0003Mc-Jy for emacs-devel@gnu.org; Sun, 01 Dec 2013 20:30:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VnIL0-0007G4-AB for emacs-devel@gnu.org; Sun, 01 Dec 2013 20:30:19 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:53737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VnIL0-0007Fs-07 for emacs-devel@gnu.org; Sun, 01 Dec 2013 20:30:14 -0500 Original-Received: from fermat.math.s.chiba-u.ac.jp (fermat [133.82.132.10]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 8946DC0565 for ; Mon, 2 Dec 2013 10:30:09 +0900 (JST) In-Reply-To: <52971E18.2060307@gmx.at> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 133.82.132.2 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:165998 Archived-At: >>>>> On Thu, 28 Nov 2013 11:42:32 +0100, martin rudalics said: > 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. 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. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp