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: Tue, 22 Nov 2022 19:58:42 +0000 Message-ID: <87sfia4v7x.fsf@posteo.net> References: <87pmdehk7p.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="21474"; 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 Tue Nov 22 20:59:17 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 1oxZQK-0005O1-Jc for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 22 Nov 2022 20:59:16 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxZPv-0007AG-Bn; Tue, 22 Nov 2022 14:58:51 -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 1oxZPt-00079s-7f for help-gnu-emacs@gnu.org; Tue, 22 Nov 2022 14:58:49 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxZPr-0001ko-8p for help-gnu-emacs@gnu.org; Tue, 22 Nov 2022 14:58:48 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 0AD73240108 for ; Tue, 22 Nov 2022 20:58:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1669147124; bh=BSPvA5Y9LOPpbsTBAN/n/LYAsovd06qwf8/2s3B4tgI=; h=From:To:Cc:Subject:Date:From; b=bC4eS2q0thycQEyWfj+7i9WOF0l3FKO/25hD+QBUtVOwAujhgAdbpSE9AUDn1wj9+ qZ8093PWKT+wtLCVh3E5xsFoFna0xnJP/toD43S14niXFAA8hGhDwBtsV+lSWVqEX5 ZZX73bD6lHp/BIentCy8dFB1TKA9LQ+7XXNxNYvCrsZEJI4T4UK2nxqorCyCjOGrQB zfKnNMCaEs0UDPksP/Q1ZihLPoG4UCG+FVVNvLxg5earzpfwaTwx9DzzAZDB2ISgOw Ufn6G/UlzpmlQMdG2Z+sNBMPy+64myRBMGXS+s0MmuQUkJxfnwB3bcPYZ4ewIpgvsT E8ryUVqXpj8ew== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4NGw750xwxz9rxP; Tue, 22 Nov 2022 20:58:41 +0100 (CET) In-Reply-To: <87pmdehk7p.fsf@disroot.org> (Akib Azmain Turja's message of "Wed, 23 Nov 2022 01:18:02 +0600") Received-SPF: pass client-ip=185.67.36.66; envelope-from=philipk@posteo.net; helo=mout02.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, RCVD_IN_MSPIKE_H2=-0.001, 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:141114 Archived-At: 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".