From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 60c9702972f: * lisp/help.el (help--analyze-key): Use `help-fns-function-name` Date: Sat, 30 Mar 2024 19:40:16 +0300 Message-ID: <86a5mfd66n.fsf@gnu.org> References: <171107186434.18812.2389706590800223024@vcs2.savannah.gnu.org> <20240322014425.180EEC12C52@vcs2.savannah.gnu.org> <86msqfdg4o.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38907"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca To: Arash Esbati Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 30 17:41:05 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rqblQ-0009xB-Tj for ged-emacs-devel@m.gmane-mx.org; Sat, 30 Mar 2024 17:41:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rqbkj-00031L-Ss; Sat, 30 Mar 2024 12:40:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqbkh-00030p-Hl for emacs-devel@gnu.org; Sat, 30 Mar 2024 12:40:19 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rqbkg-0000Ye-SD; Sat, 30 Mar 2024 12:40:19 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8A/4otZetSMOaelhuqJ8Q3cV5nzqVV9qevMBaOSZPKs=; b=c7/mr98+kgEm ONM4iB42zNC0J/EhqX6CnfJ1mlGrC3CFjl4OCtUgh5rZF8Xv21y8WB4YA64pQrZTauCnM19VpNfte Axy3KORalFooGS+6KdUSzYLxuBgPXccoJrq8VmRa4ZNSbVYl0qP2SjHPUG2Dz+Ji1CfdqEid+N5GR BrR7c+MeS+GrHy4zMZcVv+BpWzMMNeMkLsYhoiGda5P2oCvB7jME4s91qrZ1MPHCkLZcPaY5qo6EZ Z1kmDCgt3begUe5GmkxxH+EztnPIHesYr5RchGMpZpYUpDkp2dln56wSGIaFIImb9d3imAgSG9uxJ eHFp58daUW+7qUKFZ85I7g==; In-Reply-To: (message from Arash Esbati on Sat, 30 Mar 2024 16:45:02 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:317397 Archived-At: > From: Arash Esbati > Cc: emacs-devel@gnu.org, monnier@iro.umontreal.ca > Date: Sat, 30 Mar 2024 16:45:02 +0100 > > Eli Zaretskii writes: > > > This is not a real problem: after you build once, touch lisp.help.el > > and build again: the warning will be gone. That's because the > > autoload form for the function will be written to loaddefs.el. > > Thanks, does this also apply to a clean state repo? I use a small > script to build Emacs which does: > > git clean -fdx --exclude=ChangeLog > ./autogen.sh > ./configure ... > > My lisp/loaddefs.el already has an entry: > > $ grep help-fns-function loaddefs.el > (autoload 'help-fns-function-name "help-fns" "\ > > I didn't change anything after my initial build where I reported the > warning. No clue, sorry. I got the warning upon the first build after update from upstream, then the next build didn't have the warning.