From unknown Sat Jun 14 03:53: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#40613 <40613@debbugs.gnu.org> To: bug#40613 <40613@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-typing. Reply-To: bug#40613 <40613@debbugs.gnu.org> Date: Sat, 14 Jun 2025 10:53:50 +0000 retitle 40613 [PATCH] gnu: Add emacs-typing. reassign 40613 guix submitter 40613 Alberto Eleuterio Flores Guerrero severity 40613 normal tag 40613 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 20:22:59 2020 Received: (at submit) by debbugs.gnu.org; 14 Apr 2020 00:22:59 +0000 Received: from localhost ([127.0.0.1]:32852 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO9Lv-0008N3-HF for submit@debbugs.gnu.org; Mon, 13 Apr 2020 20:22:59 -0400 Received: from lists.gnu.org ([209.51.188.17]:55383) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO9Bp-00086w-Fk for submit@debbugs.gnu.org; Mon, 13 Apr 2020 20:12:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:58995) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO9Bo-0001Tj-0h for bug-guix@gnu.org; Mon, 13 Apr 2020 20:12:33 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO9Bm-0003L3-MY for bug-guix@gnu.org; Mon, 13 Apr 2020 20:12:31 -0400 Received: from mout02.posteo.de ([185.67.36.66]:32905) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jO9Bm-0003JG-7e for bug-guix@gnu.org; Mon, 13 Apr 2020 20:12:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2D89A2400FC for ; Tue, 14 Apr 2020 02:12:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.mx; s=2017; t=1586823147; bh=ClZ6Ap1fxXUE5618ArWLdsuhqBUC7g79ZCnmu2v+2dQ=; h=From:To:Subject:Date:From; b=d7FIYpYAM5umnMjnJXCf4ProsviQxThgkLMw2FdpQTe+BuHl9cFePCYm4pc1UIoLK l3/Lp1nS10v5MqwHLQq7l1idEv1rLNFyXS5kjty2KV4mIS5cumE8a7AK5l8HhvVcVz g9F/7TpulMEFB+OUMAqB6sJnZj6k0aEs0tHk+FkDinS4aGnAa8QECLY6dJJkud/iL3 nEQMYkT3LRWa7G/AjqWJwcqW8hSKDnutDR1iCCchHoZORZc/OYdZeFNKj8RRKdhgPF bPxqO6GDqzW0m30ew3s+7Y/7yjgDVAPKI20tNvr0nsUGjyovzzDhWQcGmRta4+Tf9l QKvGIJ3KKWkzA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 491Qsk16Hhz9rxQ for ; Tue, 14 Apr 2020 02:12:25 +0200 (CEST) From: Alberto Eleuterio Flores Guerrero To: bug-guix@gnu.org Subject: [PATCH] gnu: Add emacs-typing. Date: Mon, 13 Apr 2020 19:11:24 -0500 Message-Id: <20200414001124.12373-1-barbanegra+guix@posteo.mx> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 13 Apr 2020 20:22:59 -0400 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.7 (/) * gnu/packages/emacs-xyz.scm (emacs-typing): 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 d3631535da..6acbee00d3 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22499,3 +22499,25 @@ which can be embedded in source code, comments o= r emails.") @code{4clojure.com} problems, you can open an specific question and move the next or previos. You can also check you answers.") (license license:gpl3))) + +(define-public emacs-typing + (package + (name "emacs-typing") + (version "1.1.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/kensanata/typing.git") + (commit "a2ef25dde2d8eb91bd9c0c6164cb5208208647fa"))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1dbh0srbf54lgd60ia79y9cfnq3kxlgw01qzdjs9mk3nfazzpgnv")))) + (build-system emacs-build-system) + (home-page "https://github.com/kensanata/typing/") + (synopsis "Emacs game where you have to type fast") + (description "@code{emacs-typing} is a game for Emacs that +forces you to type words correctly as fast as possible, otherwise +you will die. The game builds the list of words from the active buffer"= ) + (license license:gpl2))) --=20 2.26.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 13 20:54:58 2020 Received: (at 40613) by debbugs.gnu.org; 14 Apr 2020 00:54:58 +0000 Received: from localhost ([127.0.0.1]:32890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO9qs-0000k7-A9 for submit@debbugs.gnu.org; Mon, 13 Apr 2020 20:54:58 -0400 Received: from tobias.gr ([80.241.217.52]:43004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jO9qq-0000jn-C5; Mon, 13 Apr 2020 20:54:57 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id 42694f84; Tue, 14 Apr 2020 00:54:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :date:message-id:mime-version:content-type; s=2018; i= me@tobias.gr; bh=9BdYV6HQ9qbvkHdto1A1AgeZBpwDGRZPamiwc2untdo=; b= PdrBPPOTlsQT5JdbvMgrPxmCd9HHnikyvCppMeUzrDLpuD1ADDcbE1vAXAhsTMiJ usle1fHMdKHDi2FQDSouFhkU816s+0cQC9/aEnLS24RJmknt25TQOBHLWr1yEDkF w4QMJow916FwY7lHdFv2uKm9WNaPprwaRNSyU7pNebeKcGltl1+/Z6nz7hJmr+LR JRE5oSPryPa//VzF7h0LhsXeP31dpTc67/T6An2HzhF6XQnd+HUI2uTdq0e0DXPP ZvVMDKfWvIlzqP1rrnkKeSoCDuLeXJueXJrE+I0ZsNilP9ZWWO7hq1CcbN23Wg3s jLXc4SJn/fZLuYiwo35qPA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id fd7e39b3 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Tue, 14 Apr 2020 00:54:53 +0000 (UTC) From: Tobias Geerinckx-Rice To: 40591@debbugs.gnu.org, 40593@debbugs.gnu.org, 40616@debbugs.gnu.org, 40613@debbugs.gnu.org Date: Tue, 14 Apr 2020 02:55:02 +0200 Message-ID: <87eesqnaxl.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 40613 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.3 (-) --=-=-= Content-Type: text/plain; format=flowed For the record (and any reviewers), these patches should be applied in order: #40591 emacs-org-roam #40593 emacs-uml-mode #40616 emacs-4clojure #40613 emacs-typing They're not interdependent, just patch-context-dependent. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfo+u0AlEeO9y5k0W2Imw8BjFSTwFAl6VCeYACgkQ2Imw8BjF STzvPRAAmz3Ip8iGI7j9TmNef1IJMKkLervFzK8TW0OXbHgnLI4O2Ux6ChUXRsZ5 VkFk4jwsiZTe5q0tJNMynOz1rI3NIifYIY+n/zxUxHeoGGlSlOdSUHxjYGiSn1mC /Qpr0WHmCdRGAxYghqOlcfdmwQ1wPC/EQydD011sfLhOMpHearifZjWkVJ9lYcj3 l8QOzcuAu+z1bwNgSw0JqJSTsj8u2D6eIs+1YM3xFZ2xRa72omTMDaVZt1ebclm8 oKniR2j1QKUZgBBPIERBwGNiRUZRwUQ22arfaissF7yA8gmLSQN5qobzwriWORqI tBiSundwKe2AfT31Lk4vMTwm4Jdvne+t6r5ujbt4jEZfRbp0grKlJH9kdAlOE7Wi tYB+fCrBolpUkmWiUrDiOJ1Q93FnGi8nHY/zS/EYn1Aa71QHQ1E0gvxJiPA+w+LB f99YXOmzk22erTONQvhVcm/UNKB0hPdND+w2VnL2hXqXPw4pu8WcNynoTWsnbpDF FMbc+UzOtPZ3FnNztK12Y+we9jsUE+JHBAYldqBTBAwPv26u/qI8tHasmv5sHA4A Aw2Ip4roMOXFer3tBLQ3tw26u4IjqvmUMu9WzxuzEmanPOuVYB3rbT9OiSfWFS3F sQWkCDmvRsoFV4rISCed1pp5wyWq0Mf59jxCsIOIkkJz9lCzth8= =prpp -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 14 17:47:37 2020 Received: (at 40613) by debbugs.gnu.org; 14 Apr 2020 21:47:37 +0000 Received: from localhost ([127.0.0.1]:34924 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOTP7-0000Mq-Jd for submit@debbugs.gnu.org; Tue, 14 Apr 2020 17:47:37 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:43543) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jOTP5-0000Mc-2M for 40613@debbugs.gnu.org; Tue, 14 Apr 2020 17:47:36 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id D5BDA240003; Tue, 14 Apr 2020 21:47:27 +0000 (UTC) From: Nicolas Goaziou To: Alberto Eleuterio Flores Guerrero Subject: Re: bug#40613: [PATCH] gnu: Add emacs-typing. References: <20200414001124.12373-1-barbanegra+guix@posteo.mx> Date: Tue, 14 Apr 2020 23:47:26 +0200 In-Reply-To: <20200414001124.12373-1-barbanegra+guix@posteo.mx> (Alberto Eleuterio Flores Guerrero's message of "Mon, 13 Apr 2020 19:11:24 -0500") Message-ID: <875ze13fkh.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40613 Cc: 40613@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, Alberto Eleuterio Flores Guerrero writes: > * gnu/packages/emacs-xyz.scm (emacs-typing): New variable. Thank you. > +(define-public emacs-typing > + (package > + (name "emacs-typing") > + (version "1.1.4") This is not a regular release, this is extracted from the main file. We need to provide a commit and a revision. See, e.g., "emacs-dhall-mode". > + (description "@code{emacs-typing} is a game for Emacs that I would write "The Typing of Emacs" instead of emacs-typing, i.e., the name of the game instead of the symbol. > +forces you to type words correctly as fast as possible, otherwise > +you will die. The game builds the list of words from the active buffer") The description is missing a final dot. > + (license license:gpl2))) The license is gpl2+. Could you send an updated patch? Regards, -- Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 22 17:33:28 2020 Received: (at 40613-done) by debbugs.gnu.org; 22 Oct 2020 21:33:28 +0000 Received: from localhost ([127.0.0.1]:54081 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kViD9-0004GD-SF for submit@debbugs.gnu.org; Thu, 22 Oct 2020 17:33:28 -0400 Received: from mail-qk1-f195.google.com ([209.85.222.195]:36198) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kViD7-0004Fy-DP for 40613-done@debbugs.gnu.org; Thu, 22 Oct 2020 17:33:26 -0400 Received: by mail-qk1-f195.google.com with SMTP id r7so3405274qkf.3 for <40613-done@debbugs.gnu.org>; Thu, 22 Oct 2020 14:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=N5EfvK04g4GgGp2IH+SFTb1U7wE0677yC6dKqPLtxEM=; b=jrOv1MTuCkeoHbIISI3ykBvdwGiNSesu2hUJL0fO9GedWRaRV/BYSjZJiHT9tjiNdk uZpSTLcBgV4PTRYBgfXlteZVJmfmhEl+0lifyfAfERC01ayU8mjjRq62YRmt57ywHjoO C7OYshGBt5S66oPG3jyop8vXc/15UxJetCRlx74fs3Zuq4hnl13WOEaqGs/BUFBbjtgh IFCH8w7ljtAhgHEa5X1INMLkfIYmRT6cZfXBVaFSy5t8IXJyAFrWpyj5ydoxtaCCAvKb PI/xQ3N8PrisFORRSOZenzU2t+88/wPTQ3UDcIAC/iBMJN147c15vAyH8sD0kOuJMC2c WHXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=N5EfvK04g4GgGp2IH+SFTb1U7wE0677yC6dKqPLtxEM=; b=n+m3gEzEUHhxPpJor0AjnCDS4N8hbijCtVg44HBzJQRSKMHJx24psCZZhGUkqdKkhN IaJ/iWTHJy8CUk6Usuz4qSNjr6mQG16WbRe/cJe5EW7SAz6klVPWFLrmSKIB7bN1meqV uYr2Lw2zKtoO20RzyKgaFSEIKTcya7m99KBJ/xipvvtp9C7gsK7/+ub6OQfCYLSqx7My 3Noc2ddCW408cvhTXa+6aZ2AN+2Y0oKV4lt6mNnehWFyc7mPromBQTqE6U/AhJWM+9YW EZo5LUFKK7Vq3fpxHloeqjAvqnF1fVQO38OvTdmWHbm/cYqN+k/LE4GTOtNpXuEEBA3c ASaQ== X-Gm-Message-State: AOAM533W2Z099UMvIs9/aNaWthJ5lXHFHNMg3V8zodMMjiDEyZGurHAs CIp+JYQ5p4WX9CWGIYzWqSTRuaSC8go= X-Google-Smtp-Source: ABdhPJwdCSJxv+xAizZdevoGcWXFn2bnQGFQ+SvPkaeAR6tt/8Ks5bd7JYpvuH2odTmWNcxXTB//nA== X-Received: by 2002:a37:624c:: with SMTP id w73mr3106998qkb.185.1603402399611; Thu, 22 Oct 2020 14:33:19 -0700 (PDT) Received: from hurd (dsl-159-119.b2b2c.ca. [66.158.159.119]) by smtp.gmail.com with ESMTPSA id e39sm2001371qtk.32.2020.10.22.14.33.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Oct 2020 14:33:18 -0700 (PDT) From: Maxim Cournoyer To: Nicolas Goaziou Subject: Re: bug#40613: [PATCH] gnu: Add emacs-typing. References: <20200414001124.12373-1-barbanegra+guix@posteo.mx> <875ze13fkh.fsf@nicolasgoaziou.fr> Date: Thu, 22 Oct 2020 17:33:17 -0400 In-Reply-To: <875ze13fkh.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 14 Apr 2020 23:47:26 +0200") Message-ID: <87mu0ec5eq.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 40613-done Cc: 40613-done@debbugs.gnu.org, Alberto Eleuterio Flores Guerrero 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.0 (-) Hello Nicolas, Alberto, Nicolas Goaziou writes: > Hello, > > Alberto Eleuterio Flores Guerrero writes: > >> * gnu/packages/emacs-xyz.scm (emacs-typing): New variable. > > Thank you. > >> +(define-public emacs-typing >> + (package >> + (name "emacs-typing") >> + (version "1.1.4") > > This is not a regular release, this is extracted from the main file. We > need to provide a commit and a revision. See, e.g., "emacs-dhall-mode". > >> + (description "@code{emacs-typing} is a game for Emacs that > > I would write "The Typing of Emacs" instead of emacs-typing, i.e., the > name of the game instead of the symbol. > >> +forces you to type words correctly as fast as possible, otherwise >> +you will die. The game builds the list of words from the active buffer") > > The description is missing a final dot. > >> + (license license:gpl2))) > > The license is gpl2+. > > Could you send an updated patch? I modified the original definition with your above suggestions and pushed as commit a49bfa1f6c22363c9e495070f51b82e60b1495af. Closing. Thank you! Maxim From unknown Sat Jun 14 03:53: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: Fri, 20 Nov 2020 12:24:05 +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