From unknown Thu Jun 19 14:11:14 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#60524 <60524@debbugs.gnu.org> To: bug#60524 <60524@debbugs.gnu.org> Subject: Status: 29.0.60; tree-sitter doc fixes Reply-To: bug#60524 <60524@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:11:14 +0000 retitle 60524 29.0.60; tree-sitter doc fixes reassign 60524 emacs submitter 60524 Juri Linkov severity 60524 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 03 13:03:51 2023 Received: (at submit) by debbugs.gnu.org; 3 Jan 2023 18:03:51 +0000 Received: from localhost ([127.0.0.1]:46676 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pClde-0004tB-Bf for submit@debbugs.gnu.org; Tue, 03 Jan 2023 13:03:51 -0500 Received: from lists.gnu.org ([209.51.188.17]:33736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pClda-0004t1-IJ for submit@debbugs.gnu.org; Tue, 03 Jan 2023 13:03:49 -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 1pClda-0004iV-9x for bug-gnu-emacs@gnu.org; Tue, 03 Jan 2023 13:03:46 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pCldT-0002ps-7J for bug-gnu-emacs@gnu.org; Tue, 03 Jan 2023 13:03:41 -0500 Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 3F785240007 for ; Tue, 3 Jan 2023 18:03:34 +0000 (UTC) From: Juri Linkov To: bug-gnu-emacs@gnu.org Subject: 29.0.60; tree-sitter doc fixes Organization: LINKOV.NET Date: Tue, 03 Jan 2023 20:02:23 +0200 Message-ID: <86edsbxzrk.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=217.70.178.230; envelope-from=juri@linkov.net; helo=relay10.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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.6 (-) 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: -2.6 (--) --=-=-= Content-Type: text/plain It seems that functions like treesit-next-sibling, treesit-prev-sibling, treesit-child-by-field-name, treesit-first-child-for-pos, treesit-child-count were planned to implement, but their addition was postponed. For this reason I just commented out them, to be able to easily uncomment when they will be implemented. I could push other changes to emacs-29 as well: --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=treesit-doc.patch diff --git a/admin/notes/tree-sitter/starter-guide b/admin/notes/tree-sitter/starter-guide index a6a4c647f23..606f7891dfa 100644 --- a/admin/notes/tree-sitter/starter-guide +++ b/admin/notes/tree-sitter/starter-guide @@ -238,7 +238,7 @@ Concretely, something like this: ... (cond ;; Tree-sitter. - ((treesit-ready-p 'python-mode 'python) + ((treesit-ready-p 'python) (treesit-parser-create 'python) (setq-local treesit-font-lock-settings python--treesit-settings) (setq-local treesit-font-lock-feature-list diff --git a/admin/notes/tree-sitter/html-manual/Language-Definitions.html b/admin/notes/tree-sitter/html-manual/Language-Definitions.html index 6c17e8c3344..9b1e0021272 100644 --- a/admin/notes/tree-sitter/html-manual/Language-Definitions.html +++ b/admin/notes/tree-sitter/html-manual/Language-Definitions.html @@ -94,7 +94,7 @@

In each of these directories, Emacs looks for a file with file-name -extensions specified by the variable treesit-load-suffixes. +extensions specified by the variable dynamic-library-suffixes.

If Emacs cannot find the library or has problems loading it, Emacs signals the treesit-load-language-error error. The data of diff --git a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html index 670f235bd20..a3fe6622162 100644 --- a/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html +++ b/admin/notes/tree-sitter/html-manual/Parser_002dbased-Font-Lock.html @@ -134,7 +134,7 @@ tree-sitter query in either the string, s-expression or compiled form.

