GNU bug report logs -
#1785
Font scaling does not work for the default font in some cases
Previous Next
Reported by: "Juanma Barranquero" <lekktu <at> gmail.com>
Date: Fri, 12 Dec 2008 11:00:02 UTC
Severity: normal
Found in version 23.0.60
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #64 received at 1785 <at> debbugs.gnu.org (full text, mbox):
Andrew Hyatt <ahyatt <at> gmail.com> writes:
> I'm looking at this for Emacs 25, just to see if it can reproduce. I
> believe this is still the case. Here's how I attempted to reproduce it
> (keep in mind I don't have any particular knowledge of this
> functionality).
>
> 1) Start emacs with "emacs -Q" in a window (X-windows, or other system
> capable of handling different fonts)
> 2) Eval, in the scratch buffer, (add-to-list 'face-font-rescale-alist
> (cons (font-at 1) 4.0)).
I think that's not right format for face-font-rescale-alist, the car
should be a string, not a font object. Doing
(add-to-list 'face-font-rescale-alist '(".*" . 4.0))
and tnen opening a new frame gives enlarged text in the new frame, and
causes only buffer name in the modeline the original frame to be
enlarged. Also it looks like the buffer name in the modeline of the new
frame is enlarged twice. So it mostly works, but there is some
difficulty with the existing faces used in the current frame.
Doing
emacs -Q --eval "(add-to-list 'face-font-rescale-alist '(\".*\" . 4.0))"
does give enlarged text in the initial frame.
This bug report was last modified 5 years and 282 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.