From unknown Sun Jun 22 00:47:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61355] [PATCH] gnu: Add emacs-discover. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 07 Feb 2023 21:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 61355 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61355@debbugs.gnu.org Cc: Cayetano Santos X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167580363318829 (code B ref -1); Tue, 07 Feb 2023 21:01:02 +0000 Received: (at submit) by debbugs.gnu.org; 7 Feb 2023 21:00:33 +0000 Received: from localhost ([127.0.0.1]:54176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPV4q-0004td-R5 for submit@debbugs.gnu.org; Tue, 07 Feb 2023 16:00:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:39118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPV4o-0004tV-Kb for submit@debbugs.gnu.org; Tue, 07 Feb 2023 16:00:30 -0500 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 1pPV4k-000710-Vt for guix-patches@gnu.org; Tue, 07 Feb 2023 16:00:30 -0500 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPV4i-0000NS-G9 for guix-patches@gnu.org; Tue, 07 Feb 2023 16:00:26 -0500 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4PBFrb6VdVz114b; Tue, 7 Feb 2023 21:00:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1675803615; bh=Z6Y2Q7PsC0c5YAvrQB9dqPthf/QuegXPHbZ99tyVbso=; h=From:To:Cc:Subject:Date:From; b=Td0DWwMIDTTH1N/kLv9yWJbPrPI8TDSmltNRtICtNRN9Ul0RLUN7aeC2T7G77qjEE rkTWGQ8oZ06SD4FI/t9y+Y/6U/xy/5rnvs2aWkSjXWFCUCOK+QSHoiEZgZ9UxQ9iFq uCkIPWlUa4IzUSgOC0pblegSF+Gf667e3NDYMlmo= Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4PBFrb47Pvz114X; Tue, 7 Feb 2023 21:00:15 +0000 (UTC) From: Cayetano Santos Date: Tue, 7 Feb 2023 22:00:00 +0100 Message-Id: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=csantosb@inventati.org; helo=confino.investici.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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/emacs-xyz.scm (emacs-discover): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1efbaaa538..f3b764d8e6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34742,6 +34742,31 @@ (define-public emacs-seeing-is-believing current region or entire buffer.") (license license:gpl3+)))) +(define-public emacs-discover + (let ((revision "1") + (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df")) + (package + (name "emacs-discover") + (version (git-version "0.3" revision commit)) + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/mickeynp/discover.el") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f7h2rhh37lrs6xclj182li6s1fawv5m8w3hgy6qgm06dam45lka")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-makey)) + (home-page "https://github.com/mickeynp/discover.el") + (synopsis "Discover more of Emacs using context menus") + (description + "discover.el adds context menus to commonly-used features in Emacs.") + (license license:gpl3+)))) + (define-public emacs-nasm-mode (package (name "emacs-nasm-mode") base-commit: 09c6de44127f886ed91738ba9d5b8cce3102bcb3 -- 2.39.1 From unknown Sun Jun 22 00:47:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#61355] [PATCH] gnu: Add emacs-discover. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 11 Feb 2023 08:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61355 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61355@debbugs.gnu.org Cc: 61355-done@debbugs.gnu.org, Cayetano Santos X-Debbugs-Original-To: Cayetano Santos via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.16761058357809 (code B ref -1); Sat, 11 Feb 2023 08:58:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 Feb 2023 08:57:15 +0000 Received: from localhost ([127.0.0.1]:38643 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQlh5-00021s-1H for submit@debbugs.gnu.org; Sat, 11 Feb 2023 03:57:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:56568) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQlh3-00021l-CU for submit@debbugs.gnu.org; Sat, 11 Feb 2023 03:57:13 -0500 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 1pQlh3-0004Mp-60 for guix-patches@gnu.org; Sat, 11 Feb 2023 03:57:13 -0500 Received: from relay7-d.mail.gandi.net ([2001:4b98:dc4:8::227]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pQlh0-0002d3-QC for guix-patches@gnu.org; Sat, 11 Feb 2023 03:57:12 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 59F1B20005; Sat, 11 Feb 2023 08:57:03 +0000 (UTC) From: Nicolas Goaziou References: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> Date: Sat, 11 Feb 2023 09:56:56 +0100 In-Reply-To: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Tue, 7 Feb 2023 22:00:00 +0100") Message-ID: <87sffcvauf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::227; envelope-from=mail@nicolasgoaziou.fr; helo=relay7-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, 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-Spam-Score: -1.6 (-) 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.6 (--) Hello, Cayetano Santos via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-discover): New variable. Thank you. I applied the patch with the changes below. > +(define-public emacs-discover > + (let ((revision "1") > + (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df")) > + (package > + (name "emacs-discover") > + (version (git-version "0.3" revision commit)) I used bare "0.3" release along with its tag instead of the specific commit you were suggesting. They only differ by one non-code related commit and plain versions are more readable. > + "discover.el adds context menus to commonly-used features in > Emacs.") I wrote "Discover" instead of "discover.el". Regards, -- Nicolas Goaziou From unknown Sun Jun 22 00:47:11 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: Cayetano Santos Subject: bug#61355: closed (Re: [bug#61355] [PATCH] gnu: Add emacs-discover.) Message-ID: References: <87sffcvauf.fsf@nicolasgoaziou.fr> <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> X-Gnu-PR-Message: they-closed 61355 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 61355@debbugs.gnu.org Date: Sat, 11 Feb 2023 08:58:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1676105882-7885-1" This is a multi-part message in MIME format... ------------=_1676105882-7885-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #61355: [PATCH] gnu: Add emacs-discover. 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 61355@debbugs.gnu.org. --=20 61355: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D61355 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1676105882-7885-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 61355-done) by debbugs.gnu.org; 11 Feb 2023 08:57:12 +0000 Received: from localhost ([127.0.0.1]:38640 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQlh1-00021a-Ps for submit@debbugs.gnu.org; Sat, 11 Feb 2023 03:57:11 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:43161) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pQlgz-00021J-Qi for 61355-done@debbugs.gnu.org; Sat, 11 Feb 2023 03:57:10 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 59F1B20005; Sat, 11 Feb 2023 08:57:03 +0000 (UTC) From: Nicolas Goaziou To: Cayetano Santos via Guix-patches via Subject: Re: [bug#61355] [PATCH] gnu: Add emacs-discover. References: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> Date: Sat, 11 Feb 2023 09:56:56 +0100 In-Reply-To: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Tue, 7 Feb 2023 22:00:00 +0100") Message-ID: <87sffcvauf.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61355-done Cc: 61355-done@debbugs.gnu.org, Cayetano Santos 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, Cayetano Santos via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-discover): New variable. Thank you. I applied the patch with the changes below. > +(define-public emacs-discover > + (let ((revision "1") > + (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df")) > + (package > + (name "emacs-discover") > + (version (git-version "0.3" revision commit)) I used bare "0.3" release along with its tag instead of the specific commit you were suggesting. They only differ by one non-code related commit and plain versions are more readable. > + "discover.el adds context menus to commonly-used features in > Emacs.") I wrote "Discover" instead of "discover.el". Regards, -- Nicolas Goaziou ------------=_1676105882-7885-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 7 Feb 2023 21:00:33 +0000 Received: from localhost ([127.0.0.1]:54176 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPV4q-0004td-R5 for submit@debbugs.gnu.org; Tue, 07 Feb 2023 16:00:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:39118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pPV4o-0004tV-Kb for submit@debbugs.gnu.org; Tue, 07 Feb 2023 16:00:30 -0500 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 1pPV4k-000710-Vt for guix-patches@gnu.org; Tue, 07 Feb 2023 16:00:30 -0500 Received: from confino.investici.org ([2a11:7980:1::2:0]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pPV4i-0000NS-G9 for guix-patches@gnu.org; Tue, 07 Feb 2023 16:00:26 -0500 Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4PBFrb6VdVz114b; Tue, 7 Feb 2023 21:00:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1675803615; bh=Z6Y2Q7PsC0c5YAvrQB9dqPthf/QuegXPHbZ99tyVbso=; h=From:To:Cc:Subject:Date:From; b=Td0DWwMIDTTH1N/kLv9yWJbPrPI8TDSmltNRtICtNRN9Ul0RLUN7aeC2T7G77qjEE rkTWGQ8oZ06SD4FI/t9y+Y/6U/xy/5rnvs2aWkSjXWFCUCOK+QSHoiEZgZ9UxQ9iFq uCkIPWlUa4IzUSgOC0pblegSF+Gf667e3NDYMlmo= Received: from [93.190.126.19] (mx1.investici.org [93.190.126.19]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4PBFrb47Pvz114X; Tue, 7 Feb 2023 21:00:15 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-discover. Date: Tue, 7 Feb 2023 22:00:00 +0100 Message-Id: <919610c80aa830d66faa60ee6698037e1bcbd151.1675803597.git.csantosb@inventati.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a11:7980:1::2:0; envelope-from=csantosb@inventati.org; helo=confino.investici.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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos 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.4 (--) * gnu/packages/emacs-xyz.scm (emacs-discover): New variable. --- gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 1efbaaa538..f3b764d8e6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -34742,6 +34742,31 @@ (define-public emacs-seeing-is-believing current region or entire buffer.") (license license:gpl3+)))) +(define-public emacs-discover + (let ((revision "1") + (commit "7b0044bbb3b3bd5d811fdfb0f5ac6ec8de1239df")) + (package + (name "emacs-discover") + (version (git-version "0.3" revision commit)) + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://github.com/mickeynp/discover.el") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0f7h2rhh37lrs6xclj182li6s1fawv5m8w3hgy6qgm06dam45lka")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-makey)) + (home-page "https://github.com/mickeynp/discover.el") + (synopsis "Discover more of Emacs using context menus") + (description + "discover.el adds context menus to commonly-used features in Emacs.") + (license license:gpl3+)))) + (define-public emacs-nasm-mode (package (name "emacs-nasm-mode") base-commit: 09c6de44127f886ed91738ba9d5b8cce3102bcb3 -- 2.39.1 ------------=_1676105882-7885-1--