GNU bug report logs - #78963
31.0.50; getenv sends nil

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; Reported by: Andreas Röhler <andreas.roehler@HIDDEN>; Keywords: notabug; dated Sat, 5 Jul 2025 18:38:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.
Added tag(s) notabug. Request was from Eli Zaretskii <eliz@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

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


Received: (at 78963) by debbugs.gnu.org; 6 Jul 2025 04:48:36 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sun Jul 06 00:48:35 2025
Received: from localhost ([127.0.0.1]:49417 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uYHIo-0007Y1-Ru
	for submit <at> debbugs.gnu.org; Sun, 06 Jul 2025 00:48:35 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:36154)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>)
 id 1uYHIl-0007X1-FW; Sun, 06 Jul 2025 00:48:32 -0400
Received: from fencepost.gnu.org ([2001:470:142:3::e])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <eliz@HIDDEN>)
 id 1uYHIf-0001Vy-M6; Sun, 06 Jul 2025 00:48:25 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From:
 Date; bh=KuEQIuHiHTnPtyuIvBWbnU7Vyf2ebT5E31jHnZcLNF8=; b=aqkyzDVPSO1HJmYr3BkS
 +utq3lmkycqa4PTmUNF5mII+8oIcpLDtD7V/PD4RFHO4b2SQvzFLobq+lGeaquZZIpzO0+s87I1JC
 5L8HB2ZwIMbltBNu7+IOw67h8bL5ydvTomcHYb6Yh+yhk91xc/EK+TJP0wG2WDW7PgMyJE2D10x9H
 McPUqp5VqvovXYPqI3ATEaUpmfqLU1N0d3uH4Xzrf2uACPsLzglO/wKY4a2wJ7QhpFQ5Ui7Vo+kxN
 x9CcvYZty5yaWNyNCe1P5G14xOSMqKighEUwVFn9QeUfqGw1F10sCGZ0+LODGUKbnbHUTBgHxoejM
 0n1g8V3nrxUm2g==;
Date: Sun, 06 Jul 2025 07:48:20 +0300
Message-Id: <86o6txvsa3.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Andreas =?utf-8?Q?R=C3=B6hler?= <andreas.roehler@HIDDEN>
In-Reply-To: <cf0a1d5e-8c25-488a-b4fe-ef3a6e988b91@HIDDEN> (message
 from Andreas =?utf-8?Q?R=C3=B6hler?= on Sat, 5 Jul 2025 20:36:57 +0200)
Subject: Re: bug#78963: 31.0.50; getenv sends nil
References: <cf0a1d5e-8c25-488a-b4fe-ef3a6e988b91@HIDDEN>
MIME-version: 1.0
Content-type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 78963
Cc: 78963 <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: -3.3 (---)

tags 78963 notabug
thanks

> Date: Sat, 5 Jul 2025 20:36:57 +0200
> From: Andreas Röhler <andreas.roehler@HIDDEN>
> 
> (getenv "HOSTNAME")
> 
> returns nil instead of value of $HOSTNAME

$HOSTNAME is not an environment variable, it's a Bash variable, see

  https://superuser.com/questions/132489/hostname-environment-variable-on-linux

The way to get the host name in Emacs is by calling the function
system-name.

This is not a bug, but a cockpit mistake on your part.




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

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


Received: (at 78963) by debbugs.gnu.org; 5 Jul 2025 19:35:41 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Jul 05 15:35:41 2025
Received: from localhost ([127.0.0.1]:47430 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uY8fl-0002mp-5x
	for submit <at> debbugs.gnu.org; Sat, 05 Jul 2025 15:35:41 -0400
Received: from mail-out.m-online.net ([212.18.0.9]:45262)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <whitebox@HIDDEN>)
 id 1uY8fh-0002mK-A6
 for 78963 <at> debbugs.gnu.org; Sat, 05 Jul 2025 15:35:38 -0400
Received: from frontend01.mail.m-online.net (unknown [192.168.8.182])
 by mail-out.m-online.net (Postfix) with ESMTP id 4bZLMC3XM9z1r570;
 Sat,  5 Jul 2025 21:35:35 +0200 (CEST)
Received: from localhost (dynscan1.mnet-online.de [192.168.6.68])
 by mail.m-online.net (Postfix) with ESMTP id 4bZLMC1lkcz1qqlS;
 Sat,  5 Jul 2025 21:35:35 +0200 (CEST)
X-Virus-Scanned: amavis at mnet-online.de
Received: from mail.mnet-online.de ([192.168.8.182])
 by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavis, port 10024)
 with ESMTP id X9ic9OPbrwsa; Sat,  5 Jul 2025 21:35:27 +0200 (CEST)
X-Auth-Info: H26Dnqi83ive11YPj+rxWLtm34qh+3hW+G1qG/z/i81mOACB3ZiuybCk/b3MpH33
Received: from igel.home (aftr-82-135-83-222.dynamic.mnet-online.de
 [82.135.83.222])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
 (No client certificate requested)
 by mail.mnet-online.de (Postfix) with ESMTPSA;
 Sat,  5 Jul 2025 21:35:27 +0200 (CEST)
