GNU bug report logs - #80640
30.2; add-hook (in ffap-bindings) doesn't interact well with autoloaded defcustom (gnus-article-mode-hook)

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,gnus; Reported by: Joel Reicher <joel.reicher@HIDDEN>; dated Thu, 19 Mar 2026 08:35:02 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

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


Received: (at 80640) by debbugs.gnu.org; 19 Mar 2026 09:18:01 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 19 05:18:01 2026
Received: from localhost ([127.0.0.1]:43047 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w39Vv-0002Fd-1b
	for submit <at> debbugs.gnu.org; Thu, 19 Mar 2026 05:18:01 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:58824)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1w39Vr-0002Dl-3d
 for 80640 <at> debbugs.gnu.org; Thu, 19 Mar 2026 05:17:56 -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 1w39Vl-0005Y0-1r; Thu, 19 Mar 2026 05:17:49 -0400
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
 s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date:
 mime-version; bh=V9VYLTnwfS0CX47AbOG7jkze6umFCMpqqA/lifPLieQ=; b=QCegEClDbhVt
 BlozNk+ZlULv4YEjHPQZxmYgqNnisJaVZfdm6f63tdhljGI/UIAMR0JWiLfRHS7Yhb0x6QjwqEN3y
 EOmTjq7roq9Bla1KFV+wLAuHWCTaUa8IVc1xF5y58DJ8KYLz4jbE+YUxPDwoTW4dhVSplwHvhN2j8
 dJEZVI4e3r3gBoGI6nNBZZEs8MQfIbkE+AHde6fRGVQ7zZl6HuQAH77xWpVjg5fv8FO4pFF7fTZBl
 jJbMp+Sx7zIPqebY6Usn157k/BXfniKqQubRCqPPH1fdh/ZIQmMAnE6IIKKDw2vXayD9TzWlJLtst
 cvqP6RQjJdt47XC6RyT41A==;
Date: Thu, 19 Mar 2026 11:17:25 +0200
Message-Id: <86eclgfaai.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Joel Reicher <joel.reicher@HIDDEN>,
 Stefan Monnier <monnier@HIDDEN>
In-Reply-To: <86o6kkdxpi.fsf@HIDDEN> (message from Joel Reicher on Thu, 19
 Mar 2026 19:34:33 +1100)
Subject: Re: bug#80640: 30.2;
 add-hook (in ffap-bindings) doesn't interact well with autoloaded
 defcustom (gnus-article-mode-hook)
References: <86o6kkdxpi.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 80640
Cc: 80640 <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 (---)

> From: Joel Reicher <joel.reicher@HIDDEN>
> Date: Thu, 19 Mar 2026 19:34:33 +1100
> 
> 
> If gnus-article-mode-hook is set (and saved) using the customise interface, and custom-set-variables is called either before or after ffap-bindings (which also sets the variable), one of the two values is lost, depending on order.
> 
> >From what I can tell what is happening is that if custom-set-variables comes first, the value is put into the saved-value symbol property since gnus-art has not been autoloaded yet, but then the add-hook in ffap-bindings sets it, preventing a subsequent autoload from "merging" in the saved value.
> 
> Conversely if ffap-bindings comes first, the custom-set-variables just overwrites the value of the hook.
> 
> I am not sure if add-hook actually should support this kind of interaction though. Possibly ffap-bindings shouldn't be using it without first triggering the autoload, and this is a bug in ffap?
> 
> Or maybe it is better practice for the user to do custom-set-variables last during init, and just "know" that values set by packages should be manually incorporated?

What a mess!

Maybe Stefan (CC'ed) has some advice for these cases.




Information forwarded to bug-gnu-emacs@HIDDEN, bugs@HIDDEN:
bug#80640; Package emacs,gnus. Full text available.

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


Received: (at submit) by debbugs.gnu.org; 19 Mar 2026 08:35:02 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Mar 19 04:35:02 2026
Received: from localhost ([127.0.0.1]:42496 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1w38qL-0006Hs-8k
	for submit <at> debbugs.gnu.org; Thu, 19 Mar 2026 04:35:01 -0400
Received: from lists.gnu.org ([2001:470:142::17]:32904)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <joel.reicher@HIDDEN>)
 id 1w38qJ-0006HN-0J
 for submit <at> debbugs.gnu.org; Thu, 19 Mar 2026 04:34:59 -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 <joel.reicher@HIDDEN>)
 id 1w38qB-0001gR-BN
 for bug-gnu-emacs@HIDDEN; Thu, 19 Mar 2026 04:34:51 -0400
