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: package-quickstart: Error from transient etc after Emacs Rebuild Date: Tue, 20 Feb 2024 20:37:17 +0200 Message-ID: <86a5nvnfs2.fsf@gnu.org> References: <87v86k8zwc.fsf@bernoul.li> <86jzn0pfu9.fsf@gnu.org> <86bk8cpd70.fsf@gnu.org> <865xykp8at.fsf@gnu.org> <87zfvv9ewy.fsf@bernoul.li> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25976"; mail-complaints-to="usenet@ciao.gmane.io" Cc: raman@google.com, emacs-devel@gnu.org To: Jonas Bernoulli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 20 19:38:06 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 1rcV0G-0006Xk-Sx for ged-emacs-devel@m.gmane-mx.org; Tue, 20 Feb 2024 19:38:05 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcUzc-00050C-DE; Tue, 20 Feb 2024 13:37:24 -0500 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 1rcUza-0004zo-Nc for emacs-devel@gnu.org; Tue, 20 Feb 2024 13:37:22 -0500 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 1rcUzZ-0006I9-BY; Tue, 20 Feb 2024 13:37:21 -0500 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=qLQZgJjA9/B9cOM/Ye0gXXlwEGr8vFjDegOSpr67X6g=; b=jdiaxlge75b1 S0Mo5ojFguMA12fsW5SHFGTl+PUOYTeJicP5ml5AvPMGEM/RscXusshqRiAr7w23RGSrLspCcX8uo s9vGbGmpFaZM4BwfrVLIYo3mzjH9wXvblDd7MVrTbj/cbrmfmSBLFKud95c7qyB+jCZeHkytRIO4D ClLsl5x4/ZU6azGDgcQ6QBw5HIsNLCilew69vwODqSf1QqbgMDoCAzUCrQ7DrmVtpzsBBLzIFt8ou CzxRCRdaJQfmOz57G+BLNSQdkNOYuihBdiEvxE8TCowEruWIwcBtDg32puJ+ixQr6AFM9C71PCMTg T7AS6FFef5Gv57oYNLBwOQ==; In-Reply-To: <87zfvv9ewy.fsf@bernoul.li> (message from Jonas Bernoulli on Tue, 20 Feb 2024 19:19:41 +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:316402 Archived-At: > From: Jonas Bernoulli > Cc: emacs-devel@gnu.org > Date: Tue, 20 Feb 2024 19:19:41 +0100 > > Eli Zaretskii writes: > > > I guess I was confused by the fact that you raised the issue here, > > which led me to think the problem was in Emacs, and specifically in > > transient. > > The issue was in Forge in this case, but its easy to make this sort of > mistake (I've done it before), so I would like to apply the following > commit, which prevents this, by allowing the use of plain > ";;;###autoload". That's also more convenient and has the benefit that > the autoload will also contain the docstring. Feel free, and thanks.