GNU bug report logs - #60064
adding ansi-color faces for themes that do not have them

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Severity: wishlist; Reported by: Yilkal Argaw <yilkalargawworkneh@HIDDEN>; dated Wed, 14 Dec 2022 12:47:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Severity set to 'wishlist' from 'normal' Request was from Stefan Kangas <stefankangas@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at 60064 <at> debbugs.gnu.org:


Received: (at 60064) by debbugs.gnu.org; 16 Dec 2022 18:20:42 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Dec 16 13:20:42 2022
Received: from localhost ([127.0.0.1]:50822 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1p6FK5-000523-TK
	for submit <at> debbugs.gnu.org; Fri, 16 Dec 2022 13:20:42 -0500
Received: from knopi.disroot.org ([178.21.23.139]:44206)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <akib@HIDDEN>) id 1p6FJz-00051j-3t
 for 60064 <at> debbugs.gnu.org; Fri, 16 Dec 2022 13:20:35 -0500
Received: from localhost (localhost [127.0.0.1])
 by disroot.org (Postfix) with ESMTP id 8BBDE40E57;
 Fri, 16 Dec 2022 19:20:34 +0100 (CET)
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 PLtIVw6-edoL; Fri, 16 Dec 2022 19:20:33 +0100 (CET)
From: Akib Azmain Turja <akib@HIDDEN>
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail;
 t=1671214833; bh=KonmNpL9i55g1VL5RoCqNRzoy16QmP3HMJYQ791kAKs=;
 h=From:To:Cc:Subject:In-Reply-To:References:Date;
 b=CQ4dhvOik1SmCdzNSkDn+POeLp8T2XX26NzvVI3wn4HNi6GFv7KCWRzv17oflD8OY
 mfZoUVL/r8UMwSKbPXvT4yrD0b/jnt4rfAKIEg81XRchVDe30fyBaIhL1j0pCm+eI/
 ICWYMz5mvoyB9vEGA2uD9RxmCl/pRHOeqf237wsVCylI3DP8RSq3ohRK08y2cOh29J
 HKpJGkr2BwzKh9wEzdEN9qFcn6HNEaFsQUBLdCxGc4aaikFUWxepZdTYQ1KDKoF3dG
 GGBuznkiVufQAunoz02sSb0T93r3if8UDENEvO5f+XLxqvchvmFPpOSN2stl81FHqp
 FroiHboyjOsyw==
To: Yilkal Argaw <yilkalargawworkneh@HIDDEN>
Subject: Re: bug#60064: adding ansi-color faces for themes that do not have
 them
