From unknown Mon Sep 08 15:20:50 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#64641 <64641@debbugs.gnu.org> To: bug#64641 <64641@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-speed-type. Reply-To: bug#64641 <64641@debbugs.gnu.org> Date: Mon, 08 Sep 2025 22:20:50 +0000 retitle 64641 [PATCH] gnu: Add emacs-speed-type. reassign 64641 guix-patches submitter 64641 Abhiseck Paira severity 64641 normal tag 64641 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 15 03:08:15 2023 Received: (at submit) by debbugs.gnu.org; 15 Jul 2023 07:08:15 +0000 Received: from localhost ([127.0.0.1]:43910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKZO2-0000Hi-Mn for submit@debbugs.gnu.org; Sat, 15 Jul 2023 03:08:14 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKZO0-0000HR-Et for submit@debbugs.gnu.org; Sat, 15 Jul 2023 03:08:12 -0400 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 1qKZNv-0000mr-72 for guix-patches@gnu.org; Sat, 15 Jul 2023 03:08:07 -0400 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qKZNs-0007Kg-UQ for guix-patches@gnu.org; Sat, 15 Jul 2023 03:08:06 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 9AE69413DA for ; Sat, 15 Jul 2023 09:08:01 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o1k1zKmPntiK for ; Sat, 15 Jul 2023 09:08:00 +0200 (CEST) From: Abhiseck Paira DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1689404879; bh=3L1M5Ubtpdj7C4VrNbYkIiBqsTjci773DhGzKFCol8g=; h=From:To:Subject:Date; b=VHSglKqC62UCM8XQHoH4fu0m+haL+y7OZAFwRJT6FvglQQKRRut5YLMaQVacscHOj hUgsK3kXXwnKhiZjyqq5UVcbYO8Sdz8TDP2Q5Ouub/2VMRwhfg/1q7Bh/vGM8bFj5O EXTrEsiVIsN2VtLj8f2lUaedGdhF2XiREHykB/J4YeQ5Ucyd3Un6We8+6lV1ad/OhI D68/IOhmnVsypFrSZv6S2XzA8vXStje6By/CoIYf8PuMxNbe0WrwyIYG5lvAj28O/2 roFsrjcoNHxY0IspaZcRq8oHws7NWwE00RUXpNCbN/7LO3ZBB6su+Sjs2B3ZSsbbxs z/3FlYewWadYQ== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-speed-type. Date: Sat, 15 Jul 2023 12:01:16 +0530 Message-ID: <87edl9wt33.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=178.21.23.139; envelope-from=abhiseckpaira@disroot.org; helo=knopi.disroot.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_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: 0.9 (/) 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.1 (/) >From 37861dd8272fae95d35573a627802fed1dca7c93 Mon Sep 17 00:00:00 2001 From: Abhiseck Paira * gnu/packages/emacs-xyz.scm (emacs-speed-type): New variable. --- gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index be4e7aa78e..9f3e91c39f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1920,6 +1920,28 @@ (define-public emacs-typing you will die. The game builds the list of words from the active buffer.") (license license:gpl2+)))) +(define-public emacs-speed-type + (package + (name "emacs-speed-type") + (version "20230206.1330") + (source (origin + (method url-fetch) + (uri (string-append "https://melpa.org/packages/" "speed-type-" + version ".tar")) + (sha256 + (base32 + "07xmkjhd4s0ajb8i47rx4s0j0f0y9w4k93zy57wq0sga4xgf3bkv")))) + (build-system emacs-build-system) + (propagated-inputs (list emacs-compat)) + (home-page "https://github.com/dakra/speed-type") + (synopsis "Practice touch/speed typing in GNU Emacs.") + (description + "Speed-type allows you to practice your touch typing skills. You can +test yourself by typing snippets from online books or use any piece of text or +code you have in Emacs. Speed-type keeps track of your stats (WPM, CPM, +accuracy) while you are typing.") + (license license:gpl3+))) + (define-public emacs-graphql (let ((commit "b57b5ca5d2d0837e1fb4a4f30c051d5f3e643f0f")) ;version bump (package base-commit: f0ca6346a46c605a590bfd77b84e143a8c759a3b -- 2.41.0 -- Abhiseck Paira E34E 825B 979E EB9F 8505 F80E E93D 353B 7740 0709 https://paira.in From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 02 17:55:50 2023 Received: (at submit) by debbugs.gnu.org; 2 Sep 2023 21:55:50 +0000 Received: from localhost ([127.0.0.1]:38812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcYas-0003W7-23 for submit@debbugs.gnu.org; Sat, 02 Sep 2023 17:55:50 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qcYaq-0003Vt-9G for submit@debbugs.gnu.org; Sat, 02 Sep 2023 17:55:48 -0400 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 1qcYaa-0003io-Bc for guix-patches@gnu.org; Sat, 02 Sep 2023 17:55:32 -0400 Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qcYaV-00062V-UQ for guix-patches@gnu.org; Sat, 02 Sep 2023 17:55:32 -0400 Received: by mail.gandi.net (Postfix) with ESMTPSA id 0E30C1BF205; Sat, 2 Sep 2023 21:55:19 +0000 (UTC) From: Nicolas Goaziou To: Abhiseck Paira via Guix-patches via Subject: Re: [bug#64641] [PATCH] gnu: Add emacs-speed-type. References: <87edl9wt33.fsf@disroot.org> Date: Sat, 02 Sep 2023 23:55:18 +0200 In-Reply-To: <87edl9wt33.fsf@disroot.org> (Abhiseck Paira via Guix-patches via's message of "Sat, 15 Jul 2023 12:01:16 +0530") Message-ID: <87a5u48cl5.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-GND-Sasl: admin@nicolasgoaziou.fr Received-SPF: pass client-ip=2001:4b98:dc4:8::228; envelope-from=mail@nicolasgoaziou.fr; helo=relay8-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_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit Cc: Abhiseck Paira , 64641-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, Abhiseck Paira via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-speed-type): New variable. Applied, with the changes noted below. Thank you! > +(define-public emacs-speed-type > + (package > + (name "emacs-speed-type") > + (version "20230206.1330") This version number is specific to MELPA, but does not correspond to real upstream version. In this case, I changed it to "1.3". > + (source (origin > + (method url-fetch) > + (uri (string-append "https://melpa.org/packages/" "speed-type-" > + version ".tar")) We don't use MELPA as source because the tarballs they produce are not stable. I used GitHub repository instead. Regards, -- Nicolas Goaziou From unknown Mon Sep 08 15:20:50 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 01 Oct 2023 11:24:15 +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