From unknown Mon Aug 18 14:15:46 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#69271 <69271@debbugs.gnu.org> To: bug#69271 <69271@debbugs.gnu.org> Subject: Status: 30.0.50; Strange interaction between :inverse-video overlay face and calendar today face Reply-To: bug#69271 <69271@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:15:46 +0000 retitle 69271 30.0.50; Strange interaction between :inverse-video overlay f= ace and calendar today face reassign 69271 emacs submitter 69271 Ihor Radchenko severity 69271 normal tag 69271 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 19 07:11:17 2024 Received: (at submit) by debbugs.gnu.org; 19 Feb 2024 12:11:17 +0000 Received: from localhost ([127.0.0.1]:40515 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rc2UP-0006Lq-27 for submit@debbugs.gnu.org; Mon, 19 Feb 2024 07:11:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:56626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rc2UL-0006Lh-Dr for submit@debbugs.gnu.org; Mon, 19 Feb 2024 07:11:16 -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 ) id 1rc2Tz-0000Gc-R2 for bug-gnu-emacs@gnu.org; Mon, 19 Feb 2024 07:10:51 -0500 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rc2Tw-0008Tx-NT for bug-gnu-emacs@gnu.org; Mon, 19 Feb 2024 07:10:51 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 0DAA6240029 for ; Mon, 19 Feb 2024 13:10:45 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1708344645; bh=mO2BH+tUq+xsKLeHTSqybiRsmUEflc79vA3t95QFJIg=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:From; b=oD3/lQv7w8azJCIUa8Jzcae1hq99rS0XFBqZpQ1xNnoNcCCLweQpaXUiPuhdHmrCU CVTsjFpM5taYxXPfZJaVOIUnlV1fz6ZvPPBLMem2lAemOBDpT/hcDFoIK6LFq2Onv0 Qs5aCY6AtRXsKqHNqzYkCcXDuDNWy5u+j0KgwppLq27IKxzsh/15uJvquXhsery3+R /xt9nBhHPCb8LHqvc0i1FDaAG4p8Gt5mTMVoq6OIO1p68sxrwLvwItjALbgHLuL7B1 9rPHcMy9fTx1olFC2gi0ZfdGRkXnBX3opYy0pRc3/ieCnt/jM2WJIYqxaSzQO4uumI 9pdz/gUcqfv6w== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TdhFc30Rdz9rxN for ; Mon, 19 Feb 2024 13:10:43 +0100 (CET) From: Ihor Radchenko To: bug-gnu-emacs@gnu.org Subject: 30.0.50; Strange interaction between :inverse-video overlay face and calendar today face X-Debbugs-Cc: Date: Mon, 19 Feb 2024 12:14:28 +0000 Message-ID: <875xykfy6z.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=185.67.36.65; envelope-from=yantar92@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 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_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -3.5 (---) 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: -4.5 (----) Originally reported in https://list.orgmode.org/orgmode/CALEYq09=JKfzRY26fohLPYz7_2mnvhg_LGsjnQwQKov5SbqkYg@mail.gmail.com/ Steps to reproduce: 1. emacs -Q 2. Insert the following code into *scratch* buffer (defface yant/test '((t :foreground "red" :weight bold)) "") (defface yant/test-inv '((t :foreground "red" :inverse-video t)) "") (require 'calendar) ;; (dotimes (_ 5) ;; (let* ((mark-calendar ;; (lambda () ;; (calendar-mark-visible-date ;; (read (format-time-string "(%m %d %Y)")) ;; 'yant/test))) ;; (calendar-today-visible-hook)) ;; (add-hook 'calendar-today-visible-hook mark-calendar) ;; (calendar) ;; (setq cursor-type nil) ;; (let ((ov (make-overlay (1- (point)) (1+ (point))))) ;; (overlay-put ov 'face 'yant/test-inv))) ;; (read-char "Observe overlay obeying inverse-video. Press any key") ;; (kill-buffer calendar-buffer)) (dotimes (_ 50) (let* ((mark-calendar (lambda () (calendar-mark-visible-date (read (format-time-string "(%m %d %Y)")) (list :foreground "red" :weight 'bold)))) (calendar-today-visible-hook)) (add-hook 'calendar-today-visible-hook mark-calendar) (calendar) (setq cursor-type nil) (let ((ov (make-overlay (1- (point)) (1+ (point))))) (overlay-put ov 'face 'yant/test-inv))) (read-char "Observe overlay sometimes *not* obeying inverse-video. Press any key") (kill-buffer calendar-buffer)) 3. M-x eval-buffer 4. Observe today date in the calendar fontified inconsistently as the code is executed multiple times. In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) of 2024-02-18 built on localhost Repository revision: 951379a0983ea66b1396d07628bb726f033ea24b Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101011 System Description: Gentoo Linux Configured using: 'configure JAVAC=/etc/java-config-2/current-system-vm/bin/javac' -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 20 11:11:01 2024 Received: (at 69271) by debbugs.gnu.org; 20 Feb 2024 16:11:01 +0000 Received: from localhost ([127.0.0.1]:46405 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcShw-0005SN-QC for submit@debbugs.gnu.org; Tue, 20 Feb 2024 11:11:01 -0500 Received: from eggs.gnu.org ([209.51.188.92]:46532) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcShu-0005SA-6r for 69271@debbugs.gnu.org; Tue, 20 Feb 2024 11:10:59 -0500 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 ) id 1rcSfN-0005fL-2v; Tue, 20 Feb 2024 11:08:21 -0500 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=odonO+R09y+OeRk+ETkN2prUUvzazBQcyqmiJO2z7hI=; b=V3A5HUTgv8Oq kYDLKa1aeStCYBzjHJIPRS6sM44To99KXBfp10MRIgIZSBGwCuDPwdZyasyJ01eU8c7figABjjPXI QdRgy9xFeQvr07Edp3IGhgBONsGj6fCNK+LUtXkYkBxbAAj3BK8FJfXzUoSq7bBTjgoNLXSN1pVYE EQpTydYnWOMq7D8kQVBc2gRHYSvbvs7Um+iNjV9xZsyUoqmk6n6xjVKMDYJBxepjYL4llV/ry4GEw pwzDIp0dkcr0+xTH0I92BiBx1c/XuXuKH15xrIkMGFxiCvlFsuoA21vgMFJ8JGGa7Lzjl2YQIS2at wT3R0Wkv+RKLnOBHV1zhgg==; Date: Tue, 20 Feb 2024 18:08:14 +0200 Message-Id: <86jzmznmoh.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <875xykfy6z.fsf@localhost> (message from Ihor Radchenko on Mon, 19 Feb 2024 12:14:28 +0000) Subject: Re: bug#69271: 30.0.50; Strange interaction between :inverse-video overlay face and calendar today face References: <875xykfy6z.fsf@localhost> X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 69271 Cc: 69271@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: -5.2 (-----) > From: Ihor Radchenko > Date: Mon, 19 Feb 2024 12:14:28 +0000 > > 1. emacs -Q > 2. Insert the following code into *scratch* buffer > > > (defface yant/test '((t :foreground "red" :weight bold)) "") > (defface yant/test-inv '((t :foreground "red" :inverse-video t)) "") > (require 'calendar) > > ;; (dotimes (_ 5) > ;; (let* ((mark-calendar > ;; (lambda () > ;; (calendar-mark-visible-date > ;; (read (format-time-string "(%m %d %Y)")) > ;; 'yant/test))) > ;; (calendar-today-visible-hook)) > ;; (add-hook 'calendar-today-visible-hook mark-calendar) > ;; (calendar) > ;; (setq cursor-type nil) > ;; (let ((ov (make-overlay (1- (point)) (1+ (point))))) > ;; (overlay-put ov 'face 'yant/test-inv))) > ;; (read-char "Observe overlay obeying inverse-video. Press any key") > ;; (kill-buffer calendar-buffer)) > (dotimes (_ 50) > (let* ((mark-calendar > (lambda () > (calendar-mark-visible-date > (read (format-time-string "(%m %d %Y)")) > (list :foreground "red" :weight 'bold)))) > (calendar-today-visible-hook)) > (add-hook 'calendar-today-visible-hook mark-calendar) > (calendar) > (setq cursor-type nil) > (let ((ov (make-overlay (1- (point)) (1+ (point))))) > (overlay-put ov 'face 'yant/test-inv))) > (read-char "Observe overlay sometimes *not* obeying inverse-video. Press any key") > (kill-buffer calendar-buffer)) > > 3. M-x eval-buffer > 4. Observe today date in the calendar fontified inconsistently as the > code is executed multiple times. This code places two overlays on the same text, with each overlay defining a foreground color. So which one "wins" is basically random, unless you give each overlay a priority to make that deterministic. I tried a simpler recipe: emacs -Q M-x load-library RET calendar RET C-x b foo RET C-u 30 a RET M-: (defface yant/test-inv '((t :foreground "red" :inverse-video t)) "") RET M-: (setq ov1 (make-overlay 24 26)) RET M-: (overlay-put ov1 'face (calendar-make-temp-face (list :foreground "red" :weight 'bold))) RET M-: (setq ov2 (make-overlay 24 26)) RET M-: (overlay-put ov2 'face 'yant/test-inv) RET This produced text with red background, according to the yant/test-inv face. But if you define the overlays in the opposite order, you get the red bold foreground instead. If you now give each overlay a priority, you can control which face shows: the one whose overlay has the higher priority. Maybe I'm missing something, but I see no bug here. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 21 06:15:19 2024 Received: (at 69271) by debbugs.gnu.org; 21 Feb 2024 11:15:19 +0000 Received: from localhost ([127.0.0.1]:47943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rckZE-0001i5-AL for submit@debbugs.gnu.org; Wed, 21 Feb 2024 06:15:19 -0500 Received: from mout02.posteo.de ([185.67.36.66]:58605) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rckZA-0001hq-Hs for 69271@debbugs.gnu.org; Wed, 21 Feb 2024 06:15:11 -0500 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 8917A240108 for <69271@debbugs.gnu.org>; Wed, 21 Feb 2024 12:14:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1708514080; bh=LfIrB9AbIFu4/XzVNcSO+x6c0thPx8g0GHXjQYPrnzc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=lRf9kQJlnEdjyFRaJWF4nmIprvbusooXixqL6oWNnylbGO23/yGD49RpH2UecvjwR 9GFJDZ8toLRZFRZdAV9loo6tz/y5eseBASIDWHGbuyx2jWyOWXUVM7ML46jfzdJkqF ulxP+h6/OtHsZ+YUyALQNtm9licyjMmo+uf6GxCMOPy5UE1TvxJMnp5O14mIVOR3Vf VOuwm8cBciky9oeTVoxgMYqQyHwmr0a6vKO6clTqL2LtIxCwNPeQFBhf7J4hFEDKMI +ahEY37E89yELDGPU/OWHyQxuADyahZ7l557XTiQgFblHeHtsqWy9lBM8QkDlfeiBc kko11oqHOagYQ== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Tftvz3f6Hz9rxG; Wed, 21 Feb 2024 12:14:39 +0100 (CET) From: Ihor Radchenko To: Eli Zaretskii Subject: Re: bug#69271: 30.0.50; Strange interaction between :inverse-video overlay face and calendar today face In-Reply-To: <86jzmznmoh.fsf@gnu.org> References: <875xykfy6z.fsf@localhost> <86jzmznmoh.fsf@gnu.org> Date: Wed, 21 Feb 2024 11:18:22 +0000 Message-ID: <874je2t69t.fsf@localhost> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 69271 Cc: 69271@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: -5.2 (-----) Eli Zaretskii writes: > > This produced text with red background, according to the yant/test-inv > face. But if you define the overlays in the opposite order, you get > the red bold foreground instead. If you now give each overlay a > priority, you can control which face shows: the one whose overlay has > the higher priority. > > Maybe I'm missing something, but I see no bug here. You are indeed right. I fixed this priority race on Org mode side. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=67d937248 Thanks! -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 21 07:08:40 2024 Received: (at 69271) by debbugs.gnu.org; 21 Feb 2024 12:08:40 +0000 Received: from localhost ([127.0.0.1]:47972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rclOv-0003S8-3L for submit@debbugs.gnu.org; Wed, 21 Feb 2024 07:08:40 -0500 Received: from eggs.gnu.org ([209.51.188.92]:52712) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rclOg-0003RK-Hr for 69271@debbugs.gnu.org; Wed, 21 Feb 2024 07:08:35 -0500 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 ) id 1rclM8-0002oB-1i; Wed, 21 Feb 2024 07:05:44 -0500 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=2y644Hxx9JuHreERgjRJ0WAr+PyYsQthpDQsMPNCGik=; b=hM3dNm/rmqCy lqHgK9u8lWidYLdhexPlRSwMQpvNvHSNz9oIfdTPL2h2iWrj8RL3QiKNfmcH1M+DTfOMh67p/hD/r S5El2Hht0JEbSxEN8p4BUnJrhaaVMGYM4dS6xjn8vfnbJHzfVn9SbKlb1HzqkN9PaqGg57yxOYw49 FvuNP0IEV+yybHYZ1H0/qZoHXvF6mvf1GeZNztOJWQ9jIfIZFUcQKxFszWIbFzb8v7qXt71cD3muX q/o8MnabqlZTQMqglJ9SuDX1M8DJclRQPlIfLybOwFIFdMp/MXk9vj9AKcwiSKl7GIeQCpxJM09Iq Pzt8RPinPaeA09U0vlHBHA==; Date: Wed, 21 Feb 2024 14:05:36 +0200 Message-Id: <8634tmnhtb.fsf@gnu.org> From: Eli Zaretskii To: Ihor Radchenko In-Reply-To: <874je2t69t.fsf@localhost> (message from Ihor Radchenko on Wed, 21 Feb 2024 11:18:22 +0000) Subject: Re: bug#69271: 30.0.50; Strange interaction between :inverse-video overlay face and calendar today face References: <875xykfy6z.fsf@localhost> <86jzmznmoh.fsf@gnu.org> <874je2t69t.fsf@localhost> X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: 69271 Cc: 69271@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: -5.2 (-----) tags 69271 notabug close 69271 thanks > From: Ihor Radchenko > Cc: 69271@debbugs.gnu.org > Date: Wed, 21 Feb 2024 11:18:22 +0000 > > Eli Zaretskii writes: > > > > > This produced text with red background, according to the yant/test-inv > > face. But if you define the overlays in the opposite order, you get > > the red bold foreground instead. If you now give each overlay a > > priority, you can control which face shows: the one whose overlay has > > the higher priority. > > > > Maybe I'm missing something, but I see no bug here. > > You are indeed right. > I fixed this priority race on Org mode side. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=67d937248 > Thanks! Thanks, I'm therefore closing this bug report. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 21 11:29:43 2024 Received: (at control) by debbugs.gnu.org; 21 Feb 2024 16:29:43 +0000 Received: from localhost ([127.0.0.1]:52445 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcpTa-0000bU-0V for submit@debbugs.gnu.org; Wed, 21 Feb 2024 11:29:43 -0500 Received: from eggs.gnu.org ([209.51.188.92]:50372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rcpTK-0000aD-V0 for control@debbugs.gnu.org; Wed, 21 Feb 2024 11:29:40 -0500 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 ) id 1rcpSt-0000rF-1e for control@debbugs.gnu.org; Wed, 21 Feb 2024 11:28:59 -0500 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=Ai+f1HW7r0VBbLbyf9SxbaLwsu7klYbY21cudTt7veU=; b=bd8BRQtSJFHH OxZXPoTUFFin146L5UEEuaiLaDMeDpGPPio06HEfh4PA/PPn7R9SsW3wvjzlkAEX4apLTRu7WdAcL uZvqOHLSFJYlyxkXsOolrWu8nmaIGcW6H2JYH6GxZEbY94ge15u0GVzduNv4DcAKXDlDbhbWh0Dsl bhx282d46c6Gr7iFekX9C3Me4Kz9DgFPRwnCYEWkkvAlc0VXiPHdOBJpt/K3goii9oE9C713TQ1oF dtkxcmd3F1w2dLqnMa85ZQpgvZNya5UpXNvtrVMd6kmfKk4f8GZ52jPXsUN9e0Lo3Mkzhutw1QfZg 71CHpaMbrmJhDumLDIoNMA==; Date: Wed, 21 Feb 2024 18:28:54 +0200 Message-Id: <86le7dn5mh.fsf@gnu.org> From: Eli Zaretskii To: control@debbugs.gnu.org In-Reply-To: <8634tmnhtb.fsf@gnu.org> (message from Eli Zaretskii on Wed, 21 Feb 2024 14:05:36 +0200) Subject: Re: bug#69271: 30.0.50; Strange interaction between :inverse-video overlay face and calendar today face References: <875xykfy6z.fsf@localhost> <86jzmznmoh.fsf@gnu.org> <874je2t69t.fsf@localhost> <8634tmnhtb.fsf@gnu.org> X-Spam-Score: -1.9 (-) X-Debbugs-Envelope-To: control 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: -5.2 (-----) tags 69271 notabug close 69271 thanks From unknown Mon Aug 18 14:15:46 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 21 Mar 2024 11:24:08 +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