From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Resizing frames and windows pixelwise Date: Thu, 28 Nov 2013 19:13:14 +0200 Message-ID: <83wqjs8n6d.fsf@gnu.org> References: <52971E18.2060307@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1385658871 31549 80.91.229.3 (28 Nov 2013 17:14:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2013 17:14:31 +0000 (UTC) Cc: emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 28 18:14:36 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 1Vm5Ah-0005Ks-SD for ged-emacs-devel@m.gmane.org; Thu, 28 Nov 2013 18:14:35 +0100 Original-Received: from localhost ([::1]:43238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm5Ah-0006LT-9r for ged-emacs-devel@m.gmane.org; Thu, 28 Nov 2013 12:14:35 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm5AY-0006Cg-H2 for emacs-devel@gnu.org; Thu, 28 Nov 2013 12:14:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vm5AS-0002Mg-98 for emacs-devel@gnu.org; Thu, 28 Nov 2013 12:14:26 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:36027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vm5AS-0002Mb-0c for emacs-devel@gnu.org; Thu, 28 Nov 2013 12:14:20 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MWZ00L00H2NC900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Thu, 28 Nov 2013 19:13:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MWZ00L8XH6E5F80@a-mtaout20.012.net.il>; Thu, 28 Nov 2013 19:13:27 +0200 (IST) In-reply-to: <52971E18.2060307@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:165837 Archived-At: > Date: Thu, 28 Nov 2013 11:42:32 +0100 > From: martin rudalics > > I intend to install the attached patch in the next days. Its main > purpose is to allow pixelwise resizing of frames and windows. In order > to resize frames pixelwise use the option `frame-resize-pixelwise'. In > order to resize windows pixelwise customize `window-resize-pixelwise'. > > In addition, you can use dividers between windows which can be activated > by customizing the frame parameters `right-divider-width' and > `bottom-divider-width'. The patch should also remove gaps between side > by side windows and the necessity of extending the fringe of the > rightmost window. Finally, functions like `fit-window-to-buffer' and > `fit-frame-to-buffer' will use the size of displayed text to resize > windows and frames accurately. Thanks for doing this, Martin.