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

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

bug#30527: 26.0.91; describe-face does not mention :package-version


From: Lars Ingebrigtsen
Subject: bug#30527: 26.0.91; describe-face does not mention :package-version
Date: Sun, 14 Jul 2019 17:02:26 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

"Basil L. Contovounesios" <contovob@tcd.ie> writes:

> Severity: wishlist
>
> After evaluating the following:
>
>   (defgroup my-group nil
>     "Custom group.")
>
>   (defcustom my-var nil
>     "User option."
>     :package-version '(my-group . "0.1"))
>
>   (defface my-face '((t :inherit default))
>     "Custom face."
>     :package-version '(my-group . "0.1"))
>
> C-h v my-var RET then reports, "This variable was introduced, or its
> default value was changed, in version 0.1 of the my-group package."
>
> M-x describe-face RET my-face RET, on the other hand, makes no such
> comment.  Given that defface is documented as accepting the same
> keywords as defcustom, I think it would be nice if describe-face were
> consistent with describe-variable in this regard.

Makes sense.  I've now added this to the Emacs trunk.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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