From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.bugs Subject: bug#16306: 24.3.50; font change creates blank column on Lucid Date: Tue, 31 Dec 2013 20:51:01 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: <8361q51m42.fsf@gnu.org> <52C2AB99.6040503@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 1388490733 18627 80.91.229.3 (31 Dec 2013 11:52:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2013 11:52:13 +0000 (UTC) Cc: 16306@debbugs.gnu.org To: martin rudalics Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Dec 31 12:52:18 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Vxxrt-00070k-At for geb-bug-gnu-emacs@m.gmane.org; Tue, 31 Dec 2013 12:52:17 +0100 Original-Received: from localhost ([::1]:33260 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxxrs-0005Bj-Ux for geb-bug-gnu-emacs@m.gmane.org; Tue, 31 Dec 2013 06:52:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxxrk-00059o-Lr for bug-gnu-emacs@gnu.org; Tue, 31 Dec 2013 06:52:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vxxrf-0005nD-CO for bug-gnu-emacs@gnu.org; Tue, 31 Dec 2013 06:52:08 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:40110) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vxxrf-0005n7-94 for bug-gnu-emacs@gnu.org; Tue, 31 Dec 2013 06:52:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Vxxre-0003Xd-Pq for bug-gnu-emacs@gnu.org; Tue, 31 Dec 2013 06:52:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: YAMAMOTO Mitsuharu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 31 Dec 2013 11:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16306 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16306-submit@debbugs.gnu.org id=B16306.138849067013525 (code B ref 16306); Tue, 31 Dec 2013 11:52:02 +0000 Original-Received: (at 16306) by debbugs.gnu.org; 31 Dec 2013 11:51:10 +0000 Original-Received: from localhost ([127.0.0.1]:54129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vxxqn-0003W5-Lr for submit@debbugs.gnu.org; Tue, 31 Dec 2013 06:51:10 -0500 Original-Received: from mathmail.math.s.chiba-u.ac.jp ([133.82.132.2]:59906) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vxxqj-0003Vp-7W for 16306@debbugs.gnu.org; Tue, 31 Dec 2013 06:51:06 -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 3A470C055D; Tue, 31 Dec 2013 20:51:01 +0900 (JST) In-Reply-To: <52C2AB99.6040503@gmx.at> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?Q?Shij=C5=8D?=) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:82782 Archived-At: >>>>> On Tue, 31 Dec 2013 12:33:45 +0100, martin rudalics said: >> Resized. Evaluation of (frame-pixel-width) gives different results >> between Lucid and non-toolkit: > Is it better now? I had some shelved fixes and couldn't reproduce > it so I installed them. It no longer shows a blank column. But for the Lucid case, the value of (frame-width) is reduced from 80 to 79 (and 80th column is partially shown) when I change the frame font to Courier-18. YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp Lucid: (list (frame-width) (frame-pixel-width)) => (80 674) (+ (* (frame-char-width) 80) (frame-fringe-width) (frame-scroll-bar-width) (* (frame-parameter nil 'internal-border-width) 2)) => 674 (set-frame-font "Courier-18") (list (frame-width) (frame-pixel-width)) => (79 1162) (+ (* (frame-char-width) 80) (frame-fringe-width) (frame-scroll-bar-width) (* (frame-parameter nil 'internal-border-width) 2)) => 1166 Non-toolkit: (list (frame-width) (frame-pixel-width)) => (80 674) (+ (* (frame-char-width) 80) (frame-fringe-width) (frame-scroll-bar-width) (* (frame-parameter nil 'internal-border-width) 2)) => 674 (set-frame-font "Courier-18") (list (frame-width) (frame-pixel-width)) => (80 1166) (+ (* (frame-char-width) 80) (frame-fringe-width) (frame-scroll-bar-width) (* (frame-parameter nil 'internal-border-width) 2)) => 1166 GTK+: (list (frame-width) (frame-pixel-width)) => (80 672) (+ (* (frame-char-width) 80) (frame-fringe-width) (frame-scroll-bar-width) (* (frame-parameter nil 'internal-border-width) 2)) => 672 (set-frame-font "Courier-18") (list (frame-width) (frame-pixel-width)) => (80 1164) (+ (* (frame-char-width) 80) (frame-fringe-width) (frame-scroll-bar-width) (* (frame-parameter nil 'internal-border-width) 2)) => 1164