From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Philip Kaludercic Newsgroups: gmane.emacs.devel Subject: Re: feature/package-vc has been merged Date: Thu, 17 Nov 2022 16:41:43 +0000 Message-ID: <87h6yxildk.fsf@posteo.net> References: <164484721900.31751.1453162457552427931@vcs2.savannah.gnu.org> <87zgd2ws8z.fsf@posteo.net> <831qqezkxj.fsf@gnu.org> <87y1slgq3m.fsf@posteo.net> <87bkpgfsqv.fsf@posteo.net> <87educ9fei.fsf@posteo.net> <8735as9cfb.fsf@posteo.net> <87pmdv98du.fsf@posteo.net> <87zgcz7qyy.fsf@posteo.net> <87mt8qnbaa.fsf@posteo.net> <87o7t6lr45.fsf@posteo.net> <87fseik0vg.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10238"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Eli Zaretskii , rms@gnu.org, emacs-devel@gnu.org, Lars Ingebrigtsen To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 17 17:42:27 2022 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 1ovhy6-0002Uk-5y for ged-emacs-devel@m.gmane-mx.org; Thu, 17 Nov 2022 17:42:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovhxV-0006aG-MN; Thu, 17 Nov 2022 11:41:49 -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 1ovhxU-0006Zw-1T for emacs-devel@gnu.org; Thu, 17 Nov 2022 11:41:48 -0500 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovhxS-0004do-CD for emacs-devel@gnu.org; Thu, 17 Nov 2022 11:41:47 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 48A0A240029 for ; Thu, 17 Nov 2022 17:41:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1668703304; bh=b58P6rYx67+Up44eh33Az3K2yhkzlc/BbIS3SSnZxyU=; h=From:To:Cc:Subject:Date:From; b=lAfEcFt9Bmkw3B0TJf6hWyfEXgCvm4UX5vEtRQTwQaEsyQKOD1ArT1HKk/9mLlvx/ 3m9H9kHdXlAamM2auM6fxfbsBwcmWX+ZE5fbrR5rteG9IKkm72GxURonb++OCXUuaL d5RtVh2DoseM1qCOAHddtkjYmMiv8qmVEkpcemjnBeLTJPWUVf78ZzHGtS5EfCP7cJ avyXN+LvjqjB65CTrSG1GB1XjlMGZOjropeCKfugK6FV5NgJR9xpT3dbJWmX87dJRB eP8GkjeRf+lB/hmKpblNR92n3xIMIybFl8WARdwLiwKONQAntB17wxp/AsdOfNZ4Va LVu1jl/tVwm1w== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NCm066NKFz9rxM; Thu, 17 Nov 2022 17:41:42 +0100 (CET) In-Reply-To: (Stefan Monnier's message of "Wed, 16 Nov 2022 18:23:55 -0500") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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:300054 Archived-At: Stefan Monnier writes: >> I wanted to place the autoload file in top-level package directory, but >> I guess if make sure :lisp-dir gets respected during activation, then >> this could be reverted. I'd have to check how reliable this is. > > I think package activation should not pay attention to `lisp-dir` or > more generally it should not pay attention to *how* the package was > installed (whether from `package-install`, `package-vc-install`, or > manually, or via some other system). > > Which is why the simplest accommodation is to use 2 autoload files: > the main one in :lisp-dir and a proxy in the root. I have made these changes and pushed them to the scratch branch. The proxy file might be a hack, but it seems like the better solution in the end.