GNU bug report logs -
#45799
28.0.50; Faces shrink unreadable on GUI when foreground/background color set in TUI
Previous Next
Reported by: Jean Louis <bugs <at> gnu.support>
Date: Mon, 11 Jan 2021 19:47:02 UTC
Severity: minor
Found in version 28.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Date: Tue, 12 Jan 2021 19:51:55 +0300
> From: Jean Louis <bugs <at> gnu.support>
> Cc: 45799 <at> debbugs.gnu.org
>
> When I however, entered from xterm, from console mode with
> emacsclient -nw than after M-x customize-faces default I can see that
> height is 1 point. And it is set to 1
>
> [X] Height: Value Menu Height in 1/10 pt: 1
>
> that is what I see if I enter customize-faces from console by using
> server.
>
> [X] Height: Value Menu Height in 1/10 pt: 113
>
> Is that normal behavior according to you?
Yes. Everything is 1 pixel on a TTY frame. That's why it's a bad
idea to customize faces on a TTY frame using "M-x customize-face".
> It does not sound logical that Height on console should be displayed
> as 1 as that does not relate to console height
Emacs has no way of knowing the size of font on text-mode frames, so
it counts it as 1. That's the lowest granularity of text size on TTY
frames, as far as Emacs is concerned, as it cannot reference partial
character width or height in text mode. The height of each text line
is 1 and the width of every character is 1 (with the exception of
double-width characters, whose width is 2).
This bug report was last modified 3 years and 29 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.