In-Reply-To: <CAJddU=o5Nx2uM+Pv9Deggzv49v44GQidY=TD7+LQ+AViiyRrbg@HIDDEN>
 (Yilkal Argaw's message of "Wed, 14 Dec 2022 12:46:23 +0000")
References: <CAJddU=o5Nx2uM+Pv9Deggzv49v44GQidY=TD7+LQ+AViiyRrbg@HIDDEN>
Date: Thu, 15 Dec 2022 21:54:46 +0600
Message-ID: <874jtwr7ax.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: multipart/signed; boundary="=-=-=";
 micalg=pgp-sha256; protocol="application/pgp-signature"
X-Spam-Score: 0.5 (/)
X-Debbugs-Envelope-To: 60064
Cc: 60064 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.5 (/)

--=-=-=
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Yilkal Argaw <yilkalargawworkneh@HIDDEN> writes:

> Shell and Eshell in emacs inherit from ansi-colors which affects how outp=
ut
> from command line programs that make use of them. While many of the themes
> included with emacs define faces for them, others do not. Specifically
> adwaita, deeper-blue, light-blue, manoj-dark, tsdh-dark, tsdh-light,
> wheatgrass and whiteboard themes. This makes output from terminal
> applications that make use of ansi-colors look awkward or hard to read wh=
en
> using those themes(i.e. in shell or eshell). Is it possible to enforce
> definitions for ansi-colors at least in the themes that are included with
> emacs. Because interaction with the shells is an essential part of using
> emacs for so many people.
>
> With Regards
> Yilkal
>
> ps. I  raised this topic on the dev mailing list and was directed to file=
 a
> bug report so it can be tracked.

Third party terminal emulator are also affected, for example Coterm,
Eat, Vterm.

=2D-=20
Akib Azmain Turja, GPG key: 70018CE5819F17A3BBA666AFE74F0EFA922AE7F5
Fediverse: akib@HIDDEN
Codeberg: akib
emailselfdefense.fsf.org | "Nothing can be secure without encryption."

--=-=-=
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEyVTKmrtL6kNBe3FRVTX89U2IYWsFAmObQ0YACgkQVTX89U2I
YWs81g//ZgV0aE5I3DvOURh7wCKkcFUHLGzOg+7cvm2CDAZrVrrIPmbOeHQDIWCu
EXGgu54DhRzUipMOnF0K8gH82BOlV26MyQHVJzu80MXAYLBwlwXZW46K7av0jOhE
NaZMdG3cQePkIiAjUJIGzkxQ7iTfrCfIQdxT3AfMx58bTTezEYlyhsCZwZq1SaD/
mG1m5KptRsh0TlIq0wHVewtsiMFGYXNXqyhdeSVEJ7modGezLBiWrd2Ep4IgcY1N
Jxwq6PH5/3vwlsmshbJliaSSQEQnlD3PuLL+IungxqA1QaTX+c62rfSqwSxPU7KF
r/HRaXsL+lySTaSLDp7DYXg0Q6sAGoa8kDIV5mCgNL9xluzmz3nnoxwmkZivr6U9
UpWLzZSsvYAKYqvOYu6U3zTnVIVYcKrGkS772xymmR2PidIgPGt+TJNe+R3Znu9a
TTajwhqrf8tjp+gOQoxgeec9Kmoc+g/t1yGpdqOJ6O4wGjxGABAtRox/78wBwOrC
YLQMph4I/XhqWOfZwJn8ozkTo7ej69QGYLam6kyl7zjTDl1DyEHsvNyuZJ07Nfdt
EAi0R9i1ECEO0M3+kU8S1l1pCIG0h7nqA5OYh5xDbsZ3jUGS0M5zxpieruR1K3pT
y9HSSY0qzBnLr6OYlZsNnSjrXpddP78xWpby19ihjvYbns9f5/4=
=SVqH
-----END PGP SIGNATURE-----
--=-=-=--




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#60064; Package emacs. Full text available.

Message received at 60064 <at> debbugs.gnu.org:


Received: (at 60064) by debbugs.gnu.org; 16 Dec 2022 06:29:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Dec 16 01:29:02 2022
Received: from localhost ([127.0.0.1]:47403 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1p64DN-0004S3-Vu
	for submit <at> debbugs.gnu.org; Fri, 16 Dec 2022 01:29:02 -0500
Received: from stw1.rcdrun.com ([217.170.207.13]:59099)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <bugs@HIDDEN>) id 1p64DJ-0004Rf-Ju
 for 60064 <at> debbugs.gnu.org; Fri, 16 Dec 2022 01:29:01 -0500
Received: from localhost ([::ffff:197.239.4.25])
 (AUTH: PLAIN admin, TLS: TLS1.3,256bits,ECDHE_RSA_AES_256_GCM_SHA384)
 by stw1.rcdrun.com with ESMTPSA
 id 0000000000103837.00000000639C102A.00007609; Thu, 15 Dec 2022 23:28:58 -0700
Date: Fri, 16 Dec 2022 09:24:31 +0300
From: Jean Louis <bugs@HIDDEN>
To: Yilkal Argaw <yilkalargawworkneh@HIDDEN>
Subject: Re: bug#60064: adding ansi-color faces for themes that do not have
 them
Message-ID: <Y5wPHwQuJIibHD4b@HIDDEN>
References: <CAJddU=o5Nx2uM+Pv9Deggzv49v44GQidY=TD7+LQ+AViiyRrbg@HIDDEN>
Mime-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
In-Reply-To: <CAJddU=o5Nx2uM+Pv9Deggzv49v44GQidY=TD7+LQ+AViiyRrbg@HIDDEN>
User-Agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)
X-Spam-Score: 2.6 (++)
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:  * Yilkal Argaw <yilkalargawworkneh@HIDDEN> [2022-12-14
 15:48]: > Shell and Eshell in emacs inherit from ansi-colors which affects
 how output > from command line programs that make use of them. Whil [...]
 Content analysis details:   (2.6 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 2.6 RCVD_IN_SBL            RBL: Received via a relay in Spamhaus SBL
 [197.239.4.25 listed in zen.spamhaus.org]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 -0.0 SPF_PASS               SPF: sender matches SPF record
X-Debbugs-Envelope-To: 60064
Cc: 60064 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 1.6 (+)
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:  * Yilkal Argaw <yilkalargawworkneh@HIDDEN> [2022-12-14
   15:48]: > Shell and Eshell in emacs inherit from ansi-colors which affects
    how output > from command line programs that make use of them. Whil [...]
    
 
 Content analysis details:   (1.6 points, 10.0 required)
 
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  2.6 RCVD_IN_SBL            RBL: Received via a relay in Spamhaus SBL
                             [197.239.4.25 listed in zen.spamhaus.org]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 -0.0 SPF_PASS               SPF: sender matches SPF record
 -1.0 MAILING_LIST_MULTI     Multiple indicators imply a widely-seen list
                             manager

* Yilkal Argaw <yilkalargawworkneh@HIDDEN> [2022-12-14 15:48]:
> Shell and Eshell in emacs inherit from ansi-colors which affects how output
> from command line programs that make use of them. While many of the themes
> included with emacs define faces for them, others do not. Specifically
> adwaita, deeper-blue, light-blue, manoj-dark, tsdh-dark, tsdh-light,
> wheatgrass and whiteboard themes. This makes output from terminal
> applications that make use of ansi-colors look awkward or hard to read when
> using those themes(i.e. in shell or eshell). Is it possible to enforce
> definitions for ansi-colors at least in the themes that are included with
> emacs. Because interaction with the shells is an essential part of using
> emacs for so many people.

That IS very disturbing, yes, though I do not know in which
themes it practically creates the problem.  You have done better research.

Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/







Information forwarded to bug-gnu-emacs@HIDDEN:
bug#60064; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 14 Dec 2022 12:46:46 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Dec 14 07:46:46 2022
Received: from localhost ([127.0.0.1]:38995 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1p5R9q-0008Oq-4B
	for submit <at> debbugs.gnu.org; Wed, 14 Dec 2022 07:46:46 -0500
Received: from lists.gnu.org ([209.51.188.17]:40524)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <yilkalargawworkneh@HIDDEN>) id 1p5R9o-0008Oi-15
 for submit <at> debbugs.gnu.org; Wed, 14 Dec 2022 07:46:44 -0500
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 <yilkalargawworkneh@HIDDEN>)
 id 1p5R9l-00043g-5Z
 for bug-gnu-emacs@HIDDEN; Wed, 14 Dec 2022 07:46:43 -0500
Received: from mail-oa1-x29.google.com ([2001:4860:4864:20::29])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <yilkalargawworkneh@HIDDEN>)
 id 1p5R9i-0007cN-Kl
 for bug-gnu-emacs@HIDDEN; Wed, 14 Dec 2022 07:46:40 -0500
Received: by mail-oa1-x29.google.com with SMTP id
 586e51a60fabf-12c8312131fso16431850fac.4
 for <bug-gnu-emacs@HIDDEN>; Wed, 14 Dec 2022 04:46:36 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
 h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
 :date:message-id:reply-to;
 bh=8K4AKmocZy2FjR+zOzYkIaFZJvQEqnID/HmhR3Moihc=;
 b=RR2M7B3+aC9ebIossvRZHFMG18uyDeZNWqQvSbJunOZpOzi4hC6L9ith8yStn4JWJW
 7PO+2i7jIKJBqgZIjM7P1GtX/1AyNjfKmGTKH51K9g7EKvabR5V+4k0jLj5vuRVKBLe+
 g/nqX9kTGR2EsHMnm+PNfKOTm4xmUE+YBToW+z/oJYdi9InDVB9J2dVdrluIog7KCrRB
 ZhqhBAt09Q5aLRYee5VXkc/rQ/LqPPl0hobGuUOOcaMHetdzemse1PfBmWnCqyGV+9Zs
 YpeCVrWONxBoNxBHyYXyCtBhDKKn2zVZSNN36UpPJ+pVj4AMsVfXQ2/Uxo2HYlEuzBkN
 gqQA==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=8K4AKmocZy2FjR+zOzYkIaFZJvQEqnID/HmhR3Moihc=;
 b=51pJ9K5pVQEDafV2tqO/lhmQps8nMOPHj2B6Dut8vIGhiVBio4oyeBLO4WW78ef7XH
 5/ApAHJX1N1V1Q8YBFCZeZVQzCp2aPDkoZ8aRvNAjcXSmRi0ZGX8UG2dQg8sPgrT8IX6
 JHTmA2zY7ws2IJW8j2JEd8shz9GFSDQXBAI3ErjwNrEk2cA3Eh9/On2OIL9sNZ6nayQl
 qrXxa/gwdXIFhgBY0tyCg3F5T3+p5458lJ1m124lqK67zTfGWllvXQ1ZNOvPsoWUd/Ko
 JTmLZqTGbTy2B7ZR+6T12q1+mawBvQT4HUnjftexOpSDRMSWddztjcFNZuoimp0u83m8
 qpEA==