For each query, the :keyword/value pairs that -precede it add meta information to it. The :lang keyword +precede it add meta information to it. The :language keyword declares query’s language. The :feature keyword sets the feature name of query. Users can control which features are enabled with font-lock-maximum-decoration and diff --git a/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html b/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html index 0c827b3e755..92ae14447a6 100644 --- a/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html +++ b/admin/notes/tree-sitter/html-manual/Tree_002dsitter-C-API.html @@ -142,12 +142,12 @@ ts_node_named_child_count treesit-node-child-count ts_node_child_by_field_name treesit-node-by-field-name ts_node_child_by_field_id -ts_node_next_sibling treesit-next-sibling -ts_node_prev_sibling treesit-prev-sibling -ts_node_next_named_sibling treesit-next-sibling -ts_node_prev_named_sibling treesit-prev-sibling -ts_node_first_child_for_byte treesit-first-child-for-pos -ts_node_first_named_child_for_byte treesit-first-child-for-pos +ts_node_next_sibling +ts_node_prev_sibling +ts_node_next_named_sibling +ts_node_prev_named_sibling +ts_node_first_child_for_byte +ts_node_first_named_child_for_byte ts_node_descendant_for_byte_range treesit-descendant-for-range ts_node_descendant_for_point_range ts_node_named_descendant_for_byte_range treesit-descendant-for-range diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi index dffd6653369..b2dd294ea28 100644 --- a/doc/lispref/modes.texi +++ b/doc/lispref/modes.texi @@ -4054,7 +4054,7 @@ Parser-based Font Lock @c FIXME: Cross-ref treesit-font-lock-level to user manual. For each @var{query}, the @var{:keyword}/@var{value} pairs that -precede it add meta information to it. The @code{:lang} keyword +precede it add meta information to it. The @code{:language} keyword declares @var{query}'s language. The @code{:feature} keyword sets the feature name of @var{query}. Users can control which features are enabled with @code{treesit-font-lock-level} and diff --git a/doc/lispref/parsing.texi b/doc/lispref/parsing.texi index 19a22c121de..3edd6295bf3 100644 --- a/doc/lispref/parsing.texi +++ b/doc/lispref/parsing.texi @@ -65,7 +65,6 @@ Language Grammar @vindex treesit-extra-load-path @vindex treesit-load-language-error -@vindex treesit-load-suffixes Tree-sitter language grammar are distributed as dynamic libraries. In order to use a language grammar in Emacs, you need to make sure that the dynamic library is installed on the system. Emacs looks for @@ -83,7 +82,7 @@ Language Grammar @end itemize In each of these directories, Emacs looks for a file with file-name -extensions specified by the variable @code{treesit-load-suffixes}. +extensions specified by the variable @code{dynamic-library-suffixes}. If Emacs cannot find the library or has problems loading it, Emacs signals the @code{treesit-load-language-error} error. The data of @@ -677,15 +676,15 @@ Retrieving Nodes @var{named} is non-@code{nil}, it retrieves only named nodes. @end defun -@defun treesit-next-sibling node &optional named -This function finds the next sibling of @var{node}. If @var{named} is -non-@code{nil}, it finds the next named sibling. -@end defun +@c @defun treesit-next-sibling node &optional named +@c This function finds the next sibling of @var{node}. If @var{named} is +@c non-@code{nil}, it finds the next named sibling. +@c @end defun -@defun treesit-prev-sibling node &optional named -This function finds the previous sibling of @var{node}. If -@var{named} is non-@code{nil}, it finds the previous named sibling. -@end defun +@c @defun treesit-prev-sibling node &optional named +@c This function finds the previous sibling of @var{node}. If +@c @var{named} is non-@code{nil}, it finds the previous named sibling. +@c @end defun @subheading By field name @cindex nodes, by field name @@ -696,31 +695,31 @@ Retrieving Nodes name, field name}). For example, a @code{function_definition} node could have a @code{declarator} node and a @code{body} node. -@defun treesit-child-by-field-name node field-name -This function finds the child of @var{node} whose field name is -@var{field-name}, a string. - -@example -@group -;; Get the child that has "body" as its field name. -(treesit-child-by-field-name node "body") - @result{} # -@end group -@end example -@end defun +@c @defun treesit-child-by-field-name node field-name +@c This function finds the child of @var{node} whose field name is +@c @var{field-name}, a string. +@c +@c @example +@c @group +@c ;; Get the child that has "body" as its field name. +@c (treesit-child-by-field-name node "body") +@c @result{} # +@c @end group +@c @end example +@c @end defun @subheading By position @cindex nodes, by position @cindex syntax tree nodes, by position -@defun treesit-first-child-for-pos node pos &optional named -This function finds the first child of @var{node} that extends beyond -buffer position @var{pos}. ``Extends beyond'' means the end of the -child node is greater or equal to @var{pos}. This function only looks -for immediate children of @var{node}, and doesn't look in its -grandchildren. If @var{named} is non-@code{nil}, it looks for the -first named child (@pxref{tree-sitter named node, named node}). -@end defun +@c @defun treesit-first-child-for-pos node pos &optional named +@c This function finds the first child of @var{node} that extends beyond +@c buffer position @var{pos}. ``Extends beyond'' means the end of the +@c child node is greater or equal to @var{pos}. This function only looks +@c for immediate children of @var{node}, and doesn't look in its +@c grandchildren. If @var{named} is non-@code{nil}, it looks for the +@c first named child (@pxref{tree-sitter named node, named node}). +@c @end defun @defun treesit-node-descendant-for-range node beg end &optional named This function finds the @emph{smallest} descendant node of @var{node} @@ -1002,11 +1001,11 @@ Accessing Node Information could be negative, e.g., @code{-1} represents the last child. @end defun -@defun treesit-child-count node &optional named -This function finds the number of children of @var{node}. If -@var{named} is non-@code{nil}, it only counts named children -(@pxref{tree-sitter named node, named node}). -@end defun +@c defun treesit-child-count node &optional named +@c This function finds the number of children of @var{node}. If +@c @var{named} is non-@code{nil}, it only counts named children +@c (@pxref{tree-sitter named node, named node}). +@c @end defun @node Pattern Matching @section Pattern Matching Tree-sitter Nodes @@ -1694,7 +1693,7 @@ Tree-sitter Major Modes ... (cond ;; Tree-sitter setup. - ((treesit-ready-p 'woomy-mode 'woomy) + ((treesit-ready-p 'woomy) (setq-local treesit-variables ...) (treesit-major-mode-setup)) ;; Non-tree-sitter setup. @@ -1706,7 +1705,7 @@ Tree-sitter Major Modes First, the major mode should use @code{treesit-ready-p} to determine whether tree-sitter can be activated in this mode. -@defun treesit-ready-p mode language &optional quiet +@defun treesit-ready-p language &optional quiet This function checks for conditions for activating tree-sitter. It checks whether Emacs was built with tree-sitter, whether the buffer's size is not too large for tree-sitter to handle it, and whether the @@ -1734,7 +1733,7 @@ Tree-sitter Major Modes is non-@code{nil}, it sets up fontification. @item -If @code{treesit-simple-indent-rules} (@pxref{Parser-based Font Lock}) +If @code{treesit-simple-indent-rules} (@pxref{Parser-based Indentation}) is non-@code{nil}, it sets up indentation. @item @@ -1897,12 +1896,12 @@ Tree-sitter C API ts_node_named_child_count treesit-node-child-count ts_node_child_by_field_name treesit-node-by-field-name ts_node_child_by_field_id -ts_node_next_sibling treesit-next-sibling -ts_node_prev_sibling treesit-prev-sibling -ts_node_next_named_sibling treesit-next-sibling -ts_node_prev_named_sibling treesit-prev-sibling -ts_node_first_child_for_byte treesit-first-child-for-pos -ts_node_first_named_child_for_byte treesit-first-child-for-pos +ts_node_next_sibling +ts_node_prev_sibling +ts_node_next_named_sibling +ts_node_prev_named_sibling +ts_node_first_child_for_byte +ts_node_first_named_child_for_byte ts_node_descendant_for_byte_range treesit-descendant-for-range ts_node_descendant_for_point_range ts_node_named_descendant_for_byte_range treesit-descendant-for-range diff --git a/lisp/treesit.el b/lisp/treesit.el index 933d53082f9..c9fdaccaeb5 100644 --- a/lisp/treesit.el +++ b/lisp/treesit.el @@ -1288,8 +1288,7 @@ treesit--simple-indent-eval (cdr exp)))) ;; Presets override functions, so this condition comes before ;; `functionp'. - ((alist-get exp treesit-simple-indent-presets) - (alist-get exp treesit-simple-indent-presets)) + ((alist-get exp treesit-simple-indent-presets)) ((functionp exp) exp) ((symbolp exp) (if (null exp) @@ -2914,9 +2913,9 @@ treesit :eg-result-string "#") - (treesit-first-child-for-pos - :no-eval (treesit-first-child-for-pos node 1) - :eg-result-string "#") + ;; (treesit-first-child-for-pos + ;; :no-eval (treesit-first-child-for-pos node 1) + ;; :eg-result-string "#") (treesit-node-descendant-for-range :no-eval (treesit-node-descendant-for-range node 2 3) :eg-result-string "#") @@ -2992,9 +2991,9 @@ treesit (treesit-field-name-for-child :no-eval (treesit-field-name-for-child node) :eg-result "body") - (treesit-child-count - :no-eval (treesit-child-count node) - :eg-result 3) + ;; (treesit-child-count + ;; :no-eval (treesit-child-count node) + ;; :eg-result 3) "Pattern matching" --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 04 01:56:23 2023 Received: (at 60524) by debbugs.gnu.org; 4 Jan 2023 06:56:23 +0000 Received: from localhost ([127.0.0.1]:47397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCxhH-0003M5-Dh for submit@debbugs.gnu.org; Wed, 04 Jan 2023 01:56:23 -0500 Received: from mail-pj1-f46.google.com ([209.85.216.46]:46049) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCxhF-0003Lp-Ae for 60524@debbugs.gnu.org; Wed, 04 Jan 2023 01:56:21 -0500 Received: by mail-pj1-f46.google.com with SMTP id v13-20020a17090a6b0d00b00219c3be9830so33397293pjj.4 for <60524@debbugs.gnu.org>; Tue, 03 Jan 2023 22:56:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:cc:date:message-id:subject:mime-version :content-transfer-encoding:from:from:to:cc:subject:date:message-id :reply-to; bh=Vm1QiVVaDk3XFxbPzmlaZT/OBQqy5jQlmIeRp3IcFCw=; b=KpL0Y+6MEjpDX0p17oMTd7f7UO0aHEc1cU7jsO0eKw9ZeGUKMkU95EGPoDf9/4XfWT B8ZrqbHgVe4SgpnRgemsLpC2SFNT0+em42j5g+8mwphMKBbIjV3c7j7gW7gIOmT1+okI owWnmA37VAMlh5dMfHyCvBOkak0Us4JgjXfxHIYHhk2OTnorrC17mzBLBaHRLL7NvXeC WQHN36bumrFOMloCA2vSCO+9rkgnjHdcoa99p9iR6KbqbNFuTwoQ/kV23NVS9aOh4cn1 yI7CUGi1mMim9XW3bQfKlpk+wUZ6dWA5RVYr+3cH60+8BxdSsWxzysQxqvGGFyrsiE0Z C7LA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:cc:date:message-id:subject:mime-version :content-transfer-encoding:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Vm1QiVVaDk3XFxbPzmlaZT/OBQqy5jQlmIeRp3IcFCw=; b=3cfBRHLeAhijMnCPFOqIz8Nq5ELLrd3vLhOw/fdZBF4fl50MclnoWuVnddo+SKUpWJ Tc6/pT7Y+HbSJ6roA2x7LPULlBdLwtbtg62sD0rwbgm3n5pzxqHMWmGJhUDGlpgKfExb N640wfcE+ocwWfAUB2zpKw5NJBC7XS/ur6x6xjZi7gX6WXMmeK9AVmnZF5Qmdv0B704o BqqQFy0zNM9skLAhoN85YYlR2nSJ0Gdzhc7nIuyj965eXTSdzl+RRLQyy7lBpXdR1vnp acGNsakTnj616gO7h/UA9hZiBXoqA6Vs5cBWfScPcz/Vt+29Q/PTpWej28sYOI0anu6q jBBA== X-Gm-Message-State: AFqh2kq+e86CrbUKIVauDJksEOXMyhb8+p+1/g2EOOWw1JULsJP73iBP GqSR23ftkVt9tWa82OCSfvQ= X-Google-Smtp-Source: AMrXdXtY+Q66+jMRd/7+CuMkJxFEQlV1fF0MPro66qUgH+8HzDmL5H+Sl6pgAqdMByqydEjizfLa2w== X-Received: by 2002:a17:90b:3597:b0:221:6db6:651e with SMTP id mm23-20020a17090b359700b002216db6651emr52530264pjb.31.1672815375514; Tue, 03 Jan 2023 22:56:15 -0800 (PST) Received: from smtpclient.apple (ip68-3-33-122.ph.ph.cox.net. [68.3.33.122]) by smtp.gmail.com with ESMTPSA id pc16-20020a17090b3b9000b001fde655225fsm833124pjb.2.2023.01.03.22.56.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Jan 2023 22:56:15 -0800 (PST) From: Yuan Fu Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.1\)) Subject: Re: bug#60524: 29.0.60; tree-sitter doc fixes Message-Id: <391DCEB3-11A3-42F2-991A-73920039BED1@gmail.com> Date: Tue, 3 Jan 2023 23:56:13 -0700 To: Juri Linkov X-Mailer: Apple Mail (2.3696.120.41.1.1) X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60524 Cc: 60524@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.0 (-) Juri Linkov writes: > It seems that functions like treesit-next-sibling, = treesit-prev-sibling, > treesit-child-by-field-name, treesit-first-child-for-pos, = treesit-child-count > were planned to implement, but their addition was postponed. For this = reason > I just commented out them, to be able to easily uncomment when they = will > be implemented. I could push other changes to emacs-29 as well: My bad. Those functions missed the "node" in their name. They should be treesit-node-next-sibling, etc. Other changes seem fine to me, thanks for catching so many problems! Yuan From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 04 02:58:38 2023 Received: (at 60524) by debbugs.gnu.org; 4 Jan 2023 07:58:38 +0000 Received: from localhost ([127.0.0.1]:47571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCyfV-0007QZ-Up for submit@debbugs.gnu.org; Wed, 04 Jan 2023 02:58:38 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:45973) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pCyfT-0007QJ-I7; Wed, 04 Jan 2023 02:58:35 -0500 Received: (Authenticated sender: juri@linkov.net) by mail.gandi.net (Postfix) with ESMTPSA id 1B3BDE0009; Wed, 4 Jan 2023 07:58:27 +0000 (UTC) From: Juri Linkov To: Yuan Fu Subject: Re: bug#60524: 29.0.60; tree-sitter doc fixes In-Reply-To: <391DCEB3-11A3-42F2-991A-73920039BED1@gmail.com> (Yuan Fu's message of "Tue, 3 Jan 2023 23:56:13 -0700") Organization: LINKOV.NET References: <391DCEB3-11A3-42F2-991A-73920039BED1@gmail.com> Date: Wed, 04 Jan 2023 09:58:00 +0200 Message-ID: <86k0223f5j.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/30.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60524 Cc: 60524@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 (-) close 60524 29.0.60 thanks >> It seems that functions like treesit-next-sibling, treesit-prev-sibling, >> treesit-child-by-field-name, treesit-first-child-for-pos, treesit-child-count >> were planned to implement, but their addition was postponed. For this reason >> I just commented out them, to be able to easily uncomment when they will >> be implemented. I could push other changes to emacs-29 as well: > > My bad. Those functions missed the "node" in their name. They should be > treesit-node-next-sibling, etc. Other changes seem fine to me, thanks > for catching so many problems! So now pushed with these fixes to emacs-29. From unknown Thu Jun 19 14:11:14 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 01 Feb 2023 12: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