Received: from mail-pl1-x62c.google.com ([2607:f8b0:4864:20::62c])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
 (Exim 4.90_1) (envelope-from <joel.reicher@HIDDEN>)
 id 1w38q7-000138-0m
 for bug-gnu-emacs@HIDDEN; Thu, 19 Mar 2026 04:34:50 -0400
Received: by mail-pl1-x62c.google.com with SMTP id
 d9443c01a7336-2aecefc7503so3090795ad.1
 for <bug-gnu-emacs@HIDDEN>; Thu, 19 Mar 2026 01:34:44 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=gmail.com; s=20230601; t=1773909283; x=1774514083; darn=gnu.org;
 h=mime-version:message-id:date:subject:to:from:from:to:cc:subject
 :date:message-id:reply-to;
 bh=eR9pgTnzXdVWUvRSComzfDcJ+tNqs46u+Uh56SeHf6Q=;
 b=eflRtmfiVOqsUbQYbdlQNeQ12hgPQNnfRdGDob0CGkmy5tBkoqCzoCbhqovONdEj7L
 ShSLG8nuQbplEq1T9s2jzfMgB3cikz6LjSonNSqRSa8jw35pjRFvU2zJBK1NiYmbJvKW
 Nj6LX1pYbIAUAyPkhXBK+l4+38VrtzTM1OjkBnx3elpThJSPF7DhvGm8ZHleAES1RNWM
 YgMkMS2Cp02pAtljqgI9IQvSkvoSdsNuUWtvDeHErn/q/b31gfIG51FDcahxHjegNuqM
 CrYyrHEfv7+6QtBN/Ne+MyRfb+5HD2iOHJpeO8HFkOR0/QCpgMfN15cHdPaghU9Fu7Z3
 VnEw==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20251104; t=1773909283; x=1774514083;
 h=mime-version:message-id:date:subject:to:from:x-gm-gg
 :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
 bh=eR9pgTnzXdVWUvRSComzfDcJ+tNqs46u+Uh56SeHf6Q=;
 b=ZAbCVyPdIX7BY5IP6a1T/Io1LTInGBudq8ytipkTIYrZQtte8M+3qEpDJzmup7SSgq
 FhAQ5eJyMETGtcW/luRo0YTrHtuSxl9nhaaPt93VFl7LDRh/tMlAXXc7JdTBumiLMu/G
 yTABrGAfRn/be2+qtysw24jVGvnP1s2FQ9qT93y/fQNG0BWYCgCkFrOToTnXdJIeIjRy
 ez4tG+xsBLfpttZG638d8RfiEkDcgJc87LsAyEZ3rkFu7PUQehdbeDQQnMcHMdVzow2B
 DuLPtAo71NAf2O6F5Vp99KZCddzPYYP2v+HaKXMXuup4KwhZp3IVb3M8OG7Dd13k4ALo
 eIFw==
X-Gm-Message-State: AOJu0Yw82pGxgP5SJoyMUzNLD7nVE5bITl/+BP3e0K1t32iDkcUZNkKp
 6mEH+qVspFJHlDoMVUSFC5t36L/EVWlGBWZ7X2NkOaGn2Wfn3fAQxw8LJZVQMWcd15Y=
X-Gm-Gg: ATEYQzzwMIeslekmlt7kcGFgDOZSv8BmgpbzLzi8uZiGkjN/xsVrJ4L87oyFijPGGNY
 oLZY9G8mBv2UZQ/RRvNfQGTvPBfEgPU5fY89ynoT2Mrhgzya7D89eZTJSkeYnvgKz4MN53NgOZ4
 p14xsnM2cZkmQTmisu+b8IFc7+4puzbumkzW50eVVmoW1NdCQZQDJNtB4OvezslTBbeRvREb5Ke
 4/3dmBJ/VqSxAHnqZ30SLwpKHU6F6X6kpKE+dGaEm13T27yPBX+kxfwXqtKikFGCMdSuYCa7o8H
 3HPkMjlEpk31gEKzjcEFJqxP1iuFMBmAu3OHCHZI46l5/s9dXW4mbSaDH+/M0rAKJoTD+c3/XJY
 TTnkCIUg0XK+JC007MxbuV1uSAXQDMt3pbAukXYBVZdwTH02hYAtKES2sjC+uhV/CB9trsFsbbk
 6cV4MB3LiVMf4dCrfXKybvA2eeH2A9oFP4+N8jW2KtkmrfQCGQ1eVH8Bvcy6qjfS2jjqkKdB7P2
 GMcRQkzWQjWeQ==
