all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Basil L. Contovounesios" <contovob@tcd.ie>
To: 30527@debbugs.gnu.org
Subject: bug#30527: 26.0.91; describe-face does not mention :package-version
Date: Mon, 19 Feb 2018 14:53:15 +0000	[thread overview]
Message-ID: <87bmglxc84.fsf@tcd.ie> (raw)

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)





             reply	other threads:[~2018-02-19 14:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-19 14:53 Basil L. Contovounesios [this message]
2019-07-14 15:02 ` bug#30527: 26.0.91; describe-face does not mention :package-version Lars Ingebrigtsen
2019-07-14 16:32   ` Andy Moreton
2019-07-14 16:39     ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bmglxc84.fsf@tcd.ie \
    --to=contovob@tcd.ie \
    --cc=30527@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.