GNU bug report logs -
#51595
26.3; Face attribute value `unspecified' in `defface' breaks Customize UI
Previous Next
Reported by: Drew Adams <drew.adams <at> oracle.com>
Date: Wed, 3 Nov 2021 21:10:02 UTC
Severity: normal
Tags: confirmed
Found in versions 29.0.50, 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 #12 received at control <at> debbugs.gnu.org (full text, mbox):
tags 51595 + confirmed
found 51595 29.0.50
thanks
Drew Adams <drew.adams <at> oracle.com> writes:
> emacs -Q
>
> (defface foo '((t :background "LightBlue")) "DOC ..." :group 'faces)
> (defface bar '((t :foreground unspecified :background "LightBlue"))
> "DOC..." :group 'faces)
>
> `M-x customize-face foo' shows the UI for the attributes of the face.
>
> `M-x customize-face bar' shows only the Lisp value of the face spec. A
> user has no way to get from there to showing all of the attributes.
> There's no way to edit the face.
>
> The doc (Elisp manual) draws no such distinction - speaks of no such
> limitation. It just lists `unspecified' as one of the possible face
> attributes:
>
> "Apart from the values given below, each face attribute can have the
> value 'unspecified'."
(That's in (info "(elisp) Face Attributes").)
> This looks like a lacuna in the UI. You can specify `unspecified' in a
> `defface', and the face is perfectly usable and well-defined, but users
> can't edit it - can't manipulate its attributes.
I can reproduce this on current master.
This bug report was last modified 3 years and 198 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.