X-Received: by 2002:a17:903:37c3:b0:2b0:6df2:8cd2 with SMTP id
 d9443c01a7336-2b06e37b62fmr67375785ad.19.1773909283042; 
 Thu, 19 Mar 2026 01:34:43 -0700 (PDT)
Received: from LAPTOP-7LNAIJA0 (139-218-25-158.sta.wbroadband.net.au.
 [139.218.25.158]) by smtp.gmail.com with ESMTPSA id
 d9443c01a7336-2b06e44a42esm51406575ad.33.2026.03.19.01.34.41
 for <bug-gnu-emacs@HIDDEN>
 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
 Thu, 19 Mar 2026 01:34:42 -0700 (PDT)
From: Joel Reicher <joel.reicher@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 30.2; add-hook (in ffap-bindings) doesn't interact well with
 autoloaded defcustom (gnus-article-mode-hook)
X-Debbugs-Package: emacs,gnus
X-Debbugs-Cc: 
Date: Thu, 19 Mar 2026 19:34:33 +1100
Message-ID: <86o6kkdxpi.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
Received-SPF: pass client-ip=2607:f8b0:4864:20::62c;
 envelope-from=joel.reicher@HIDDEN; helo=mail-pl1-x62c.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,
 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: 2.0 (++)
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: If gnus-article-mode-hook is set (and saved) using the
 customise interface,
 and custom-set-variables is called either before or after ffap-bindings
 (which also sets the variable), one of the two value [...] 
 Content analysis details:   (2.0 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 0.0 FREEMAIL_FROM          Sender email is commonly abused enduser mail
 provider (joel.reicher[at]gmail.com)
 1.0 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
 1.0 FORGED_GMAIL_RCVD      'From' gmail.com does not match 'Received'
 headers
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
 no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org]
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: 1.0 (+)


If gnus-article-mode-hook is set (and saved) using the customise interface, and custom-set-variables is called either before or after ffap-bindings (which also sets the variable), one of the two values is lost, depending on order.

From what I can tell what is happening is that if custom-set-variables comes first, the value is put into the saved-value symbol property since gnus-art has not been autoloaded yet, but then the add-hook in ffap-bindings sets it, preventing a subsequent autoload from "merging" in the saved value.

Conversely if ffap-bindings comes first, the custom-set-variables just overwrites the value of the hook.

I am not sure if add-hook actually should support this kind of interaction though. Possibly ffap-bindings shouldn't be using it without first triggering the autoload, and this is a bug in ffap?

Or maybe it is better practice for the user to do custom-set-variables last during init, and just "know" that values set by packages should be manually incorporated?

Thanks and regards,

       - Joel


In GNU Emacs 30.2 (build 2, x86_64-w64-mingw32) of 2025-08-15 built on
 AVALON
Windowing system distributor 'Microsoft Corp.', version 10.0.26200
System Description: Microsoft Windows 10 Home (v10.0.2009.26200.8037)

Configured using:
 'configure --with-modules --without-dbus
 --with-native-compilation=aot --without-compress-install
 --with-tree-sitter CFLAGS=-O2 prefix=/g/rel/install-emacs-30.2'
Configured features:
ACL GIF GMP GNUTLS HARFBUZZ JPEG LCMS2 LIBXML2 MODULES NATIVE_COMP
NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XPM ZLIB
(NATIVE_COMP present but libgccjit not available)

Important settings:
  value of $LANG: ENA
  locale-coding-system: cp65001

Major mode: ERC

Minor modes in effect:
  erc-track-mode: t
  erc-track-minor-mode: t
  erc-spelling-mode: t
  flyspell-mode: t
  erc-sasl-mode: t
  erc-ring-mode: t
  erc-netsplit-mode: t
  erc-menu-mode: t
  erc-match-mode: t
  erc-log-mode: t
  erc-list-mode: t
  erc-imenu-mode: t
  erc-pcomplete-mode: t
  erc-irccontrols-mode: t
  erc-command-indicator-mode: t
  erc-keep-place-mode: t
  erc-move-to-prompt-mode: t
  erc-readonly-mode: t
  erc-scrolltobottom-mode: t
  erc-button-mode: t
  erc-fill-mode: t
  erc-stamp--date-mode: t
  erc-stamp-mode: t
  erc-autojoin-mode: t
  erc-autoaway-mode: t
  erc-networks-mode: t
  yas-global-mode: t
  yas-minor-mode: t
  which-key-mode: t
  server-mode: t
  msb-mode: t
  marginalia-mode: t
  icomplete-vertical-mode: t
  icomplete-mode: t
  electric-pair-mode: t
  auth-source-xoauth2-plugin-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  context-menu-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  minibuffer-regexp-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