X-Gm-Message-State: AFqh2kpadLN9TV7wbUCeT5h4ZhMu3paDYxeO4AUXX3qtdXA05oLLtZso
 Hd55TrELr9U58NNQkpdCy/5PEVOWaboKw8GAm5FQnV7d46Q=
X-Google-Smtp-Source: AMrXdXvcKIjlCx7XM4eEuyY55dG8M+r2bWF4Pnv1GEZS9nipjDalo7bnRmpFbTkGRzyZYN9SXnvoZei3pdKGVtHUxxE=
X-Received: by 2002:a05:6870:8e1a:b0:142:e9f7:1b58 with SMTP id
 lw26-20020a0568708e1a00b00142e9f71b58mr188671oab.165.1671021995138; Wed, 14
 Dec 2022 04:46:35 -0800 (PST)
MIME-Version: 1.0
From: Yilkal Argaw <yilkalargawworkneh@HIDDEN>
Date: Wed, 14 Dec 2022 12:46:23 +0000
Message-ID: <CAJddU=o5Nx2uM+Pv9Deggzv49v44GQidY=TD7+LQ+AViiyRrbg@HIDDEN>
Subject: adding ansi-color faces for themes that do not have them
To: bug-gnu-emacs@HIDDEN
Content-Type: multipart/alternative; boundary="0000000000006ea27805efc920eb"
Received-SPF: pass client-ip=2001:4860:4864:20::29;
 envelope-from=yilkalargawworkneh@HIDDEN; helo=mail-oa1-x29.google.com
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, FREEMAIL_FROM=0.001,
 HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

--0000000000006ea27805efc920eb
Content-Type: text/plain; charset="UTF-8"

Shell and Eshell in emacs inherit from ansi-colors which affects how output
from command line programs that make use of them. While many of the themes
included with emacs define faces for them, others do not. Specifically
adwaita, deeper-blue, light-blue, manoj-dark, tsdh-dark, tsdh-light,
wheatgrass and whiteboard themes. This makes output from terminal
applications that make use of ansi-colors look awkward or hard to read when
using those themes(i.e. in shell or eshell). Is it possible to enforce
definitions for ansi-colors at least in the themes that are included with
emacs. Because interaction with the shells is an essential part of using
emacs for so many people.

With Regards
Yilkal

ps. I  raised this topic on the dev mailing list and was directed to file a
bug report so it can be tracked.

--0000000000006ea27805efc920eb
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Shell and Eshell in emacs inherit from ansi-colors wh=
ich affects=20
how output from command line programs that make use of them. While many=20
of the themes included with emacs define faces for them, others do not.=20
Specifically adwaita, deeper-blue, light-blue, manoj-dark, tsdh-dark,=20
tsdh-light, wheatgrass and whiteboard themes. This makes output from=20
terminal applications that make use of ansi-colors look awkward or hard=20
to read when using those themes(i.e. in shell or eshell). Is it possible
 to enforce definitions for ansi-colors at least in the themes that are=20
included with emacs. Because interaction with the shells is an essential
 part of using emacs for so many people.<br></div><div><br></div><div>With =
Regards</div><font color=3D"#888888"><div>Yilkal</div><div><br></div><div>p=
s. I=C2=A0 raised this topic on the dev mailing list and was directed to fi=
le a bug report so it can be tracked.<br></div></font></div>

--0000000000006ea27805efc920eb--




Acknowledgement sent to Yilkal Argaw <yilkalargawworkneh@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#60064; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 4 Sep 2023 15:30:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.