From unknown Sat Jun 14 18:05:54 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#53930 <53930@debbugs.gnu.org> To: bug#53930 <53930@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-nyan-mode. Reply-To: bug#53930 <53930@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:05:54 +0000 retitle 53930 [PATCH] gnu: Add emacs-nyan-mode. reassign 53930 guix-patches submitter 53930 Liliana Marie Prikler severity 53930 normal tag 53930 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 16:31:32 2022 Received: (at submit) by debbugs.gnu.org; 10 Feb 2022 21:31:32 +0000 Received: from localhost ([127.0.0.1]:57364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIH2J-00063P-LP for submit@debbugs.gnu.org; Thu, 10 Feb 2022 16:31:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:43822) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIH2I-00062Y-Lu for submit@debbugs.gnu.org; Thu, 10 Feb 2022 16:31:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:44918) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nIH2G-0005Pn-Rv for guix-patches@gnu.org; Thu, 10 Feb 2022 16:31:29 -0500 Received: from [2a00:1450:4864:20::643] (port=34329 helo=mail-ej1-x643.google.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nIH2B-0002Vk-3t for guix-patches@gnu.org; Thu, 10 Feb 2022 16:31:28 -0500 Received: by mail-ej1-x643.google.com with SMTP id p24so18470745ejo.1 for ; Thu, 10 Feb 2022 13:31:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:date:subject:to:content-transfer-encoding:message-id :mime-version; bh=h78iQzJoe5dmqTKwmUfV2udCoTxoIw/ePQu66ummnbU=; b=eBEQoL5O9tT4zByXCDd/GgFTpj4aiJGlQN444kuRohJIqCmD6cEDCyzcnNglfbgj5i eKn0bQwb3ah4ZlEczTBcCSfYmDbl33H4enHFrw4D/Nj4/bTTYdUpYJf9H/LGzD8cHeNA WynNq9jOFGUkGi77/dkYOjtW2hQ3RRFG0wDqtno+gCNuSowyGJcdSG+UAypFwg2CLZlA P/rRkYbKncT7B2TN0Rg7+aAyb35m9+GO8ILi0BDYHk091WO7hXAQGi/mQRpIACkS7MVG ObuRh7EKeP3pXww9lEPu3qx9prxV31/mvrcIv+c7grryF9N2gXkGYPyA0mVn++reN/mD NaBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:date:subject:to:content-transfer-encoding :message-id:mime-version; bh=h78iQzJoe5dmqTKwmUfV2udCoTxoIw/ePQu66ummnbU=; b=kIPr6wYVbixW4Mhh7LGQ7Gg7eMLpc7g6jtYapJk5roH7krf9r+akyIKpM5oWj0Rvg9 jOCCpRR8jFL/nZXXgBQDUUVk9rDYRIFzn5Tv5oEcpSRPSlkow209If1FyWjniI1e9GQo 0SZDlYdq3Y+w8jvE/VLclWODwyHK589UhrmkY31c4wsFHUnJOjd/J74d96g8owxGUoMa zOUYx06uNyUDpeCjvJrcT0dsDQnE27BspeZb5EIgsGhBEXlXNcfA8LqS5/+SiLFqg1xh USHsEfwbyaZDf03EQ2Ei4bnTqg6LA7yEsjPQDQmQwMjJlhp+PYiQ53zHtgIzy6VQckE+ YjcQ== X-Gm-Message-State: AOAM533ypgw/BwhoH+ftlMBmBXYkF70tnDYSK8SXvQQlztZJ9ZyXmzDS YjJLp5UFsxc5YYPPAVs35FLj09GOHSvTAg== X-Google-Smtp-Source: ABdhPJxYVEYtBdIdT1ZoLxauoSrB9hXE3WOhkA2x2sRujsMe5rP12esTY0B5kA1pU67vVeKy3slGeA== X-Received: by 2002:a17:906:a93:: with SMTP id y19mr7833653ejf.719.1644528680448; Thu, 10 Feb 2022 13:31:20 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id i13sm2999253ejo.188.2022.02.10.13.31.19 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Feb 2022 13:31:19 -0800 (PST) From: Liliana Marie Prikler Date: Thu, 10 Feb 2022 21:56:49 +0100 Subject: [PATCH] gnu: Add emacs-nyan-mode. to: guix-patches@gnu.org Content-Transfer-Encoding: 7bit Message-ID: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> MIME-Version: 1.0 X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:1450:4864:20::643 (failed) Received-SPF: pass client-ip=2a00:1450:4864:20::643; envelope-from=liliana.prikler@gmail.com; helo=mail-ej1-x643.google.com X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 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, FREEMAIL_FROM=0.001, PDS_HP_HELO_NORDNS=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RDNS_NONE=0.793, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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: -2.3 (--) * gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable. --- gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 92c247ca38..f4101e88f0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -5592,6 +5592,30 @@ (define-public emacs-mode-line-idle configuration.") (license license:gpl3+)))) +(define-public emacs-nyan-mode + (package + (name "emacs-nyan-mode") + (version "1.1.3") + (source + (origin + (method url-fetch) + (uri (string-append + "https://stable.melpa.org/packages/nyan-mode-" + version + ".tar")) + (sha256 + (base32 "1hd3g1lnwsg7z3g9qvshlmlirgzyja4hjxxgdfpkaakafm87n58c")))) + (build-system emacs-build-system) + (arguments (list #:include #~(cons* "img/" "mus/" %default-include))) + (home-page "https://github.com/TeMPOraL/nyan-mode/") + (synopsis "Nyan Cat as position indicator") + (description + "Nyan Mode is an analog indicator of your position in the buffer. The cat +should go from left to right in your mode-line, as you move your point from 0% +to 100%. You can click on the rainbow or the empty space to scroll backwards +and forwards and also animate it.") + (license license:gpl3+))) + (define-public emacs-smart-mode-line (package (name "emacs-smart-mode-line") -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 10 17:58:22 2022 Received: (at 53930) by debbugs.gnu.org; 10 Feb 2022 22:58:22 +0000 Received: from localhost ([127.0.0.1]:57579 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIIOJ-00013V-4Z for submit@debbugs.gnu.org; Thu, 10 Feb 2022 17:58:22 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:41213) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIIOH-00013E-49 for 53930@debbugs.gnu.org; Thu, 10 Feb 2022 17:58:18 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 455A9FF805; Thu, 10 Feb 2022 22:58:10 +0000 (UTC) From: Nicolas Goaziou To: Liliana Marie Prikler Subject: Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode. References: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> Date: Thu, 10 Feb 2022 23:58:09 +0100 In-Reply-To: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> (Liliana Marie Prikler's message of "Thu, 10 Feb 2022 21:56:49 +0100") Message-ID: <877da2uy66.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53930 Cc: 53930@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, Liliana Marie Prikler writes: > * gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable. And I thought Guix was a serious distribution=E2=80=A6 ;) > +(define-public emacs-nyan-mode > + (package > + (name "emacs-nyan-mode") > + (version "1.1.3") > + (source > + (origin > + (method url-fetch) > + (uri (string-append > + "https://stable.melpa.org/packages/nyan-mode-" > + version > + ".tar")) Using anything MELPA is generally frowned upon. What are the reasons for not using upstream releases instead? > + (sha256 > + (base32 "1hd3g1lnwsg7z3g9qvshlmlirgzyja4hjxxgdfpkaakafm87n58c"))= )) > + (build-system emacs-build-system) > + (arguments (list #:include #~(cons* "img/" "mus/" %default-include))) > + (home-page "https://github.com/TeMPOraL/nyan-mode/") > + (synopsis "Nyan Cat as position indicator") Maybe: Nyan Cat as position indicator in a buffer > + (description > + "Nyan Mode is an analog indicator of your position in the buffer.= =20=20 I know the project name is "nyan mode" but still: Nitpick: Nyan mode is=E2=80=A6 Otherwise LGTM. Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 11 00:10:44 2022 Received: (at 53930) by debbugs.gnu.org; 11 Feb 2022 05:10:44 +0000 Received: from localhost ([127.0.0.1]:57966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIOCi-0002RV-FA for submit@debbugs.gnu.org; Fri, 11 Feb 2022 00:10:44 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:33745) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIOCf-0002RH-Ua for 53930@debbugs.gnu.org; Fri, 11 Feb 2022 00:10:42 -0500 Received: by mail-ed1-f67.google.com with SMTP id b13so14797518edn.0 for <53930@debbugs.gnu.org>; Thu, 10 Feb 2022 21:10:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=M+NSCmSmurgkfXiDc+QbKnI9mt1HFgOCrIQrKDLFnrg=; b=XYJ8Xmhqw2wcInPxHTBe49SycPisuylHL45GuPb+nZNl47mDcwyLLWl4Sxg4JiieJB 25MWZc498l9XqVAMUBu13C4uaSwgooD5y3lEt9eUnw+DOBT9byfkW1IF0tO4RkQs34+j fu2uGRUiHCaWWliuy8bH38TtA/reBgcysv4qyAI4VpBUzPo+QI50Rv2n94yps23SHaO5 /0kIMJIV/nwco6kN3wX8iAVMGz/cqJI7hE2NPWyRPDaYZfUoVqxj1tbZooABFBywEw5s 0XicumeDLIcjWabQ79D1L9L6O6xe2ai+F6rabyYzlQXE4Og5+wCtdJXinQaCxEXj6zCl IVgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=M+NSCmSmurgkfXiDc+QbKnI9mt1HFgOCrIQrKDLFnrg=; b=q2rG9Ryc3kaIMWk0G88Dc5RUz7bcU1zF0Ih3m+FwZ4rvAwRdK0lRuU4fFLD+VWOuU9 8uEDciiLY8eQ84EkmVQif+pi0sUEh+ere88ZhX71yF4akru5iyFxs4y8l9YklT2Yom2w t1QX7S6k4WaBFhcOTzHoaZhNW3THrRMv4ELmJhuzzpu3syp7qgY6NB8CuRIDkAuDoaGx iDmodyDe4nwhAnehJ/2r1PlTYcOjLHOmrfJxQV0c04WeskT8PTC2rrUGVE6bRfaTsNiN BTaBFEu2GcFHisK36LW5p3tuVk7bJgljwmsa/ECit5qlTTg03048jgshiOrdp/B4OZT3 p8tg== X-Gm-Message-State: AOAM532f1NhZiPd3shADmNrzlr0UKVFL3GCDVKSZCiRn3MpMn/Pl79lq h9tBEPZg0HVr2nZinq7YoMY= X-Google-Smtp-Source: ABdhPJwJOqo3pz/s+QbjTqPf49SllweGHz5ZPYRm+9EPQQFjIqMAN0aNcFJ5YmaP1lTc8tAk145pWg== X-Received: by 2002:a05:6402:4490:: with SMTP id er16mr73379edb.453.1644556236016; Thu, 10 Feb 2022 21:10:36 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id kw5sm7752654ejc.140.2022.02.10.21.10.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Feb 2022 21:10:35 -0800 (PST) Message-ID: <5f97e97c62386cf65bdd71bde58cb99784b982b6.camel@gmail.com> Subject: Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode. From: Liliana Marie Prikler To: Nicolas Goaziou Date: Fri, 11 Feb 2022 06:10:33 +0100 In-Reply-To: <877da2uy66.fsf@nicolasgoaziou.fr> References: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> <877da2uy66.fsf@nicolasgoaziou.fr> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Am Donnerstag, dem 10.02.2022 um 23:58 +0100 schrieb Nicolas Goaziou: > Hello, > > Liliana Marie Prikler writes: > > > * gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable. > > And I thought [...] Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.3 RCVD_IN_VALIDITY_RPBL RBL: Relay in Validity RPBL, https://senderscore.org/blocklistlookup/ [209.85.208.67 listed in bl.score.senderscore.com] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (liliana.prikler[at]gmail.com) -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.208.67 listed in wl.mailspike.net] -0.0 T_SCC_BODY_TEXT_LINE No description available. X-Debbugs-Envelope-To: 53930 Cc: 53930@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 (/) Am Donnerstag, dem 10.02.2022 um 23:58 +0100 schrieb Nicolas Goaziou: > Hello, > > Liliana Marie Prikler writes: > > > * gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable. > > And I thought Guix was a serious distribution… ;) How serious can Guix be if it lacks nyan-mode? 😺️ > > +(define-public emacs-nyan-mode > > +  (package > > +    (name "emacs-nyan-mode") > > +    (version "1.1.3") > > +    (source > > +     (origin > > +       (method url-fetch) > > +       (uri (string-append > > +             "https://stable.melpa.org/packages/nyan-mode-" > > +             version > > +             ".tar")) > > Using anything MELPA is generally frowned upon. What are the reasons > for not using upstream releases instead? That's the code the importer gave me and I didn't know MELPA uses autogenerated tarballs. Will use git-fetch instead. > > +       (sha256 > > +        (base32 > > "1hd3g1lnwsg7z3g9qvshlmlirgzyja4hjxxgdfpkaakafm87n58c")))) > > +    (build-system emacs-build-system) > > +    (arguments (list #:include #~(cons* "img/" "mus/" %default- > > include))) > > +    (home-page "https://github.com/TeMPOraL/nyan-mode/") > > +    (synopsis "Nyan Cat as position indicator") > > Maybe: Nyan Cat as position indicator in a buffer Nyan Cat as a buffer position indicator? > > +    (description > > +     "Nyan Mode is an analog indicator of your position in the > > buffer.  > > I know the project name is "nyan mode" but still: > > Nitpick: Nyan mode is… I copied the title-case from the package preceding it. WDYT about "@code{nyan-mode} is", which would have been my goto before reading that other description? Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 11 04:19:42 2022 Received: (at 53930) by debbugs.gnu.org; 11 Feb 2022 09:19:42 +0000 Received: from localhost ([127.0.0.1]:58320 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIS5e-0002oh-In for submit@debbugs.gnu.org; Fri, 11 Feb 2022 04:19:42 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:42883) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIS5c-0002oP-7r for 53930@debbugs.gnu.org; Fri, 11 Feb 2022 04:19:41 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id 8705560004; Fri, 11 Feb 2022 09:19:33 +0000 (UTC) From: Nicolas Goaziou To: Liliana Marie Prikler Subject: Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode. References: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> <877da2uy66.fsf@nicolasgoaziou.fr> <5f97e97c62386cf65bdd71bde58cb99784b982b6.camel@gmail.com> Date: Fri, 11 Feb 2022 10:19:32 +0100 In-Reply-To: <5f97e97c62386cf65bdd71bde58cb99784b982b6.camel@gmail.com> (Liliana Marie Prikler's message of "Fri, 11 Feb 2022 06:10:33 +0100") Message-ID: <8735kpvjyz.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 53930 Cc: 53930@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, Liliana Marie Prikler writes: > Am Donnerstag, dem 10.02.2022 um 23:58 +0100 schrieb Nicolas Goaziou: >> And I thought Guix was a serious distribution=E2=80=A6 ;) > How serious can Guix be if it lacks nyan-mode? =F0=9F=98=BA=EF=B8=8F So true. >> Maybe: Nyan Cat as position indicator in a buffer > Nyan Cat as a buffer position indicator? Even better! >> > +=C2=A0=C2=A0=C2=A0 (description >> > +=C2=A0=C2=A0=C2=A0=C2=A0 "Nyan Mode is an analog indicator of your po= sition in the >> > buffer.=C2=A0=20 >>=20 >> I know the project name is "nyan mode" but still: >>=20 >> Nitpick: Nyan mode is=E2=80=A6 > I copied the title-case from the package preceding it. WDYT about > "@code{nyan-mode} is", which would have been my goto before reading > that other description? I like Foo mode because all modes are spelled out like this (or sometimes simply Foo) in the Emacs manual, as God intended. As you pointed out, many packages just ignore this anyway. So, I'm fine either way. Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 11 15:23:17 2022 Received: (at 53930) by debbugs.gnu.org; 11 Feb 2022 20:23:18 +0000 Received: from localhost ([127.0.0.1]:32826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIcRb-00082e-0G for submit@debbugs.gnu.org; Fri, 11 Feb 2022 15:23:17 -0500 Received: from mail-ej1-f65.google.com ([209.85.218.65]:46698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIcRZ-00081y-Bb for 53930@debbugs.gnu.org; Fri, 11 Feb 2022 15:23:01 -0500 Received: by mail-ej1-f65.google.com with SMTP id e7so21080741ejn.13 for <53930@debbugs.gnu.org>; Fri, 11 Feb 2022 12:23:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=JrYmZDPGH8k3YllDqexdYsaqprBHcgqI8lXAuPXTYTo=; b=WK7aSaXIDic3J4gN+/sV2PxsBKsSqE1OLteU+pLAm6E/9hO+Y2j/kEQHmsd39XsFz4 ZJGwIBeFYDjHR+S850nKu7uYvsmQfv5nYWm3ANSZzARJXvDO/7QMpPONRW+B1JOelxQF Y3McbxQ+oRB0bTvAtXx+paJbT/IuuLWhnvo0loxhKvFA8gKrPf+tMzS4I+GSnvFW3ACG JObpI6YbeyXnwzpbjswU3GbzCNJxwoLHD2OQDZEPea52NwSM9v1a2bx/uaBIV9f4IEgQ 9BDWLN6cFdyGwxA97WfER13OpHWt1mTn+BdxbqvonwNB9tytVZfVqqbAbZZVyPRIVkk7 d/+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=JrYmZDPGH8k3YllDqexdYsaqprBHcgqI8lXAuPXTYTo=; b=L2h1SH2kKLbhJNRhGWtPMuut+OfMml41rtianMpAMRcZO6CdREDHuwd6oA6aCzEWNd SCtTSl78hOA/1cSAw1dWj5wjoj21ei0RHyo7z7ayCsMQkKswv5RLoALCnW+FncpiM0hi jNS/cjp3PKD96jHPw8plZYUXV+xxGbfDrT2uj0PAs1OppYfEmc71n8TMlJvt81kNt+MT im+KGRzl30d6rqAHt9ePh1gBgwi7dqiB7m0yAtm1m16ceFDH5kD7Jm7M59wcYfMvm28h +wvzb/twZR3h5qV88NULGmw8VCYcmsjSL3/HNbD0TWixWXXPYZgtQnsayQq6+6m8KJu8 Pglg== X-Gm-Message-State: AOAM532spI8BkUauYwgldMpIKeBM6fOkWgWy+tJXcAgPsXatlZqJc97m dHGIAZKr7bO/Q+yRQwY+AoQ= X-Google-Smtp-Source: ABdhPJy/4MDGZls0QdWaDh54F2Rax9YHD0vcJU7Q1eS4l/+jazcrG8u0hqfb65FmOIgFACJHSU4BKA== X-Received: by 2002:a17:907:8a1a:: with SMTP id sc26mr2699677ejc.601.1644610975192; Fri, 11 Feb 2022 12:22:55 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id l7sm11161983edb.53.2022.02.11.12.22.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 12:22:54 -0800 (PST) Message-ID: <580f23482d598ebb26e97b8cf1bc1909d0a39fe0.camel@gmail.com> Subject: Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode. From: Liliana Marie Prikler To: Nicolas Goaziou Date: Fri, 11 Feb 2022 21:22:52 +0100 In-Reply-To: <8735kpvjyz.fsf@nicolasgoaziou.fr> References: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> <877da2uy66.fsf@nicolasgoaziou.fr> <5f97e97c62386cf65bdd71bde58cb99784b982b6.camel@gmail.com> <8735kpvjyz.fsf@nicolasgoaziou.fr> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53930 Cc: 53930@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.0 (-) Am Freitag, dem 11.02.2022 um 10:19 +0100 schrieb Nicolas Goaziou: > > > And I thought Guix was a serious distribution… ;) > > How serious can Guix be if it lacks nyan-mode? 😺️ > > So true. High time we fix this. > > > Maybe: Nyan Cat as position indicator in a buffer > > Nyan Cat as a buffer position indicator? > > Even better! Done. > > > > +    (description > > > > +     "Nyan Mode is an analog indicator of your position in the > > > > buffer.  > > > > > > I know the project name is "nyan mode" but still: > > > > > > Nitpick: Nyan mode is… > > I copied the title-case from the package preceding it.  WDYT about > > "@code{nyan-mode} is", which would have been my goto before reading > > that other description? > > I like Foo mode because all modes are spelled out like this (or > sometimes simply Foo) in the Emacs manual, as God intended. > > As you pointed out, many packages just ignore this anyway. So, I'm > fine either way. Pushed it the way God intended. With "Nyan mode" and mplayer hardcoded. Cheers From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 11 15:23:40 2022 Received: (at 53930-done) by debbugs.gnu.org; 11 Feb 2022 20:23:40 +0000 Received: from localhost ([127.0.0.1]:32829 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIcSB-00083S-Vy for submit@debbugs.gnu.org; Fri, 11 Feb 2022 15:23:40 -0500 Received: from mail-ej1-f65.google.com ([209.85.218.65]:38748) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nIcSB-00083G-0b for 53930-done@debbugs.gnu.org; Fri, 11 Feb 2022 15:23:39 -0500 Received: by mail-ej1-f65.google.com with SMTP id k25so25180610ejp.5 for <53930-done@debbugs.gnu.org>; Fri, 11 Feb 2022 12:23:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:subject:from:to:cc:date:in-reply-to:references :user-agent:mime-version:content-transfer-encoding; bh=7ljDtE7LH7vqmK/qmmqaKuqx8FaEF07DH7WdjNbkqJE=; b=CFc5Xz3PqtrtfIXRIpWjItfYZkjGkOoTCVb/zgyvbpA3jsr1XkKLMRlIlAQN6nnNar vLI/XJ4V52IGdn0XrXZ/ikGQWlZW5f37mIb0xLn9SuiwpDh+tHu29/PA+Js4omVQAShR omtXltyJRUaTfcdgyP2nlXIAw7vi4hL7SMGwohGjdPfH1gMMx1yw/0xEG98X5qHY1hpo /MiwVvmQbU8OO+VYQFxURF2MWdl7QbA6P/jZZUE5C/FOgxxLY7zmE/tOiEpgExCyi9Xj LF2/GOVOJdTlaio4GHsdk+vxRnQkJ/ZQV5S0xQbpyACPJT86x/S9aL5FCU8FUrpD+WD8 F9gg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=7ljDtE7LH7vqmK/qmmqaKuqx8FaEF07DH7WdjNbkqJE=; b=elEkbI6PbvMXp2v8uKrNgymFnNYOi24Xr9phz7MZhPI9fgBmVq/0E7LIJ+9A9ocZuu XDl0RVs+ojUc+qO25vReuljRmS32Fk6yuqiE9EiOzNni9rpB07AWUxh18L88VipWpzf2 OGT0GZ4bMu7pDBV9exaHpgdg0AbHKfzOVIZcRrkvLq1Kk7qW2VpSNvZWda7aVu+yJus5 5QdEZe1c+aP9NXLOs8CEUQfreGpjJ1WajcTYJ/uvtmng6/mM9VL2N7h4oa7kxIvN6TRX 3vKFQlwxpYFL9lu7D3f9fv9hA0hEGz2u+xPruwbSgwzazwcACU81omw0/w+R8f/DQW7c Cxzg== X-Gm-Message-State: AOAM530gHvnRxcRCQi7jw7qxmWWOeWh1g/hWwwmDDehqyBk+4GFpyFUU 3OvvsWogTFK6dNg9snOlmQs= X-Google-Smtp-Source: ABdhPJz1XbIsQYdRSbZp4MyhG46PvllTG9z4bp0lSk5xEM1QOrMls0vRv0YV6yp5A1SM7Yvw8ZxGTg== X-Received: by 2002:a17:907:a0c9:: with SMTP id hw9mr2789742ejc.421.1644611013423; Fri, 11 Feb 2022 12:23:33 -0800 (PST) Received: from nijino.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id q19sm6733668ejm.74.2022.02.11.12.23.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 11 Feb 2022 12:23:33 -0800 (PST) Message-ID: <68fbb857e3826fd78395cf9c64e46e2ef778f451.camel@gmail.com> Subject: Re: [bug#53930] [PATCH] gnu: Add emacs-nyan-mode. From: Liliana Marie Prikler To: Nicolas Goaziou Date: Fri, 11 Feb 2022 21:23:32 +0100 In-Reply-To: <580f23482d598ebb26e97b8cf1bc1909d0a39fe0.camel@gmail.com> References: <84aaa5ac2f6e4399fae554b274742c776c26fccf.camel@gmail.com> <877da2uy66.fsf@nicolasgoaziou.fr> <5f97e97c62386cf65bdd71bde58cb99784b982b6.camel@gmail.com> <8735kpvjyz.fsf@nicolasgoaziou.fr> <580f23482d598ebb26e97b8cf1bc1909d0a39fe0.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 53930-done Cc: 53930-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: -1.0 (-) Am Freitag, dem 11.02.2022 um 21:22 +0100 schrieb Liliana Marie Prikler: > Pushed it the way God intended. Marking it done the way debbugs intends me to... From unknown Sat Jun 14 18:05:54 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, 12 Mar 2022 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