From unknown Thu Jun 19 14:03:59 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#43790 <43790@debbugs.gnu.org> To: bug#43790 <43790@debbugs.gnu.org> Subject: Status: [PATCH] gnu: emacs-helpful: Update to 0.18. Reply-To: bug#43790 <43790@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:03:59 +0000 retitle 43790 [PATCH] gnu: emacs-helpful: Update to 0.18. reassign 43790 guix-patches submitter 43790 Michael Rohleder severity 43790 normal tag 43790 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 04 06:17:57 2020 Received: (at submit) by debbugs.gnu.org; 4 Oct 2020 10:17:57 +0000 Received: from localhost ([127.0.0.1]:44988 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kP15Z-0005BN-4S for submit@debbugs.gnu.org; Sun, 04 Oct 2020 06:17:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:44124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kP15X-0005BB-BE for submit@debbugs.gnu.org; Sun, 04 Oct 2020 06:17:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42028) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kP15X-0007z4-5R for guix-patches@gnu.org; Sun, 04 Oct 2020 06:17:55 -0400 Received: from wp224.webpack.hosteurope.de ([2a01:488:42:1000:50ed:84e7::]:44324) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kP15U-0006xI-Vl for guix-patches@gnu.org; Sun, 04 Oct 2020 06:17:54 -0400 Received: from www.rohleder.de ([37.61.204.227]); authenticated by wp224.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1kP15Q-00038h-Dg; Sun, 04 Oct 2020 12:17:48 +0200 Received: from [192.168.1.3] (helo=micha.rohleder.de) by www.rohleder.de with esmtp (Exim 4.94) (envelope-from ) id 1kP15O-00072y-V9; Sun, 04 Oct 2020 12:17:48 +0200 From: Michael Rohleder To: guix-patches@gnu.org Subject: [PATCH] gnu: emacs-helpful: Update to 0.18. Date: Sun, 4 Oct 2020 12:17:47 +0200 Message-Id: <20201004101747.15351-1-mike@rohleder.de> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;mike@rohleder.de;1601806673;e3549960; X-HE-SMSGID: 1kP15Q-00038h-Dg Received-SPF: permerror client-ip=2a01:488:42:1000:50ed:84e7::; envelope-from=mike@rohleder.de; helo=wp224.webpack.hosteurope.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/04 06:17:48 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: Michael Rohleder 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: -3.3 (---) * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.18. --- gnu/packages/emacs-xyz.scm | 61 ++++++++++++++++++-------------------- 1 file changed, 29 insertions(+), 32 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 358a434b05..abe063af0c 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15847,37 +15847,34 @@ downloading manager for Emacs.") (license license:gpl3+)))) (define-public emacs-helpful - (let ((version "0.17") - (commit "b0e937fff71dc0a5d34066bfd25310e76f284621") - (revision "1")) - (package - (name "emacs-helpful") - (version (git-version version revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Wilfred/helpful") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "048qvlyj2vkgi872z8l07diwqnq21ziycv8slxzzy7rflw3wx0b2")))) - (build-system emacs-build-system) - (propagated-inputs - `(("emacs-elisp-refs" ,emacs-elisp-refs) - ("emacs-dash" ,emacs-dash) - ("emacs-s" ,emacs-s) - ("emacs-f" ,emacs-f) - ("emacs-shut-up" ,emacs-shut-up))) - (native-inputs - `(("emacs-ert-runner" ,emacs-ert-runner) - ("emacs-undercover" ,emacs-undercover))) - (arguments - `(#:tests? #t - #:test-command '("ert-runner"))) - (home-page "https://github.com/Wilfred/helpful") - (synopsis "More contextual information in Emacs help") - (description "@code{helpful} is an alternative to the built-in Emacs help + (package + (name "emacs-helpful") + (version "0.18") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Wilfred/helpful") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0gdjxykqkal2x765mi51m99i5ql23i1fy909wy4mzj5ajhjfgqcc")))) + (build-system emacs-build-system) + (propagated-inputs + `(("emacs-elisp-refs" ,emacs-elisp-refs) + ("emacs-dash" ,emacs-dash) + ("emacs-s" ,emacs-s) + ("emacs-f" ,emacs-f) + ("emacs-shut-up" ,emacs-shut-up))) + (native-inputs + `(("emacs-ert-runner" ,emacs-ert-runner) + ("emacs-undercover" ,emacs-undercover))) + (arguments + `(#:tests? #t + #:test-command '("ert-runner"))) + (home-page "https://github.com/Wilfred/helpful") + (synopsis "More contextual information in Emacs help") + (description "@code{helpful} is an alternative to the built-in Emacs help that provides much more contextual information. @itemize @@ -15896,7 +15893,7 @@ functions. @item Trace, disassemble functions from inside Helpful. This is discoverable and doesn't require memorisation of commands. @end itemize\n") - (license license:gpl3+)))) + (license license:gpl3+))) (define-public emacs-logview (package -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 06 04:01:51 2020 Received: (at 43790-done) by debbugs.gnu.org; 6 Oct 2020 08:01:51 +0000 Received: from localhost ([127.0.0.1]:51493 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPhux-0006zE-Cy for submit@debbugs.gnu.org; Tue, 06 Oct 2020 04:01:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39134) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPhuu-0006yv-IJ for 43790-done@debbugs.gnu.org; Tue, 06 Oct 2020 04:01:49 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47086) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPhuo-0005fb-BJ; Tue, 06 Oct 2020 04:01:42 -0400 Received: from [2a01:e0a:19b:d9a0:4192:d6b6:52f:260e] (port=60602 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPhuj-0002W9-4s; Tue, 06 Oct 2020 04:01:41 -0400 From: Mathieu Othacehe To: Michael Rohleder Subject: Re: [bug#43790] [PATCH] gnu: emacs-helpful: Update to 0.18. References: <20201004101747.15351-1-mike@rohleder.de> Date: Tue, 06 Oct 2020 10:01:35 +0200 In-Reply-To: <20201004101747.15351-1-mike@rohleder.de> (Michael Rohleder's message of "Sun, 4 Oct 2020 12:17:47 +0200") Message-ID: <87imbn4wbk.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 43790-done Cc: 43790-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: -3.3 (---) > * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.18. Pushed, thanks! Mathieu From unknown Thu Jun 19 14:03:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 03 Nov 2020 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