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

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

Re: ace-window and font face not working


From: Eli Zaretskii
Subject: Re: ace-window and font face not working
Date: Mon, 26 Jul 2021 16:32:20 +0300

> From: Luca Ferrari <fluca1978@gmail.com>
> Date: Mon, 26 Jul 2021 15:19:34 +0200
> 
> running Emacs 27.2, and I've try to setup the font face for when
> ace-window activates (the window number):
> 
> (custom-set-faces
>          '(aw-leading-char-face
>            ((t (:inherit ace-jump-face-foreground :height 30 :weight
> bold :foreground "#00ffff" :background "#0000ff")))))
> 
> 
> The color for the foreground and background is correctly set, but the
> height does not seem to work.

What is the definition of ace-jump-face-foreground face?

> At least in terminal mode, that is how I use Emacs in this
> configuration.

If by "terminal mode" you mean text-mode terminal, then Emacs cannot
change the height of the font in that case.  The font is determined by
the terminal emulator (xterm etc.) in that case.



reply via email to

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