Received: by igel.home (Postfix, from userid 1000)
 id 220B62C1F1F; Sat,  5 Jul 2025 21:35:27 +0200 (CEST)
From: Andreas Schwab <schwab@HIDDEN>
To: Andreas =?utf-8?Q?R=C3=B6hler?= <andreas.roehler@HIDDEN>
Subject: Re: bug#78963: 31.0.50; getenv sends nil
In-Reply-To: <cf0a1d5e-8c25-488a-b4fe-ef3a6e988b91@HIDDEN> ("Andreas
 =?utf-8?Q?R=C3=B6hler=22's?= message of "Sat, 5 Jul 2025 20:36:57 +0200")
References: <cf0a1d5e-8c25-488a-b4fe-ef3a6e988b91@HIDDEN>
Date: Sat, 05 Jul 2025 21:35:26 +0200
Message-ID: <87tt3qqvlt.fsf@HIDDEN>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: -0.5 (/)
X-Debbugs-Envelope-To: 78963
Cc: 78963 <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.5 (-)

On Jul 05 2025, Andreas Röhler wrote:

> (getenv "HOSTNAME")
>
> returns nil

Which means that there is no HOSTNAME in the calling environment.

> instead of value of $HOSTNAME

How did you determine that?

-- 
Andreas Schwab, schwab@HIDDEN
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




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

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


Received: (at submit) by debbugs.gnu.org; 5 Jul 2025 18:37:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Jul 05 14:37:17 2025
Received: from localhost ([127.0.0.1]:47188 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1uY7lD-0002xz-Kf
	for submit <at> debbugs.gnu.org; Sat, 05 Jul 2025 14:37:17 -0400
Received: from lists.gnu.org ([2001:470:142::17]:57482)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <andreas.roehler@HIDDEN>)
 id 1uY7l8-0002w3-5N
 for submit <at> debbugs.gnu.org; Sat, 05 Jul 2025 14:37: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 <andreas.roehler@HIDDEN>)
 id 1uY7l1-00069s-Sb
 for bug-gnu-emacs@HIDDEN; Sat, 05 Jul 2025 14:37:04 -0400
Received: from mout.kundenserver.de ([212.227.17.24])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <andreas.roehler@HIDDEN>)
 id 1uY7kz-0004YY-HD
 for bug-gnu-emacs@HIDDEN; Sat, 05 Jul 2025 14:37:03 -0400
Received: from [192.168.178.61] ([89.247.171.252]) by mrelayeu.kundenserver.de
 (mreue108 [212.227.15.183]) with ESMTPSA (Nemesis) id
 1MY64R-1uAe041zIr-00KCwH for <bug-gnu-emacs@HIDDEN>; Sat, 05 Jul 2025
 20:36:57 +0200
Message-ID: <cf0a1d5e-8c25-488a-b4fe-ef3a6e988b91@HIDDEN>
Date: Sat, 5 Jul 2025 20:36:57 +0200
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: de-DE
To: bug-gnu-emacs@HIDDEN
From: =?UTF-8?Q?Andreas_R=C3=B6hler?= <andreas.roehler@HIDDEN>
Subject: 31.0.50; getenv sends nil
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-Provags-ID: V03:K1:U4XFqAkss2foZQxGlcubuDhFRGE2YDzbn+c0c89Hc2EksxMCAuP
 gSeHR0LrmXiCLyhbRiXqPIquFIPa7RdOHf5n3Pfw9dEdeP5DejbmmmIvPKNwTQ0KmJuUtlM
 HcbYGRlDb1X0sBnSyS9Krz5jnIXV65lOTM1I+bArfb/l77hcL92yJA3uHobmxRHu1IeRuvC
 GZRxsmbb5FI37mHVDPL4g==
