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: feature/package-vc has been merged Date: Sun, 06 Nov 2022 14:31:38 +0200 Message-ID: <83mt941cyd.fsf@gnu.org> References: <164484721900.31751.1453162457552427931@vcs2.savannah.gnu.org> <874jvqv2u3.fsf@posteo.net> <875yg6qtbl.fsf@posteo.net> <87ilk33lqk.fsf@posteo.net> <87mt9epqlk.fsf@posteo.net> <87ilk1bgvd.fsf@posteo.net> <87edupbdp0.fsf@posteo.net> <875yg1bc02.fsf@posteo.net> <878rkxgpms.fsf@posteo.net> <87sfiyk3a2.fsf_-_@posteo.net> <838rkp4ptj.fsf@gnu.org> <87zgd58i7y.fsf@posteo.net> <83k0492u5i.fsf@gnu.org> <87fsew8g18.fsf@posteo.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39183"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, rms@gnu.org, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Nov 06 13:32:52 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 1orepY-0009ys-J9 for ged-emacs-devel@m.gmane-mx.org; Sun, 06 Nov 2022 13:32:52 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oreol-0000Xx-Mm; Sun, 06 Nov 2022 07:32:03 -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 1oreok-0000Xk-1S for emacs-devel@gnu.org; Sun, 06 Nov 2022 07:32:02 -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 1oreoh-0006um-JS; Sun, 06 Nov 2022 07:31:59 -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=wupxf/yupRxpKJS+vWw6bHHBekdgGRPv/UvQs54hpfA=; b=B5YROP9fNpVz S5ekgvERr5Vh2FPtTsWbrvr9kxZlHjWI5fzHc+Dxb6vmhHf4pr9vKcUiL0ql6Wc2UtxWoPXUUiJEm 7tKEc99Cns+j0EIeUrQGCzHZsEMJfUHMNFhAC4l2Qb5yxU9We4vmJOfR9m+z7CPDK2m6Aq675BVGK oYFmgMi4tQxuGpDySL/A+zcQ/Iua0+tBFUmgfET8U21pxQOOaJZsSsb7nJ91q/COMjuBr9WpzuU5n peEiraGbbHOxZ8sRXmu9AazIgN7haUYqqD+Buc9hz3LFNztL06A2n55I7OKDWA2QJqIUcluTMxJ40 S850Na7H4JpcjOTkIpHeRw==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oreoe-000414-Qi; Sun, 06 Nov 2022 07:31:57 -0500 In-Reply-To: <87fsew8g18.fsf@posteo.net> (message from Philip Kaludercic on Sun, 06 Nov 2022 11:43:15 +0000) 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: , Original-Sender: "Emacs-devel" Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299251 Archived-At: > From: Philip Kaludercic > Cc: monnier@iro.umontreal.ca, rms@gnu.org, emacs-devel@gnu.org > Date: Sun, 06 Nov 2022 11:43:15 +0000 > > >> "Directory used to store clone repositories. > >> > >> This directory is only used for packages with a special `:lisp-dir' > >> entry in their package specification (for details on package > >> specifications see `package-vc-selected-packages'). Repositories for > >> packages like these are cloned into the directory specified here, and > >> their `:lisp-dir' is then linked back into the user elpa directory." > > > > Instead of "specified here", please use "specified by this variable". > > And I don't think I understand what the "their `:lisp-dir' is then > > linked back into the user elpa directory" part wants to say. > > > > > I also have a more general question: you say this "is only used for > > packages with a special `:lisp-dir' entry", and that begs the > > question: where will we clone a package that doesn't have the > > :lisp-dir entry? > > Directly into the elpa directory. And the "linked back" means a symlink? or something else? Anyway, I think all of this should be explained in the doc string.