From unknown Fri Jun 20 07:23:12 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#61355 <61355@debbugs.gnu.org> To: bug#61355 <61355@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-discover. Reply-To: bug#61355 <61355@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:23:12 +0000 retitle 61355 [PATCH] gnu: Add emacs-discover. reassign 61355 guix-patches submitter 61355 Cayetano Santos severity 61355 normal tag 61355 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 07 16:00:33 2023 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 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 11 03:57:15 2023 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 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 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-Debbugs-Envelope-To: submit 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: -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 Fri Jun 20 07:23:12 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 11 Mar 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator