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.help Subject: Re: How to use package-vc for installing package not on any archive? Date: Wed, 23 Nov 2022 18:31:42 +0000 Message-ID: <87y1s134kx.fsf@posteo.net> References: <87pmdehk7p.fsf@disroot.org> <87sfia4v7x.fsf@posteo.net> <87r0xtetpz.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22344"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs To: Akib Azmain Turja Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 23 19:32:39 2022 Return-path: Envelope-to: geh-help-gnu-emacs@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 1oxuY2-0005XG-BA for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 23 Nov 2022 19:32:38 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxuXR-0004e5-05; Wed, 23 Nov 2022 13:32:01 -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 1oxuXJ-0004db-4A for help-gnu-emacs@gnu.org; Wed, 23 Nov 2022 13:31:53 -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 1oxuXB-0007Wr-P7 for help-gnu-emacs@gnu.org; Wed, 23 Nov 2022 13:31:52 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 41EFB240026 for ; Wed, 23 Nov 2022 19:31:42 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669228303; bh=UDaza73l2V/3mowgHmcWyeLc2VFtrzclhYi1kX3Rrbw=; h=From:To:Cc:Subject:Date:From; b=Qv7QJq/CNJn4UyMA0x86KnbTK4LQiMaE1+sPyog4rZVDeyJ8oI7IV9gqBLWuGi3MV WpBuGAa867e169p2DZfVzPDFN8cAsAsFbtXnrkpKXo0YGoSMu4/fAi/5wwVFo+4/CO DwxRYgk/jJYKiXKguuk8gZdjE7JgM3hHCXB52kuMBY7ErbDo8PsoM/6hmsSMuIrhYK 6PUwAm0IQq9jw0aRZFT06gwxhW2oYWUQ+it1W1Be8CGsRKIGsQWE0CvzFSMjpeHYUn IQrttSbmFgDb3ylY1HHP6pEY6RjaxLMMBAarl7dboPMZMOnx7Wf984DJedjwgJQtgU siNiipqvMT/YQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NHV8F6NvRz6tmF; Wed, 23 Nov 2022 19:31:41 +0100 (CET) In-Reply-To: <87r0xtetpz.fsf@disroot.org> (Akib Azmain Turja's message of "Wed, 23 Nov 2022 18:33:12 +0600") Received-SPF: pass client-ip=185.67.36.65; envelope-from=philipk@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141118 Archived-At: Akib Azmain Turja writes: > Philip Kaludercic writes: > >> Akib Azmain Turja writes: >> >>> I've just updated my Emacs to a commit made today, and now I've the new >>> `package-vc'. I think its something I can use to replace Quelpa, is >>> it? `package-vc-install' only accepts the repository URL, nothing more. >>> How can I specify a package recipe (or whatever) then? >> >> package-vc-symbol accepts a string that denotes a URL, a symbol that >> denotes a package on ELPA or a property list that denotes a package >> specification, as you'll find them in elpa.git's "elpa-packages". >> > > Thanks for the quick response. > > Should the pass the specification used in (Non)GNU ELPA to > package-vc-install as it's first argument (URL)? > > Wait a minute... did I miss the docstring? The docstring clearly > describes it. Sorry for the noise. :( I hope the documentation is clear enough. If there is anything you think is worth improving, just say so.