X-Spam-Flag: NO
UI-OutboundReport: notjunk:1;M01:P0:/jWfUtw24IE=;GXbWZ10NINQLj20eM8FqZvXkbBa
 bHDWeV6nQiZHgk3VApJdqUy8Wdl2ZkqzVHJGkd4BYdt+zHElVUF/I36f3osK1dbsB5kHDJuux
 3QUl/1k1PGnSeb1esRycAqFSIOEJClgvzwO7b/xqrmkx7Z+pCor8EtRfcWlB9Rq3x2X4jup2W
 24U8JV5Rv1yWVb9rFQhEBZilchyo29f1f6jdUGCbncYBo9Tbk6TCxFNgc+CFRxROeDMcRbNZy
 oSS1M9moNg7gHBmLgFvtX6vAJeF/Do6ji++C1vigtPtLNJmOZubJCXzsZeizJR6Nq8erTeieV
 zAX0REPGOtIp+pcrhwgzg9VrqEytk4o4uB9rznpHNnP6QdPMHY8APPD63HuJ2rbZFi1ZZEbqq
 HOQPIbpxF4xSD0s8VAuGzdH8sCOqKATm+yBYUD/+tioEogMYc6xDgZxA48SrVBgLICiqP1KAP
 ZU1Z1ije63g46yOy7g22JAIiv3dOmCCfuF1EheAvyOnjJG6Vy8Fw04wktCO6WPOMUdZdEYf6P
 TThOLzMeA+IC8+qxrhhrpUCln9DEEAfKWgnnxnj4cXzEQ/UEgF9+VLznVj2LViUTsd6u2hWKC
 1liff/CYBUes4IUGW6iDV+vfh82R6UQAeJIDjmeCLchnEyahSVHHOursArXNy5YeUZfFHbJ3G
 KVMVq9AaMseeCgLLpd2JWFCZMNRap7oFmcK9ug5kYRaQwP0yjH9yubPqmZ9gImxncTKFOnAM1
 EsHcwFl3BBJDyzZ0n2zEwVYcRL83e2xVaAiNAOpnQoNVtTCvFH+6fM3TtCNAhsdG7A4yyf9Ay
 ki089vaMk1mORSBihY4yAm1bN50mHAqJwlUTWfwc1sw4+OaUU3Vx67uYQwNSKZHkk140ajcys
 ZjUnm3JVQjwFKzDCpDT3lacNoJ5NZqq02t2Y0yNJZNdkOjTZx0XSE7wC9HFOI6x/HYmJAH+r0
 4+1Ut3ZRzJLRZadxNargmCt1RpEsQndEcyF++aJ48SjBjZV+DWzn4vu1vjG7MG48eakZS+gPB
 DQq7TrPQVRZUt2VFjpvUA2oCZU9sx92bioqRZx3I4bl4NMzdlDzKy3Be2Nd3qKEqIFgv28T4u
 xs+TfsFsngP7JclaSEXDulgyz76KUoJH2xZON1yZhvBCNDx7AB7e+YrK6KU8MKnb8ke2/eJ5+
 Bg5NbbAe1YWp4jbsSNYyk8UjReIgfpZoj9cO5lBhXVU2JM6G4rsdUqHpkpw7nQVEXLDboBpO3
 y+4VhJoH+/T2gkd88Eo/zK0Bt5SgJkXzOJc5zRkbu3hnBpSxaMG2CkcRkEEsr8wpMe3DCN3SJ
 mfN4ipbeowkqxB2yXM/9wrPkhAYx5jyLc3fvo8dS6TfeASZXZKmVnAW2l5vbq+wg9Zyj+Shvt
 XA9w+7+piZ4m648wnUiGxdcoMGX8qS8ds4UkjJjhb9c81kadHJS6izo8Kc1GSJMm65QomKepc
 bXQ/+CHWlk54LXjp3QqfG7vcXPC4g5pphVfOsh86VmdKZGpaM7G/MmO1Re3lrJb2/cjY2vUY4
 YOdNwOa/95bgUkqzEvHY/wCaeIw4C8eRIPKyMY47Wv1HA7W32ZlkNr29t0eBLe0PQN6qKQfdw
 ytAuvCRFViRF0W2PRsb1hNXhrKohAlvnvn38LJLbFsecSLFGfPhZw==
Received-SPF: pass client-ip=212.227.17.24;
 envelope-from=andreas.roehler@HIDDEN; helo=mout.kundenserver.de
X-Spam_score_int: -16
X-Spam_score: -1.7
X-Spam_bar: -
X-Spam_report: (-1.7 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001,
 RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001,
 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.218, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
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: -0.0 (/)

(getenv "HOSTNAME")

returns nil instead of value of $HOSTNAME

In GNU Emacs 31.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version
  3.24.33, cairo version 1.16.0) of 2025-07-05 built on MY_HOST
Repository revision: 4024a7d541ca049ca9b28bce54c225bf9691f944
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12101004
System Description: Ubuntu 22.04.5 LTS

Configured using:
  'configure --with-mailutils --with-modules -with-tree-sitter'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG
LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG
RSVG SECCOMP SOUND THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER X11 XDBE
XIM XINERAMA XINPUT2 XPM XRANDR GTK3 ZLIB

Important settings:
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: @im=ibus
   locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
   tooltip-mode: t
   global-eldoc-mode: t
   eldoc-mode: t
   show-paren-mode: t
   electric-indent-mode: t
   mouse-wheel-mode: t
   tool-bar-mode: t
   menu-bar-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   blink-cursor-mode: t
   minibuffer-regexp-mode: t
   line-number-mode: t
   indent-tabs-mode: t
   transient-mark-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug lisp-mnt message mailcap yank-media puny
dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg
rfc6068 epg-config gnus-util text-property-search time-date subr-x
mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils
mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren
electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset
image regexp-opt fringe tabulated-list replace newcomment text-mode
lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch
easymenu timer select scroll-bar mouse jit-lock font-lock syntax
font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo gtk
x-toolkit xinput2 x multi-tty move-toolbar make-network-process
tty-child-frames emacs)

Memory information:
((conses 16 85453 9336) (symbols 48 16274 0) (strings 32 36088 2631)
  (string-bytes 1 579282) (vectors 16 9679)
  (vector-slots 8 115550 9736) (floats 8 21 4) (intervals 56 239 25)
  (buffers 1064 11))





Acknowledgement sent to Andreas Röhler <andreas.roehler@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#78963; 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: Sun, 6 Jul 2025 05:00:02 UTC

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