GNU bug report logs -
#16306
24.3.50; font change creates blank column on Lucid
Previous Next
Full log
Message #32 received at 16306 <at> debbugs.gnu.org (full text, mbox):
>>>>> On Tue, 31 Dec 2013 18:52:28 +0100, martin rudalics <rudalics <at> gmx.at> said:
>> 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.
> I can't repeat that here, neither with Lucid nor with Motif.
It seems that the behavior depends on the window manager. The
original report was with quartz-wm, the default one for X11 on OS X.
The value of (list (frame-width) (frame-pixel-width)) there was
(80 674) ;; before (set-frame-font "Courier-18")
(79 1162) ;; after (set-frame-font "Courier-18")
but with twm, it becomes
(80 674) ;; before (set-frame-font "Courier-18")
(80 1166) ;; after (set-frame-font "Courier-18")
The latter looks similar to yours.
> Can you tell me what
> (list
> (* (frame-char-width) 80)
> (frame-fringe-width)
> (frame-scroll-bar-width)
> (* (frame-parameter nil 'internal-border-width) 2))
> gives on your system? Here it's (720 18 16 2) before and (1200 30 16 2)
> after the font change.
On my system, (640 16 16 2) before and (1120 28 16 2) after the font
change.
Probably we should wait for reports on other window managers, in case
it is a bug in quartz-wm.
YAMAMOTO Mitsuharu
mituharu <at> math.s.chiba-u.ac.jp
This bug report was last modified 5 years and 204 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.