From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Akib Azmain Turja Newsgroups: gmane.emacs.help Subject: Re: How to use package-vc for installing package not on any archive? Date: Wed, 23 Nov 2022 18:33:12 +0600 Message-ID: <87r0xtetpz.fsf@disroot.org> References: <87pmdehk7p.fsf@disroot.org> <87sfia4v7x.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40021"; mail-complaints-to="usenet@ciao.gmane.io" Cc: help-gnu-emacs To: Philip Kaludercic Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Nov 23 13:43:28 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 1oxp66-000AAn-RT for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 23 Nov 2022 13:43:26 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oxp5f-0005kn-En; Wed, 23 Nov 2022 07:42:59 -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 1oxp5X-0005jZ-2y for help-gnu-emacs@gnu.org; Wed, 23 Nov 2022 07:42:51 -0500 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxp5V-00083Z-IP for help-gnu-emacs@gnu.org; Wed, 23 Nov 2022 07:42:50 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4F64E41394; Wed, 23 Nov 2022 13:42:48 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NWwrK9UazuqK; Wed, 23 Nov 2022 13:42:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1669207366; bh=cg0ujTN0ZjS7Pc7wRux9r8fRPj5rjQNNtzj+iH8g+Vk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=jHBoDxSZlWq0PwwouQKxQoU1Aqyp3qzt2hk+19gPqtxVu06vn3yJUz9U32dyQChTh pJL40y5CiaHX1xaSGGQcTKLhgYIzF86HlDmuBuZcphYsLDS+KpBQCkfI+sDmcEevsU jVgWGoinvm2sYFTwNS7ilW08CjHhkNkxw9lVZz9XjQLh9pAoZIfdM41BmUOCIiD0V9 f0c5RLR4GorsVFvROuVANQRBUe8JzvuxjvW+nvohsaaaJAmIrm99d3aOLCEZ6+2vLj msZsvuLw2CTFgs+lseRHKqKlpfH1DPyj66+GEzXjP9sVePHsu/iljZ3K9XhBASElIc aTKUmhX0XYU7A== In-Reply-To: <87sfia4v7x.fsf@posteo.net> (Philip Kaludercic's message of "Tue, 22 Nov 2022 19:58:42 +0000") Received-SPF: pass client-ip=178.21.23.139; envelope-from=akib@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, 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:141117 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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. :( =2D-=20 Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5 Fediverse: akib@hostux.social Codeberg: akib emailselfdefense.fsf.org | "Nothing can be secure without encryption." --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmN+EwgACgkQVTX89U2I YWu7tQ/8DBI93k7V1Exn8vl/q/ithI5pY8R+VIC2zO9gqAOLnEeo8XTERG7cjLHQ 3U5qVlh2BxoEV1BXbv+kF35okCB+PA79UGZWyDbigHGqEh4I1i+gkHCGATC8BQhT SLua25FIPV0YDp8QCbcGtea9fSWaalCjwuoa1+yl4PfjWQ1NAJ9F7lIF9YGl5lFK NLvTnXStIepPtJ2F/fQaaQwgkXqcPzCMhUZaye5VPTrDnf1wmsTVFxpuGEasRjwa F/59SnwFAnNta57Joqul7yWDomanVf7EgB5yaEAliUJm5ONXNjVD8akGHnl5b+/f aew7tyISlnEHrCHpdT68nYKpvMLI67b3KB1WXalE414EE/i8076ygUKMD+yGJV7j WkA2G3xuPLaRSb89H2BDWaxMnhSSOKaSFZFOMN7ZfllIFxo7bJTsxzdps4xmpdQC LdvpNFJaDZ3gqt9PgP4iJkO3qt2U43scTdZWBu7SYL0dMbIODQs196im94O5Zdh2 O9W06gLq1CQCnYFRB2MAz6JQ6GZ4S/ri6qZz2z5p9eaOyhGIxXT4IDR7In8c5+eG 2ayld07Y12/kYBR+aSClZvOKs/3Jp9WBDbA6OJzXSyE/mSJSrxnzqcRN/YXqaifZ 9AA2Ya3T4eHlSfEAC3fmVy2I3XTfbKFU1+x1ywiZFDDG9bZ2a1E= =n2XV -----END PGP SIGNATURE----- --=-=-=--