From unknown Sat Aug 16 19:15:52 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47668] [PATCH] gnu: Add emacs-vertico. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 09 Apr 2021 06:23:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 47668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47668@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.161794934929488 (code B ref -1); Fri, 09 Apr 2021 06:23:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 Apr 2021 06:22:29 +0000 Received: from localhost ([127.0.0.1]:48962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUkXE-0007fY-K0 for submit@debbugs.gnu.org; Fri, 09 Apr 2021 02:22:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:55652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUkX9-0007fJ-QL for submit@debbugs.gnu.org; Fri, 09 Apr 2021 02:22:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUkX8-0003ZV-5E for guix-patches@gnu.org; Fri, 09 Apr 2021 02:22:22 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54000 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUkX6-0000Ff-37 for guix-patches@gnu.org; Fri, 09 Apr 2021 02:22:21 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617949335; bh=G1+3ljPg7Gv0/HJWnBn4lw7DCxO2IKt3QdNVd4scIw4=; h=From:To:Subject:Date; b=XsDk4T/Et6qmnzdM42n3+Gyx3ZcNyBtmPuWB2ccYDEpTAJN5KcDiQ0Xlf7kwJgYNt GT8dzFbYF7zqK/g0bejvI/hZOuVd2ipX2qNm5RtEwRpwnHlSQZ67eosrS5s4mgDm7x isJlkqsD3wUXV07zmOYy38TDRNsPMR/SRemt19dI= Message-Id: Date: Fri, 09 Apr 2021 08:22:15 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=0.421, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8e80ccbb56..f11e5c7ef1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,27 @@ and [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8e80ccbb56..f11e5c7ef1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,27 @@ and prefered services can easily be configured.") quasi-prefix map, with many useful bindings. These bindings are shorter than usual, using mostly unprefixed keys.") (license license:gpl3+))) + +(define-public emacs-vertico + (package + (name "emacs-vertico") + (version "0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/vertico") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gvv1yjgq88s9y0fm9r1r270k2sfkfzbd3wcnjq68swjm24mp8h9")))) + (build-system emacs-build-system) + (home-page "https://github.com/minad/vertico") + (synopsis "Vertical interactive completion") + (description "This package provides a minimalistic vertical completion UI, +which is based on Emacs' default completion system. By reusing the default +system, Vertico achieves full compatibility with built-in Emacs commands and +completion tables. Vertico is pretty bare-bone and only provides a minimal +set of commands. Additional optional enhancements can be provided externally +by complementary packages.") + (license license:gpl3+))) base-commit: 2afc79b51d0956e5834e81a70692a35cd83e4e87 -- 2.31.1 From unknown Sat Aug 16 19:15:52 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47668] [PATCH v2] gnu: Add emacs-vertico. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Apr 2021 13:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47668@debbugs.gnu.org Received: via spool by 47668-submit@debbugs.gnu.org id=B47668.161806111624160 (code B ref 47668); Sat, 10 Apr 2021 13:26:01 +0000 Received: (at 47668) by debbugs.gnu.org; 10 Apr 2021 13:25:16 +0000 Received: from localhost ([127.0.0.1]:51606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVDbv-0006Hc-TF for submit@debbugs.gnu.org; Sat, 10 Apr 2021 09:25:16 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44020 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVDbs-0006HG-Rn for 47668@debbugs.gnu.org; Sat, 10 Apr 2021 09:25:14 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1618061104; bh=X9m18T5tb7+Ms6VDFFiL1S/uloBs1rnF62XSeJxD+Mk=; h=From:To:Subject:In-Reply-To:References:Date; b=OXHmB7y+ZSSosnOpkxR2cWlIJJ/yKN/KcIflALjDOkhGq4Ca/1Z8nrWULT+0xBig5 cTnYK/J3yfg6b7OGH/txyKZDReEyQmnWNheJD5MXl3NMTRqM8LyqBDxr0cG9Qxpu46 jCCp/1EXovG+z4Gwft3pm7r3zmCT4SvHf82SBOvU= In-Reply-To: References: Message-Id: <691cffe457493a2180860c026c002eddcaae1772.1618060613.git.public@yoctocell.xyz> Date: Sat, 10 Apr 2021 15:25:03 +0200 MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- Version 0.3 was just released. gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a71b1c4cf7..88c2fae447 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,35 @@ and [...] Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- Version 0.3 was just released. gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a71b1c4cf7..88c2fae447 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,35 @@ and [...] Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- Version 0.3 was just released. gnu/packages/emacs-xyz.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index a71b1c4cf7..88c2fae447 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,35 @@ and preferred services can easily be configured.") quasi-prefix map, with many useful bindings. These bindings are shorter than usual, using mostly unprefixed keys.") (license license:gpl3+))) + +(define-public emacs-vertico + (package + (name "emacs-vertico") + (version "0.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/vertico") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1r2p09y3ag14dqd46nyy1pa2j2cvn4gn9pji47mzmwydsm2f8hv1")))) + (build-system emacs-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-before 'install 'build-doc + (lambda _ + (invoke "makeinfo" "vertico.texi")))))) + (native-inputs + `(("texinfo" ,texinfo))) + (home-page "https://github.com/minad/vertico") + (synopsis "Vertical interactive completion") + (description "This package provides a minimalistic vertical completion UI, +which is based on Emacs' default completion system. By reusing the default +system, Vertico achieves full compatibility with built-in Emacs commands and +completion tables. Vertico is pretty bare-bone and only provides a minimal +set of commands. Additional optional enhancements can be provided externally +by complementary packages.") + (license license:gpl3+))) base-commit: f91e1046c4050c0947429b9141c80024c261d7b5 -- 2.31.1 From unknown Sat Aug 16 19:15:52 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Xinglu Chen Subject: bug#47668: closed (Re: [bug#47668] [PATCH v2] gnu: Add emacs-vertico.) Message-ID: References: <87a6q5ryzx.fsf@nicolasgoaziou.fr> X-Gnu-PR-Message: they-closed 47668 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 47668@debbugs.gnu.org Date: Sun, 11 Apr 2021 08:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1618130762-14337-1" This is a multi-part message in MIME format... ------------=_1618130762-14337-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #47668: [PATCH] gnu: Add emacs-vertico. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 47668@debbugs.gnu.org. --=20 47668: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D47668 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1618130762-14337-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 47668-done) by debbugs.gnu.org; 11 Apr 2021 08:45:18 +0000 Received: from localhost ([127.0.0.1]:53965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVViY-0003hy-Ec for submit@debbugs.gnu.org; Sun, 11 Apr 2021 04:45:18 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:60009) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVViW-0003hc-8d for 47668-done@debbugs.gnu.org; Sun, 11 Apr 2021 04:45:17 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id 0BF6AC0009; Sun, 11 Apr 2021 08:45:08 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#47668] [PATCH v2] gnu: Add emacs-vertico. References: <691cffe457493a2180860c026c002eddcaae1772.1618060613.git.public@yoctocell.xyz> Date: Sun, 11 Apr 2021 10:45:06 +0200 In-Reply-To: <691cffe457493a2180860c026c002eddcaae1772.1618060613.git.public@yoctocell.xyz> (Xinglu Chen's message of "Sat, 10 Apr 2021 15:25:03 +0200") Message-ID: <87a6q5ryzx.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.198 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.198 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 47668-done Cc: 47668-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. Applied. Thank you. I moved the package definition elsewhere than at the very end of the file, because this location is prone to introduce merge conflicts. Regards, -- Nicolas Goaziou ------------=_1618130762-14337-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 Apr 2021 06:22:29 +0000 Received: from localhost ([127.0.0.1]:48962 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUkXE-0007fY-K0 for submit@debbugs.gnu.org; Fri, 09 Apr 2021 02:22:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:55652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUkX9-0007fJ-QL for submit@debbugs.gnu.org; Fri, 09 Apr 2021 02:22:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47554) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUkX8-0003ZV-5E for guix-patches@gnu.org; Fri, 09 Apr 2021 02:22:22 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:54000 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUkX6-0000Ff-37 for guix-patches@gnu.org; Fri, 09 Apr 2021 02:22:21 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1617949335; bh=G1+3ljPg7Gv0/HJWnBn4lw7DCxO2IKt3QdNVd4scIw4=; h=From:To:Subject:Date; b=XsDk4T/Et6qmnzdM42n3+Gyx3ZcNyBtmPuWB2ccYDEpTAJN5KcDiQ0Xlf7kwJgYNt GT8dzFbYF7zqK/g0bejvI/hZOuVd2ipX2qNm5RtEwRpwnHlSQZ67eosrS5s4mgDm7x isJlkqsD3wUXV07zmOYy38TDRNsPMR/SRemt19dI= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-vertico. Message-Id: Date: Fri, 09 Apr 2021 08:22:15 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.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, FROM_SUSPICIOUS_NTLD=0.5, FROM_SUSPICIOUS_NTLD_FP=0.421, PDS_OTHER_BAD_TLD=1.999, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.6 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8e80ccbb56..f11e5c7ef1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,27 @@ and [...] Content analysis details: (1.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [209.51.188.17 listed in wl.mailspike.net] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 0.4 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-vertico): New variable. --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 8e80ccbb56..f11e5c7ef1 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -27564,3 +27564,27 @@ and prefered services can easily be configured.") quasi-prefix map, with many useful bindings. These bindings are shorter than usual, using mostly unprefixed keys.") (license license:gpl3+))) + +(define-public emacs-vertico + (package + (name "emacs-vertico") + (version "0.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/minad/vertico") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gvv1yjgq88s9y0fm9r1r270k2sfkfzbd3wcnjq68swjm24mp8h9")))) + (build-system emacs-build-system) + (home-page "https://github.com/minad/vertico") + (synopsis "Vertical interactive completion") + (description "This package provides a minimalistic vertical completion UI, +which is based on Emacs' default completion system. By reusing the default +system, Vertico achieves full compatibility with built-in Emacs commands and +completion tables. Vertico is pretty bare-bone and only provides a minimal +set of commands. Additional optional enhancements can be provided externally +by complementary packages.") + (license license:gpl3+))) base-commit: 2afc79b51d0956e5834e81a70692a35cd83e4e87 -- 2.31.1 ------------=_1618130762-14337-1-- From unknown Sat Aug 16 19:15:52 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#47668] [PATCH v2] gnu: Add emacs-vertico. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 11 Apr 2021 09:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47668 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 47668-done@debbugs.gnu.org Received: via spool by 47668-done@debbugs.gnu.org id=D47668.161813218916533 (code D ref 47668); Sun, 11 Apr 2021 09:10:01 +0000 Received: (at 47668-done) by debbugs.gnu.org; 11 Apr 2021 09:09:49 +0000 Received: from localhost ([127.0.0.1]:53990 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVW6H-0004Ib-GF for submit@debbugs.gnu.org; Sun, 11 Apr 2021 05:09:49 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:39766 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVW6E-0004IL-TY for 47668-done@debbugs.gnu.org; Sun, 11 Apr 2021 05:09:48 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1618132179; bh=9RFM2tobC6afdXYCGru9IwWUoBedH4gZ8Drzb/xsaiE=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=RuNhj+z3fBcGP0sJ88bYPPXjSx+qoKXzSpuEvpCIJsbVmyt4U6B+CpTR5eQM5iq7f yHsJ7+1fZ9nwIBGg/NSqESlM+xTCTtWr9aCU/kZ1Wvx+cpbAoiwe0XQMIMzDixQ00x jBAb/jL0c/hPxQStyZWA8lmXr9qypVKh4izE+KyI= In-Reply-To: <87a6q5ryzx.fsf@nicolasgoaziou.fr> References: <691cffe457493a2180860c026c002eddcaae1772.1618060613.git.public@yoctocell.xyz> <87a6q5ryzx.fsf@nicolasgoaziou.fr> Date: Sun, 11 Apr 2021 11:09:36 +0200 Message-ID: <87im4tuqzz.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sun, Apr 11 2021, Nicolas Goaziou wrote: > I moved the package definition elsewhere than at the very end of the > file, because this location is prone to introduce merge conflicts. Makes sense, thanks! Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Sun, Apr 11 2021, Nicolas Goaziou wrote: > I moved the package definition elsewhere than at the very end of the > file, because this location is prone to introduce merge conflicts. Makes sense, thanks! Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager 0.4 RDNS_DYNAMIC Delivered to internal network by host with dynamic-looking rDNS 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD On Sun, Apr 11 2021, Nicolas Goaziou wrote: > I moved the package definition elsewhere than at the very end of the > file, because this location is prone to introduce merge conflicts. Makes sense, thanks!