GNU bug report logs -
#46973
26.3; (elisp) `Face Remapping'
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Sat, 6 Mar 2021 18:17:02 UTC
Severity: wishlist
Found in version 26.3
Fixed in version 29.1
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 46973 <at> debbugs.gnu.org (full text, mbox):
> From: Drew Adams <drew.adams <at> oracle.com>
> Date: Sat, 6 Mar 2021 18:16:07 +0000
>
> But if I do something like this, where SPECS (being a &rest arg) is the list `(variable-pitch)', which is a list of face names:
>
> (add-hook 'some-mode-hook
> (lambda ()
> (face-remap-set-base 'default 'variable-pitch)))
>
> I get an error saying that `variable-pitch' isn't a list.
> (And trying '(variable-pitch) instead gives the same error.)
>
> I'm probably missing something - what is it? Or is it possible that
> `face-remap-set-base' has a different meaning of SPECS?
The doc string of face-remap-set-base says:
The remaining arguments, SPECS, specify the base of the remapping.
Each one of SPECS should be either a face name or a property list
of face attribute/value pairs, like in a ‘face’ text property.
This bug report was last modified 3 years and 150 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.