all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30527: 26.0.91; describe-face does not mention :package-version
@ 2018-02-19 14:53 Basil L. Contovounesios
  2019-07-14 15:02 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Basil L. Contovounesios @ 2018-02-19 14:53 UTC (permalink / raw)
  To: 30527

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.

-- 
Basil

In GNU Emacs 26.0.91 (build 5, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2018-02-18 built on thunk
Repository revision: 36e729f06cddd2a02fba15516f43f4c1a53bab55
Windowing system distributor 'The X.Org Foundation', version 11.0.11906000
System Description:	Debian GNU/Linux testing (buster)





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-07-14 16:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 14:53 bug#30527: 26.0.91; describe-face does not mention :package-version Basil L. Contovounesios
2019-07-14 15:02 ` Lars Ingebrigtsen
2019-07-14 16:32   ` Andy Moreton
2019-07-14 16:39     ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.