bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19619: 25.0.50; Fullheight frames in daemonized emacsen are wrong wi


From: Michael Welsh Duggan
Subject: bug#19619: 25.0.50; Fullheight frames in daemonized emacsen are wrong width
Date: Fri, 16 Jan 2015 12:39:29 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

echo "(setq default-frame-alist '((fullscreen . fullheight)))" > /tmp/foo.el
emacs -Q --daemon -l /tmp/foo.el
emacsclient -c -n

Using the above recipe, I get a frame width of 78 characters instead of
80 characters.  The information from (window--frame-dump) is as follows:

frame pixel: 658 x 971   cols/lines: 82 x 54   units: 8 x 17
frame text pixel: 624 x 933   cols/lines: 78 x 54
tool: 36  scroll: 16/0  fringe: 16  border: 1  right: 0  bottom: 0

#<window 3 on *scratch*>   parent: nil
pixel left: 0   top: 36   size: 656 x 916   new: 0
char left: 0   top: 3   size: 82 x 53   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 624 x 899   char: 78 x 52
width left fringe: 8  left margin: 0  right margin: 0
width right fringe: 8  scroll-bar: 16  divider: 0
height header-line: 0  mode-line: 17  divider: 0

#<window 4 on  *Minibuf-0*>   parent: nil
pixel left: 0   top: 952   size: 656 x 17   new: 0
char left: 0   top: 56   size: 656 x 1   new: 0
normal: 1.0 x 1.0   new: 0
body pixel: 624 x 17   char: 78 x 1
width left fringe: 8  left margin: 0  right margin: 0
width right fringe: 8  scroll-bar: 16  divider: 0
height header-line: 0  mode-line: 0  divider: 0

In GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, X toolkit)
 of 2015-01-15 on watermonitor.yellow.cert.org
Repository revision: c263a40a9ac76a87b919ca8d425736797c3c399c
Windowing system distributor `Red Hat, Inc.', version 11.0.11500000
System Description:     Red Hat Enterprise Linux Server release 6.6 (Santiago)

Configured using:
 `configure --without-toolkit-scroll-bars --with-x-toolkit=lucid
 --with-wide-int --prefix=/home/mwd
 
PKG_CONFIG_PATH=/home/mwd/lib/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig'

Configured features:
XPM JPEG TIFF GIF PNG IMAGEMAGICK SOUND GPM DBUS NOTIFY LIBSELINUX
GNUTLS LIBXML2 FREETYPE M17N_FLT LIBOTF XFT ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

-- 
Michael Welsh Duggan
(mwd@cert.org)

reply via email to

[Prev in Thread] Current Thread [Next in Thread]