From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Version tags for cus-start.el options Date: Sat, 11 Aug 2018 13:14:40 +0300 Message-ID: <8336vlmcq7.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1533982395 7943 195.159.176.226 (11 Aug 2018 10:13:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Aug 2018 10:13:15 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 11 12:13:11 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1foQtR-0001vA-GY for ged-emacs-devel@m.gmane.org; Sat, 11 Aug 2018 12:13:09 +0200 Original-Received: from localhost ([::1]:59544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foQvX-0003AC-Re for ged-emacs-devel@m.gmane.org; Sat, 11 Aug 2018 06:15:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foQuu-00039w-OD for emacs-devel@gnu.org; Sat, 11 Aug 2018 06:14:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1foQur-0001Kf-ID for emacs-devel@gnu.org; Sat, 11 Aug 2018 06:14:40 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:36783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1foQur-0001KV-DU for emacs-devel@gnu.org; Sat, 11 Aug 2018 06:14:37 -0400 Original-Received: from [176.228.60.248] (port=1907 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1foQuq-0004uc-T8 for emacs-devel@gnu.org; Sat, 11 Aug 2018 06:14:37 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:228401 Archived-At: I noticed that options that are defined in C don't have the "This variable was first introduced..." part in the *Help* buffer, even if cus-start.el does state the version for them. Why is that? And customize-changed-options does somehow discover the version for those variables, because it offers them in the buffer it creates. So I wonder why don't show this info in *Help*. Is it a bug?