c:/Users/joelr/GoogleDrive/.emacs.d/elpa/jsonrpc-1.0.27/jsonrpc hides c:/Program Files/Emacs/emacs-30.2/share/emacs/30.2/lisp/jsonrpc
c:/Users/joelr/GoogleDrive/.emacs.d/elpa/project-0.11.2/project hides c:/Program Files/Emacs/emacs-30.2/share/emacs/30.2/lisp/progmodes/project
c:/Users/joelr/GoogleDrive/.emacs.d/elpa/flymake-1.4.5/flymake hides c:/Program Files/Emacs/emacs-30.2/share/emacs/30.2/lisp/progmodes/flymake
c:/Users/joelr/GoogleDrive/.emacs.d/elpa/eglot-1.21/eglot hides c:/Program Files/Emacs/emacs-30.2/share/emacs/30.2/lisp/progmodes/eglot

Features:
(shadow sort messages-are-flowing mail-extr emacsbug gnus-vm gnus-msg
nnselect mule-util help-fns radix-tree view visual-wrap indent-bars-ts
indent-bars cus-edit cus-start face-remap color hideshow finder-inf
mm-archive timezone url-cache newst-ticker newst-backend
network-stream pp epa-file erc-track erc-spelling flyspell ispell
erc-sasl erc-sasl-ecdsa-nist256p-challenge erc-sasl-scram-sha-512
erc-sasl-scram-sha-256 erc-sasl-scram-sha-1 erc-sasl-external
erc-sasl-plain sasl-scram-sha256 sasl-scram-rfc sasl-scram-sha-1
rfc2104 hex-util sasl sasl-anonymous sasl-login sasl-plain erc-ring
erc-netsplit erc-menu erc-match erc-log erc-list erc-imenu imenu
erc-pcomplete erc-goodies erc-button erc-fill erc-stamp erc-join
erc-autoaway erc erc-backend erc-networks erc-common erc-compat
erc-loaddefs ffap gnus-art mm-uu mml2015 mm-view mml-smime smime
gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg dom gnus-group
gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail
mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int gnus-range
message yank-media dired dired-loaddefs rfc822 mml mml-sec epa derived
mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader gnus-win
yaml-ts-mode tramp-loaddefs ange-ftp cl-extra yasnippet help-mode
which-key server msb avoid marginalia compat icomplete gnus nnheader
gnus-util text-property-search range wid-edit elec-pair
auth-source-xoauth2-plugin smtpmail sendmail mail-utils org ob
ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src sh-script
smie treesit executable ob-comint org-pcomplete pcomplete comint
ansi-osc ansi-color ring org-list org-footnote org-faces org-entities
time-date noutline outline org-version ob-emacs-lisp ob-core ob-eval
org-cycle org-table ol org-fold org-fold-core org-keys oc org-loaddefs
thingatpt find-func cal-menu calendar cal-loaddefs org-compat org-macs
format-spec oauth2 url-http url-auth mail-parse rfc2231 rfc2047
rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm puny plstore epg
rfc6068 epg-config cus-load auth-source-xoauth2-plugin-autoloads
bazel-autoloads rx chess-autoloads dape-autoloads debbugs-autoloads
eglot-autoloads info flymake-autoloads hideshowvis-autoloads
indent-bars-autoloads jsonrpc-autoloads logview-autoloads
datetime-autoloads extmap-autoloads marginalia-autoloads
markdown-mode-autoloads messages-are-flowing-autoloads
multishell-autoloads oauth2-autoloads org-msg-autoloads
htmlize-autoloads project-autoloads ws-butler-autoloads
x509-mode-autoloads yaml-pro-autoloads yaml-autoloads
yasnippet-autoloads package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt
gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl
tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel touch-screen dos-w32 ls-lisp
disp-table term/w32-win w32-win w32-vars term/common-win 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 w32notify w32 lcms2 multi-tty move-toolbar
make-network-process native-compile emacs)

Memory information:
((conses 16 632823 85733) (symbols 48 34938 20)
 (strings 32 200165 57228) (string-bytes 1 5562144) (vectors 16 59803)
 (vector-slots 8 1230006 256624) (floats 8 540 3755)
 (intervals 56 2096 411) (buffers 992 42))




Acknowledgement sent to Joel Reicher <joel.reicher@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN, bugs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN, bugs@HIDDEN:
bug#80640; Package emacs,gnus. 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: Thu, 19 Mar 2026 09:30:01 UTC

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