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

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

bug#48714: 28.0.50; Inconsistent font after theme modus-operandi upgrade


From: Eli Zaretskii
Subject: bug#48714: 28.0.50; Inconsistent font after theme modus-operandi upgrade
Date: Sat, 29 May 2021 12:00:15 +0300

> From: Pankaj Jangid <pankaj@codeisgreat.org>
> Date: Sat, 29 May 2021 13:11:21 +0530
> Cc: 48714@debbugs.gnu.org
> 
> Protesilaos Stavrou <info@protesilaos.com> writes:
> 
> > Does this happen with emacs -Q as well?
> 
> Hmm... I created a test.el with just this:
> 
> --8<---------------cut here---------------start------------->8---
> (when (window-system)
>   (custom-set-variables
>    '(modus-themes-slanted-constructs t)
>    '(modus-themes-bold-constructs nil))
>   (load-theme 'modus-operandi))
> --8<---------------cut here---------------end--------------->8---
> 
> And it is working perfectly fine with ‘emacs -Q -l test.el’. So there
> must be something in my init which is interfering with the theme.

Note that "emacs -Q -l test.el" is NOT the same as having the contents
of text.el be the only stuff in your ~/.emacs init file.  So for the
definitive evidence try "emacs" without -Q and have your .emacs have
only the above as its contents.





reply via email to

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