You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is the intended behavior of variable-pitch-family when set to nil to ignore the default-family value or is this an accidental issue that I happen to run across? I noticed that when I refrain from setting the values of neither fixed-pitch-family nor variable-pitch-family Emacs would fallback to my system "Sans" font instead of using the default-family value.
From: Haruko ***@***.***>
Date: Sat, 19 Oct 2024 15:08:00 -0700
Is the intended behavior of `variable-pitch-family` when set to `nil`
to ignore the `default-family` value or is this an accidental issue
that I happen to run across?
It is intended to not try to do anything if we get a value that is not a
string. In the function 'fontaine--set-face-attributes' we have the
following:
(when (stringp family)
(internal-set-lisp-face-attribute face :family family frames))
Has this caused a bug on your end?
Is the intended behavior of
variable-pitch-family
when set tonil
to ignore thedefault-family
value or is this an accidental issue that I happen to run across? I noticed that when I refrain from setting the values of neitherfixed-pitch-family
norvariable-pitch-family
Emacs would fallback to my system "Sans" font instead of using thedefault-family
value.Fontaine snippet:
Emacs Info:
2.1.0 e689b0c
The text was updated successfully, but these errors were encountered: