From unknown Wed Jun 25 05:43:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21401: 11.88.6; Incorrect detection of TeX variant Resent-From: Jonathan Underwood Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Wed, 02 Sep 2015 15:30:07 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21401 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: 21401@debbugs.gnu.org X-Debbugs-Original-To: bug-auctex@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.144120775615486 (code B ref -1); Wed, 02 Sep 2015 15:30:07 +0000 Received: (at submit) by debbugs.gnu.org; 2 Sep 2015 15:29:16 +0000 Received: from localhost ([127.0.0.1]:46614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZX9yO-00041h-1K for submit@debbugs.gnu.org; Wed, 02 Sep 2015 11:29:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:50448) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZX7Hn-0008Je-Lb for submit@debbugs.gnu.org; Wed, 02 Sep 2015 08:37:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX7Hl-0006vz-5B for submit@debbugs.gnu.org; Wed, 02 Sep 2015 08:37:06 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39894) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX7Hl-0006rf-1G for submit@debbugs.gnu.org; Wed, 02 Sep 2015 08:37:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX7Aw-0006bQ-Vg for bug-auctex@gnu.org; Wed, 02 Sep 2015 08:30:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZX7As-0003AB-Px for bug-auctex@gnu.org; Wed, 02 Sep 2015 08:30:02 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:33768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZX7As-00039b-J0 for bug-auctex@gnu.org; Wed, 02 Sep 2015 08:29:58 -0400 Received: by wicmc4 with SMTP id mc4so64467287wic.0 for ; Wed, 02 Sep 2015 05:29:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HDm80YVUhdXvv1huXfxayEMsGwrKeIvX9sLoa5WdW5w=; b=OUur1tRoVhl4kxOZLJHNi+CPXFOesvB1ZkJ/plYKCjSp/ZRcS9ZNc9p0lo7HCUSfDi cetRaN/1zH8Qym/+Ntvojw+2lK7j0QNDMTSsC8gMv2j8q4+A7BG+/rCEZhNiEFowZ+kr UeDmrAiceYaaF4o9QuStzwiCYUlBEGz2n5VdId9gHTDLqk3mkhNrPnGMBlYbpSdDTPA5 UE6hJzIdioKi3FgcxG60i5TxCPirmJBqnFjwFDTgHrjUF+JLYGzJOUNvAFNZ50YhsAXA PMvGmkjD2/b1+x7LDgKmO4FtqZmo5e8NURRBbJU1HqfRVB8iINMjY4N17fuC5ciRfsQ8 I4KQ== MIME-Version: 1.0 X-Received: by 10.180.10.170 with SMTP id j10mr2976282wib.77.1441196997284; Wed, 02 Sep 2015 05:29:57 -0700 (PDT) Received: by 10.27.172.139 with HTTP; Wed, 2 Sep 2015 05:29:57 -0700 (PDT) Date: Wed, 2 Sep 2015 13:29:57 +0100 Message-ID: From: Jonathan Underwood Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Mailman-Approved-At: Wed, 02 Sep 2015 11:29:14 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.0 (----) The following simple file results in AucTeX assuming the compiler to run is AmS-TeX which no longer exists on most machines. \documentclass[11pt]{article} \usepackage{basicart1} \begin{document} \Document{DocNum}{\today} \Title{Title of an Article} { \makebox[0.20\textwidth][c]{ Name of the Author } } { \makebox[0.17\textwidth][c]{% % \footnotesize author@email.address } } {% Short Title } {% Short Author } \end{document} Emacs : GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.16.2) of 2015-04-22 on buildhw-10.phx2.fedoraproject.org Package: 11.88.6 current state: ============== (setq AUCTeX-date "2015-05-08" window-system 'x LaTeX-version "2e" TeX-style-path '("~/.emacs.d/auctex" "/home/jgu/.emacs.d/elpa/auctex-11.88.6/style" "/home/jgu/.emacs.d/auctex/auto" "/home/jgu/.emacs.d/auctex/style" "auto" "style") TeX-auto-save t TeX-parse-self t TeX-master nil TeX-command-list '(("TeX" "%(PDF)%(tex) %(file-line-error) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command") ) ) From unknown Wed Jun 25 05:43:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21401: Incorrect detection of TeX variant References: In-Reply-To: Resent-From: Matthew Saltzman Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Wed, 02 Sep 2015 16:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21401 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: "21401@debbugs.gnu.org" <21401@debbugs.gnu.org> Received: via spool by 21401-submit@debbugs.gnu.org id=B21401.144121249428891 (code B ref 21401); Wed, 02 Sep 2015 16:49:01 +0000 Received: (at 21401) by debbugs.gnu.org; 2 Sep 2015 16:48:14 +0000 Received: from localhost ([127.0.0.1]:46661 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZXBCo-0007Vu-0d for submit@debbugs.gnu.org; Wed, 02 Sep 2015 12:48:14 -0400 Received: from mailclient5.clemson.edu ([130.127.237.184]:17755) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZXB5b-0007L8-Jp for 21401@debbugs.gnu.org; Wed, 02 Sep 2015 12:40:48 -0400 Received: from EXCH10HUB02.CAMPUS.CU.CLEMSON.EDU (exch10hub02.clemson.edu [10.20.34.23]) by mailclient5.clemson.edu (8.13.8/8.13.8) with ESMTP id t82Gek4V019281 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT) for <21401@debbugs.gnu.org>; Wed, 2 Sep 2015 12:40:46 -0400 Received: from EXCH10MBX02.CAMPUS.CU.CLEMSON.EDU ([169.254.2.182]) by EXCH10HUB02.CAMPUS.CU.CLEMSON.EDU ([10.20.34.23]) with mapi id 14.03.0174.001; Wed, 2 Sep 2015 12:40:45 -0400 From: Matthew Saltzman Thread-Topic: Incorrect detection of TeX variant Thread-Index: AQHQ5Z4djLpBO+HxF0ewA3p94j1dRA== Date: Wed, 2 Sep 2015 16:40:45 +0000 Message-ID: <1441212045.3148.51.camel@clemson.edu> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [198.21.238.172] Content-Type: text/plain; charset="utf-8" Content-ID: Content-Transfer-Encoding: base64 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151, 1.0.33, 0.0.0000 definitions=2015-09-02_08:2015-09-02,2015-09-02,1970-01-01 signatures=0 X-Proofpoint-Spam-Reason: safe X-Proofpoint-Subject: Incorrect detection of TeX variant X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Wed, 02 Sep 2015 12:48:12 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (--) SXQncyBub3Qgc28gbXVjaCB0aGF0IEFtUy1UZVggaXMgZGV0ZWN0ZWQsIGFzIHRoZSBhbXN0ZXgg cHJvY2Vzc29yIGlzDQpzdGlsbCBwYXJ0IG9mIFRlWExpdmUgKGFuZCBJIHByZXN1bWUgb3RoZXIg ZGlzdHJpYnV0aW9ucyBhcyB3ZWxsKSwgYnV0DQp3aGVuIEFtUy1UZVggaXMgZGV0ZWN0ZWQgYW5k IHRoZSBvcHRpb24gdG8gcHJvZHVjZSBQREYgb3V0cHV0IGlzDQpzZWxlY3RlZCwgdGhlIGNvbW1h bmQgdGhhdCBpcyBpbnZva2VkIGlzIHBkZmFtc3RleCwgd2hpY2ggZG9lcyBub3QNCmV4aXN0IGF0 IGFsbCwgYW55d2hlcmUuDQotLSANCk1hdHRoZXcgU2FsdHptYW4NCkNsZW1zb24gVW5pdmVyc2l0 eSBNYXRoIFNjaWVuY2VzDQptanMgQVQgY2xlbXNvbiBET1QgZWR1DQo= From unknown Wed Jun 25 05:43:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21401: 11.88.6; Incorrect detection of TeX variant Resent-From: Tassilo Horn Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Thu, 03 Sep 2015 05:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21401 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: Jonathan Underwood Cc: 21401@debbugs.gnu.org Received: via spool by 21401-submit@debbugs.gnu.org id=B21401.144125964521609 (code B ref 21401); Thu, 03 Sep 2015 05:55:01 +0000 Received: (at 21401) by debbugs.gnu.org; 3 Sep 2015 05:54:05 +0000 Received: from localhost ([127.0.0.1]:47094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZXNTI-0005cS-IH for submit@debbugs.gnu.org; Thu, 03 Sep 2015 01:54:04 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:36292) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZXNTG-0005c5-BP for 21401@debbugs.gnu.org; Thu, 03 Sep 2015 01:54:03 -0400 Received: from thinkpad-t440p (dhcp224.uni-koblenz.de [141.26.71.224]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 7D0C03D6006; Thu, 3 Sep 2015 07:54:00 +0200 (CEST) From: Tassilo Horn References: Date: Thu, 03 Sep 2015 07:54:00 +0200 In-Reply-To: (Jonathan Underwood's message of "Wed, 2 Sep 2015 13:29:57 +0100") Message-ID: <87egigcakn.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (-) Jonathan Underwood writes: > The following simple file results in AucTeX assuming the compiler to > run is AmS-TeX which no longer exists on most machines. > > \documentclass[11pt]{article} > \usepackage{basicart1} > \begin{document} > > \Document{DocNum}{\today} I think this line is the culprit. AmS-TeX is detected by something matching the regex "\\\\document\\b" near the beginning of the document (see `TeX-format-list'). I don't know AmS-TeX at all but I think the regexes in `TeX-format-list' should be matched case-sensitively (they are currently not), no? And then your \Document wouldn't be matched. Matthew Saltzman writes: > It's not so much that AmS-TeX is detected, as the amstex processor is > still part of TeXLive (and I presume other distributions as well), but > when AmS-TeX is detected and the option to produce PDF output is > selected, the command that is invoked is pdfamstex, which does not > exist at all, anywhere. I guess we should use amstex -output-format=pdf then, right? Bye, Tassilo From unknown Wed Jun 25 05:43:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21401: 11.88.6; Incorrect detection of TeX variant Resent-From: Tassilo Horn Original-Sender: "Debbugs-submit" Resent-CC: bug-auctex@gnu.org Resent-Date: Thu, 03 Sep 2015 06:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21401 X-GNU-PR-Package: auctex X-GNU-PR-Keywords: To: Jonathan Underwood , Matthew Saltzman Cc: 21401@debbugs.gnu.org Received: via spool by 21401-submit@debbugs.gnu.org id=B21401.144126190925162 (code B ref 21401); Thu, 03 Sep 2015 06:32:02 +0000 Received: (at 21401) by debbugs.gnu.org; 3 Sep 2015 06:31:49 +0000 Received: from localhost ([127.0.0.1]:47109 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZXO3o-0006Xm-L4 for submit@debbugs.gnu.org; Thu, 03 Sep 2015 02:31:49 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:36962) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZXO3m-0006Xa-BI for 21401@debbugs.gnu.org; Thu, 03 Sep 2015 02:31:47 -0400 Received: from thinkpad-t440p (dhcp224.uni-koblenz.de [141.26.71.224]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 0AE0B3D6006; Thu, 3 Sep 2015 08:31:46 +0200 (CEST) From: Tassilo Horn References: <87egigcakn.fsf@gnu.org> Date: Thu, 03 Sep 2015 08:31:45 +0200 In-Reply-To: <87egigcakn.fsf@gnu.org> (Tassilo Horn's message of "Thu, 03 Sep 2015 07:54:00 +0200") Message-ID: <87a8t4c8tq.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.3 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.3 (-) Tassilo Horn writes: Hi Jonathan & Matthew, >> The following simple file results in AucTeX assuming the compiler to >> run is AmS-TeX which no longer exists on most machines. >> >> \documentclass[11pt]{article} >> \usepackage{basicart1} >> \begin{document} >> >> \Document{DocNum}{\today} > > I think this line is the culprit. AmS-TeX is detected by something > matching the regex "\\\\document\\b" near the beginning of the document > (see `TeX-format-list'). > > I don't know AmS-TeX at all but I think the regexes in `TeX-format-list' > should be matched case-sensitively (they are currently not), no? And > then your \Document wouldn't be matched. > > Matthew Saltzman writes: > >> It's not so much that AmS-TeX is detected, as the amstex processor is >> still part of TeXLive (and I presume other distributions as well), but >> when AmS-TeX is detected and the option to produce PDF output is >> selected, the command that is invoked is pdfamstex, which does not >> exist at all, anywhere. > > I guess we should use amstex -output-format=pdf then, right? I've committed the following patch to the git master. Could you please try it out and report back if that fixes the issues (i.e., the wrong detection of AMS-TeX, and the nonexisting command when trying to process a real AMS-TeX document with TeX-PDF-mode enabled)? --8<---------------cut here---------------start------------->8--- References: master origin/master origin/HEAD Author: Tassilo Horn AuthorDate: Thu Sep 3 08:26:50 2015 +0200 Commit: Tassilo Horn CommitDate: Thu Sep 3 08:26:50 2015 +0200 Case-sensitive mode detection + AMS-TeX fixes * tex.el (TeX-tex-mode): Don't ignore case when matching the TeX-format-list regexes. (TeX-expand-list): Add expansion of %(PDFout) to -output-format option for AmS-TeX. (TeX-command-list): Use it instead of calling the non-existing pdfamstex command. 1 parent commit, 1 merged branch, 2 containing branches Parent | 66b97ff Don't add font-latex-setup to latex-mode-hook Merged | master Containing | master simplify-TeX-parse-error Follows | release_11_88 (170) 2 files changed, 16 insertions(+), 3 deletions(-) ChangeLog | 9 +++++++++ tex.el | 10 +++++++--- modified ChangeLog @@ -1,3 +1,12 @@ +2015-09-03 Tassilo Horn + + * tex.el (TeX-tex-mode): Don't ignore case when matching the + TeX-format-list regexes. + (TeX-expand-list): Add expansion of %(PDFout) to -output-format + option for AmS-TeX. + (TeX-command-list): Use it instead of calling the non-existing + pdfamstex command. + 2015-09-02 Tassilo Horn * font-latex.el: Remove code which set up font-latex for use with modified tex.el @@ -132,7 +132,7 @@ If nil, none is specified." (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") - ("AmSTeX" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" + ("AmSTeX" "amstex %(PDFout) %(extraopts) %`%S%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ;; support for ConTeXt --pg ;; first version of ConTeXt to support nonstopmode: 2003.2.10 @@ -455,7 +455,11 @@ string." "pdf" ""))) ("%(PDFout)" (lambda () - (cond ((and (eq TeX-engine 'xetex) + (cond ((eq major-mode 'ams-tex-mode) + (if TeX-PDF-mode + " -output-format=pdf" + " -output-format=dvi")) + ((and (eq TeX-engine 'xetex) (not TeX-PDF-mode)) " -no-pdf") ((and (eq TeX-engine 'luatex) @@ -3398,7 +3402,7 @@ The algorithm is as follows: (regexp-quote TeX-esc) "\\)*\\)\\(%+ *\\)")) (entry TeX-format-list) - answer) + answer case-fold-search) (while (and entry (not answer)) (if (re-search-forward (nth 2 (car entry)) 10000 t) --8<---------------cut here---------------end--------------->8--- Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 04 06:17:11 2024 Received: (at control) by debbugs.gnu.org; 4 Mar 2024 11:17:11 +0000 Received: from localhost ([127.0.0.1]:42093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rh6Jf-0004jz-J4 for submit@debbugs.gnu.org; Mon, 04 Mar 2024 06:17:11 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51914) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rh6Jb-0004jI-03 for control@debbugs.gnu.org; Mon, 04 Mar 2024 06:17:05 -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 1rh6J1-0001pI-PW for control@debbugs.gnu.org; Mon, 04 Mar 2024 06:16:28 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=da7U6LrzA9xcHCdg19d8LhRAI8s2m4JgBTuPq9Aie+k=; b=XtFcvb1ij0hGDn YBhRNl5CN442vPD0F9IL5+gQnyn2DN3IThzweva/Wpt5g07BS1OyDWX3MFIRzTMDXIhYVExEt6Zfx TqBqxr27Om4nHwrMB0tYXQns3Bl2T1b8CYIp/uKzElee2G37i4xA5qoVoZ4OAPgPW2CcIuTuWf2mR 6ov1fbr48etIokNdFiNY+QCeUMyvIl/LFRAv5LJQtAbHVHt5jtv9dbvGBKJFmDriPH1Nmc2ylpEM8 RXr48hR0D0xv2v5a+zeQdttLdH2BR+79Uk4igxJGmALLTjx2V7A5IvYMXEVobwe1Kvi4Evsz5WYgw eOuvdcXXuM+mJhjTOIDA==; From: Arash Esbati To: control@debbugs.gnu.org Subject: control message for bug #21401 Date: Mon, 04 Mar 2024 12:15:59 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) 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: -3.3 (---) close 21401 quit