emacs-devel
[Top][All Lists]
Advanced

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

Re: How to revert the mode line on master, Re: How to revert the mode li


From: Angelo Graziosi
Subject: Re: How to revert the mode line on master, Re: How to revert the mode line on master
Date: Thu, 25 Nov 2021 19:06:07 +0100 (CET)

> Il 25/11/2021 18:53 Gregory Heytings  ha scritto:
> 
>  
> >
> > The mode-line face definition was subtly wrong, it should work better 
> > now if you update your git checkouts and rebuild.
> >
> 
> Alas, it doesn't.  Angelo is right, the recipe doesn't work, neither 
> before nor after your fix.  An init file with just (set-face-attribute 
> 'mode-line nil :inherit nil) has no effect on the mode-line of the first 
> frame.  (require 'faces) or (with-eval-after-load "faces" ...) do not 
> help.  The shortest actually working recipe I found is:
> 
> (set-face-attribute 'default nil :foreground (face-attribute 'default 
> :foreground))
> (set-face-attribute 'mode-line nil :inherit nil)

I just tried the new git repo but i does not work: the mode-line is still in 
proportional font...



reply via email to

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