GNU bug report logs - #51595
26.3; Face attribute value `unspecified' in `defface' breaks Customize UI

Previous Next

Package: emacs;

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 #8 received at 51595 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 51595 <at> debbugs.gnu.org
Subject: Re: bug#51595: 26.3; Face attribute value `unspecified' in `defface'
 breaks Customize UI
Date: Wed, 3 Nov 2021 15:13:56 -0700
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 197 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.