From unknown Fri Sep 19 21:15: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#53473 <53473@debbugs.gnu.org>
To: bug#53473 <53473@debbugs.gnu.org>
Subject: Status: [PATCH] gnu: Add emacs-fixed-pitch.
Reply-To: bug#53473 <53473@debbugs.gnu.org>
Date: Sat, 20 Sep 2025 04:15:54 +0000
retitle 53473 [PATCH] gnu: Add emacs-fixed-pitch.
reassign 53473 guix-patches
submitter 53473 Brandon Lucas
severity 53473 normal
tag 53473 patch
thanks
From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 23 08:42:59 2022
Received: (at submit) by debbugs.gnu.org; 23 Jan 2022 13:42:59 +0000
Received: from localhost ([127.0.0.1]:38933 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from )
id 1nBd90-0001ki-TC
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 08:42:59 -0500
Received: from lists.gnu.org ([209.51.188.17]:45456)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from
) id 1nBd8z-0001kb-4F
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 08:42:57 -0500
Received: from eggs.gnu.org ([209.51.188.92]:50082)
by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from
) id 1nBd8y-0006hB-Tt
for guix-patches@gnu.org; Sun, 23 Jan 2022 08:42:56 -0500
Received: from mail-40136.proton.ch ([185.70.40.136]:50239)
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.90_1) (envelope-from
) id 1nBd8v-0002TG-Bs
for guix-patches@gnu.org; Sun, 23 Jan 2022 08:42:56 -0500
Date: Sun, 23 Jan 2022 13:42:43 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ndon.dk;
s=protonmail; t=1642945370;
bh=kUEfyvvTSbeEbDTpV1vNwBnF0LW4IKRu1IiGWVSgS2I=;
h=Date:To:From:Cc:Reply-To:Subject:Message-ID:From:To:Cc;
b=JBUnTRCi2Mfx06ktDnhd+NRxg1g7sc44ZwncAmdZuWR5Ln/rLF8bO/xZy4mtxc5n1
9v6d+chtEFFDKpH7WSLi4NTfA0FrNsHLMFbmO+pSEuP39lfhRe0UubmqXBDhc1keGj
t8ZOOHWYumyNL5h9c7x3kKsOSyIMvKHL25AAE+gGDO5A/JiWfQjnOqvzaGk4Qo8uxl
y2jAfBhAHTh87ioDcs2t6lZJN6dvhltuppVDpbXaMLu3gBXFOPSweO/yoejAeA9T0+
iadkne7JVw9ET0dUcIjr9VnlpO5ayLLYzlO/TY9r20b3qcexjyGEI6TpXiNkwoi9u+
A3lI6NkRm2ebA==
To: guix-patches@gnu.org
From: Brandon Lucas
Subject: [PATCH] gnu: Add emacs-fixed-pitch.
Message-ID: <20220123134221.1174002-1-br@ndon.dk>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED,
DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no
autolearn=disabled version=3.4.4
X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on
mailout.protonmail.ch
Received-SPF: pass client-ip=185.70.40.136; envelope-from=br@ndon.dk;
helo=mail-40136.proton.ch
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,
RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001,
SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
Cc: Brandon Lucas
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: ,
Reply-To: Brandon Lucas
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit"
X-Spam-Score: -2.3 (--)
* gnu/packages/emacs-xyz.scm (emacs-fixed-pitch): 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 8edbfc5a3d..73277c06de 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19649,6 +19649,28 @@ (define-public emacs-default-text-scale
decreasing the default font size in all GUI Emacs frames.")
(license license:gpl3+)))
+(define-public emacs-fixed-pitch
+ (package
+ (name "emacs-fixed-pitch")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cstby/fixed-pitch-mode")
+ (commit "f26f96ab65c8452553d803fc39509481ac6b7239")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0qlavjvib0r71xdy6y6pan9dhr57lw7jhmqk60mwa8fq6km8kpkj"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cstby/fixed-pitch-mode")
+ (synopsis "Minor mode for setting a monospaced typeface")
+ (description
+ "Use a minor mode for setting a monospace typeface, so you can set a
+ proportional typeface for UI elements while keeping a monospaced typeface
+ for code.")
+ (license license:gpl3)))
+
(define-public emacs-mixed-pitch
(package
(name "emacs-mixed-pitch")
--
2.34.0
From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 23 12:02:16 2022
Received: (at 53473-done) by debbugs.gnu.org; 23 Jan 2022 17:02:16 +0000
Received: from localhost ([127.0.0.1]:41121 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from )
id 1nBgFr-0005oY-OG
for submit@debbugs.gnu.org; Sun, 23 Jan 2022 12:02:15 -0500
Received: from relay7-d.mail.gandi.net ([217.70.183.200]:59099)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from ) id 1nBgFq-0005oK-1y
for 53473-done@debbugs.gnu.org; Sun, 23 Jan 2022 12:02:14 -0500
Received: (Authenticated sender: admin@nicolasgoaziou.fr)
by mail.gandi.net (Postfix) with ESMTPSA id E01B12000A;
Sun, 23 Jan 2022 17:02:06 +0000 (UTC)
From: Nicolas Goaziou
To: Brandon Lucas
Subject: Re: [bug#53473] [PATCH] gnu: Add emacs-fixed-pitch.
References: <20220123134221.1174002-1-br@ndon.dk>
Date: Sun, 23 Jan 2022 18:02:06 +0100
In-Reply-To: <20220123134221.1174002-1-br@ndon.dk> (Brandon Lucas's message of
"Sun, 23 Jan 2022 13:42:43 +0000")
Message-ID: <87sftecrn5.fsf@nicolasgoaziou.fr>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
MIME-Version: 1.0
Content-Type: text/plain
X-Spam-Score: -0.7 (/)
X-Debbugs-Envelope-To: 53473-done
Cc: 53473-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.7 (-)
Hello,
Brandon Lucas
writes:
> * gnu/packages/emacs-xyz.scm (emacs-fixed-pitch): New variable.
Thank you.
I applied your patch with the changes below.
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/cstby/fixed-pitch-mode")
> + (commit "f26f96ab65c8452553d803fc39509481ac6b7239")))
I used a tag, namely "v0.1.0" created with (string-append "v" version),
instead of a raw git commit.
Note that if you need to use such a reference, please let-bind it to
`commit' at the beginning of the package and use (commit commit)
instead.
> + (file-name (git-file-name name version))
> + (sha256
> + (base32 "0qlavjvib0r71xdy6y6pan9dhr57lw7jhmqk60mwa8fq6km8kpkj"))))
> + (build-system emacs-build-system)
> + (home-page "https://github.com/cstby/fixed-pitch-mode")
> + (synopsis "Minor mode for setting a monospaced typeface")
> + (description
> + "Use a minor mode for setting a monospace typeface, so you can set a
> + proportional typeface for UI elements while keeping a monospaced typeface
> + for code.")
I reworded synopsis and description.
> + (license license:gpl3)))
The license is actually gpl3+ as the main file has "either version 3 of
the License, or ;; (at your option) any later version." in its header.
Regards,
--
Nicolas Goaziou
From unknown Fri Sep 19 21:15: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: Mon, 21 Feb 2022 12:24:12 +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