From unknown Sun Aug 10 16:45:48 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#55300] [PATCH] gnu: Add emacs-consult-eglot. Resent-From: Andrew Tropin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 07 May 2022 11:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 55300 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55300@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16519234791375 (code B ref -1); Sat, 07 May 2022 11:38:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 May 2022 11:37:59 +0000 Received: from localhost ([127.0.0.1]:50639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnIl4-0000M7-Nv for submit@debbugs.gnu.org; Sat, 07 May 2022 07:37:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:33766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnIl2-0000Lz-Ml for submit@debbugs.gnu.org; Sat, 07 May 2022 07:37:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnIl2-0006pJ-FJ for guix-patches@gnu.org; Sat, 07 May 2022 07:37:56 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:44055) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnIl0-0004CP-DT for guix-patches@gnu.org; Sat, 07 May 2022 07:37:56 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id B82E8200002 for ; Sat, 7 May 2022 11:37:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1651923468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=VWM91KiT8Wayq6YqBAuUnRAc7XhKd/xZCcVwBZE31Ck=; b=oXL9UXd8ss6b8l58NCM10kzYZq+qS4mrGk+nTH566R0HpDvEOViAb2HQN5qRho16CZc6aR qw8MPn+uU7EjiCUF2lAEyLYtD4O+rY5CAchrbVcXn/yJAs/Jur44H9tduegwp1hc84EYJw geiIWJuxrmtYLKenU+sl74TRHYqjjFPm3kl2ViD3N8oOpmbj9rbjPSgnAzU/NBMPlCi3dE e8dx34bF6bDQurTLz/Rrl9nBYpTEY7Sdegg6QGwRHHoUlnWT4XG5sV3JD0PaYos161Kd9C q/O6ZenpoiWrYJC1a62s529XtHBqnJxR75MNI+0zlfmbZMcd1WAPRF38/JCBoQ== From: Andrew Tropin Date: Sat, 7 May 2022 14:35:51 +0300 Message-ID: <87v8uh7euw.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.178.232; envelope-from=andrew@trop.in; helo=relay12.mail.gandi.net 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) 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.7 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): New variable. =2D-- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 308260f501..bf842ba4e9 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8758,6 +8758,27 @@ (define-public emacs-consult-notmuch and present results either as single emails or full trees.") (license license:gpl3+))) =20 +(define-public emacs-consult-eglot + (package + (name "emacs-consult-eglot") + (version "0.2.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mohkale/consult-eglot") + (commit (string-append "v" version)))) + (sha256 + (base32 "1qxk1npxbf8m3g9spikgdxcf6mzjx6cwy3f5vn6zz5ksh14xw3sd= ")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (license license:gpl3+) + (propagated-inputs (list emacs-consult emacs-eglot)) + (home-page "https://github.com/mohkale/consult-eglot") + (synopsis "Consulting-read interface for eglot") + (description "This package acts as a parallel of consult-lsp for eglot = and +provides a front-end interface for the workspace/symbols LSP procedure +call."))) + (define-public emacs-marginalia (package (name "emacs-marginalia") =2D-=20 2.36.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmJ2WggPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6wgNEP/04cBYnC0uhvJdxMGUNU6kgR/qkqDYxSWsHu iRW2ebNdIvlmrDn/jl2OxNCUScOMCnM0NGRrfNvhiZqpnJm2TLkPJCYXjDZIJDH4 Cwz3xPk2WNQ4k5EIjOBT+eO3BPtRWL9wFbhp0Im7T9VxkO748SiDza0E3y2qCJjp gTXXasymidWeZvMQFRc1iG6pAxuxfh9NOAHFIGurpWh4TaPcP8/p8Kd/vOom26Ym /9SBalwP7pkBTC9/T7D3GMnf+TuvxwkdBp+7cm9iHga5GRA79fM7Isqp7KggZY2T lUEJPVhDIWj6XexU7Ie1/Ukp810xCplXzVw/AqQHNiaWq6+uf56pbaJqQ1fehgJF XJfwaTb8+9nl1RfFR7PDZIZyjpDTZpm56zwuJpuAMWE8qSoAUPnPFkHtn2/0QYLS oALHcr2GcJnLwpAqd24fR3KdqjkVkXuHsObFE/gvCZd+JbAlu0KfkZALx6q4qRO0 alpTGBb68d++Idih+dS09Pgk37+zDaiqsEq6QvzyVwDgO2WTzAFZO4XUf0CIJ6y9 WPFw8pS/DDfrYmWuL0YAk2nIMlPXJskDm7azu6l9t3N47vICMYztDNfNgAjgDdT4 Y5oapDKg4I2HaGX0aoYFgbGwHjUlzDqqIfYimOY2qQsWt+y0KL3Xxt8B84CHUwOc UAhJ3gtD =Jeop -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Aug 10 16:45:48 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: Andrew Tropin Subject: bug#55300: closed (Re: [bug#55300] [PATCH] gnu: Add emacs-consult-eglot.) Message-ID: References: <87czf1md61.fsf@nicolasgoaziou.fr> <87v8uh7euw.fsf@trop.in> X-Gnu-PR-Message: they-closed 55300 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 55300@debbugs.gnu.org Date: Wed, 22 Jun 2022 06:22:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1655878922-22620-1" This is a multi-part message in MIME format... ------------=_1655878922-22620-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #55300: [PATCH] gnu: Add emacs-consult-eglot. 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 55300@debbugs.gnu.org. --=20 55300: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D55300 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1655878922-22620-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 55300-done) by debbugs.gnu.org; 22 Jun 2022 06:21:20 +0000 Received: from localhost ([127.0.0.1]:33802 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3tjs-0005rS-Cq for submit@debbugs.gnu.org; Wed, 22 Jun 2022 02:21:20 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:49197) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o3tjr-0005rE-61 for 55300-done@debbugs.gnu.org; Wed, 22 Jun 2022 02:21:19 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 7C751100004; Wed, 22 Jun 2022 06:21:12 +0000 (UTC) From: Nicolas Goaziou To: Andrew Tropin Subject: Re: [bug#55300] [PATCH] gnu: Add emacs-consult-eglot. References: <87v8uh7euw.fsf@trop.in> Date: Wed, 22 Jun 2022 08:21:10 +0200 In-Reply-To: <87v8uh7euw.fsf@trop.in> (Andrew Tropin's message of "Sat, 7 May 2022 14:35:51 +0300") Message-ID: <87czf1md61.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 55300-done Cc: 55300-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: -1.7 (-) Hello, Andrew Tropin writes: > * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou ------------=_1655878922-22620-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 May 2022 11:37:59 +0000 Received: from localhost ([127.0.0.1]:50639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnIl4-0000M7-Nv for submit@debbugs.gnu.org; Sat, 07 May 2022 07:37:58 -0400 Received: from lists.gnu.org ([209.51.188.17]:33766) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nnIl2-0000Lz-Ml for submit@debbugs.gnu.org; Sat, 07 May 2022 07:37:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59076) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnIl2-0006pJ-FJ for guix-patches@gnu.org; Sat, 07 May 2022 07:37:56 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:44055) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nnIl0-0004CP-DT for guix-patches@gnu.org; Sat, 07 May 2022 07:37:56 -0400 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id B82E8200002 for ; Sat, 7 May 2022 11:37:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1651923468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=VWM91KiT8Wayq6YqBAuUnRAc7XhKd/xZCcVwBZE31Ck=; b=oXL9UXd8ss6b8l58NCM10kzYZq+qS4mrGk+nTH566R0HpDvEOViAb2HQN5qRho16CZc6aR qw8MPn+uU7EjiCUF2lAEyLYtD4O+rY5CAchrbVcXn/yJAs/Jur44H9tduegwp1hc84EYJw geiIWJuxrmtYLKenU+sl74TRHYqjjFPm3kl2ViD3N8oOpmbj9rbjPSgnAzU/NBMPlCi3dE e8dx34bF6bDQurTLz/Rrl9nBYpTEY7Sdegg6QGwRHHoUlnWT4XG5sV3JD0PaYos161Kd9C q/O6ZenpoiWrYJC1a62s529XtHBqnJxR75MNI+0zlfmbZMcd1WAPRF38/JCBoQ== From: Andrew Tropin To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-consult-eglot. Date: Sat, 7 May 2022 14:35:51 +0300 Message-ID: <87v8uh7euw.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=217.70.178.232; envelope-from=andrew@trop.in; helo=relay12.mail.gandi.net 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, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.7 (-) 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: -2.7 (--) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): New variable. =2D-- gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 308260f501..bf842ba4e9 100644 =2D-- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -8758,6 +8758,27 @@ (define-public emacs-consult-notmuch and present results either as single emails or full trees.") (license license:gpl3+))) =20 +(define-public emacs-consult-eglot + (package + (name "emacs-consult-eglot") + (version "0.2.0") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/mohkale/consult-eglot") + (commit (string-append "v" version)))) + (sha256 + (base32 "1qxk1npxbf8m3g9spikgdxcf6mzjx6cwy3f5vn6zz5ksh14xw3sd= ")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (license license:gpl3+) + (propagated-inputs (list emacs-consult emacs-eglot)) + (home-page "https://github.com/mohkale/consult-eglot") + (synopsis "Consulting-read interface for eglot") + (description "This package acts as a parallel of consult-lsp for eglot = and +provides a front-end interface for the workspace/symbols LSP procedure +call."))) + (define-public emacs-marginalia (package (name "emacs-marginalia") =2D-=20 2.36.0 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJDBAEBCgAtFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmJ2WggPHGFuZHJld0B0 cm9wLmluAAoJECII0glYwd6wgNEP/04cBYnC0uhvJdxMGUNU6kgR/qkqDYxSWsHu iRW2ebNdIvlmrDn/jl2OxNCUScOMCnM0NGRrfNvhiZqpnJm2TLkPJCYXjDZIJDH4 Cwz3xPk2WNQ4k5EIjOBT+eO3BPtRWL9wFbhp0Im7T9VxkO748SiDza0E3y2qCJjp gTXXasymidWeZvMQFRc1iG6pAxuxfh9NOAHFIGurpWh4TaPcP8/p8Kd/vOom26Ym /9SBalwP7pkBTC9/T7D3GMnf+TuvxwkdBp+7cm9iHga5GRA79fM7Isqp7KggZY2T lUEJPVhDIWj6XexU7Ie1/Ukp810xCplXzVw/AqQHNiaWq6+uf56pbaJqQ1fehgJF XJfwaTb8+9nl1RfFR7PDZIZyjpDTZpm56zwuJpuAMWE8qSoAUPnPFkHtn2/0QYLS oALHcr2GcJnLwpAqd24fR3KdqjkVkXuHsObFE/gvCZd+JbAlu0KfkZALx6q4qRO0 alpTGBb68d++Idih+dS09Pgk37+zDaiqsEq6QvzyVwDgO2WTzAFZO4XUf0CIJ6y9 WPFw8pS/DDfrYmWuL0YAk2nIMlPXJskDm7azu6l9t3N47vICMYztDNfNgAjgDdT4 Y5oapDKg4I2HaGX0aoYFgbGwHjUlzDqqIfYimOY2qQsWt+y0KL3Xxt8B84CHUwOc UAhJ3gtD =Jeop -----END PGP SIGNATURE----- --=-=-=-- ------------=_1655878922-22620-1--