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: Re: Version tags for cus-start.el options Date: Fri, 07 Sep 2018 10:37:34 +0300 Message-ID: <83efe5vjup.fsf@gnu.org> References: <8336vlmcq7.fsf@gnu.org> <83zhx11iy8.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1536306134 29845 195.159.176.226 (7 Sep 2018 07:42:14 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2018 07:42:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 09:42:10 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 1fyBP7-0007eU-BH for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2018 09:42:09 +0200 Original-Received: from localhost ([::1]:37179 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyBRD-0002xe-O9 for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2018 03:44:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyBKj-0004VW-Kr for emacs-devel@gnu.org; Fri, 07 Sep 2018 03:37:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fyBKg-0000pw-Gr for emacs-devel@gnu.org; Fri, 07 Sep 2018 03:37:37 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:35005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fyBKg-0000pd-CC for emacs-devel@gnu.org; Fri, 07 Sep 2018 03:37:34 -0400 Original-Received: from [176.228.60.248] (port=4415 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fyBKf-0004RJ-VJ for emacs-devel@gnu.org; Fri, 07 Sep 2018 03:37:34 -0400 In-reply-to: <83zhx11iy8.fsf@gnu.org> (message from Eli Zaretskii on Sat, 01 Sep 2018 15:49:19 +0300) 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:229376 Archived-At: > Date: Sat, 01 Sep 2018 15:49:19 +0300 > From: Eli Zaretskii > > > Date: Sat, 11 Aug 2018 13:14:40 +0300 > > From: Eli Zaretskii > > > > 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? > > Looks like a bug, yes. Does anyone see anything wrong with the patch > below? No objections, so I pushed this to the emacs-26 branch.