From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 08 07:28:12 2021 Received: (at submit) by debbugs.gnu.org; 8 Apr 2021 11:28:12 +0000 Received: from localhost ([127.0.0.1]:46088 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUSpX-00023f-VD for submit@debbugs.gnu.org; Thu, 08 Apr 2021 07:28:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:39062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUM3H-00085p-Nf for submit@debbugs.gnu.org; Thu, 08 Apr 2021 00:13:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51580) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUM3H-0007xU-Hl for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2021 00:13:55 -0400 Received: from kanna.desu.ne.jp ([44.26.108.130]:6725) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lUM3F-00018G-Hv for bug-gnu-emacs@gnu.org; Thu, 08 Apr 2021 00:13:55 -0400 Received: from kanna.desu.ne.jp (localhost [::1]) by kanna.desu.ne.jp (OpenSMTPD) with ESMTP id b6921aa9 for ; Wed, 7 Apr 2021 21:13:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=desu.ne.jp; h=to:from :subject:message-id:date:mime-version:content-type :content-transfer-encoding; s=desu; bh=5FXh8Ww/AmOrjo9RZ7KfoO7UE 38=; b=QSLLzUUeiJl7p3Pz5XzYytLjuUeb8IPED644hUv0u4OZ59NKzlgWYAfBN cLPx8yljMEr+ZG+LnT+SM4RIGcBAwUYDyv9unRljPr266r1gg3zOdzm44ukufimD A3Yj4YlGnjKl/QCam9N3HMO+Qhk8gUr+i5jJG5FC2+m5RUuOuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=desu.ne.jp; h=to:from :subject:message-id:date:mime-version:content-type :content-transfer-encoding; q=dns; s=desu; b=RHPdh0AxlzQx4qYb1s0 BXqYbkUbwWcfo6vU7dE4q60/IuAldps8TXcaYAcdzDZNDgSoTytXoWawlZzAOBuI 9VEU5lDrBNN50jBBOtT6GXteFuiYNRlP5P4b/SsNO4eTXYMFZ2hqUaXyNBVDuUpJ QOGTnJ0oSpBILW7PoM6HXI/A= Received: by kanna.desu.ne.jp (OpenSMTPD) with ESMTPSA id 225862fa (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for ; Wed, 7 Apr 2021 21:13:48 -0700 (PDT) To: bug-gnu-emacs@gnu.org From: Simon McFarlane Subject: 28.0.50; completion-at-point fails in verilog-mode Message-ID: <49a4dea5-5707-03e3-acd2-5737a46c96ec@desu.ne.jp> Date: Wed, 7 Apr 2021 21:13:45 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=44.26.108.130; envelope-from=sm@desu.ne.jp; helo=kanna.desu.ne.jp 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 08 Apr 2021 07:28:10 -0400 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.3 (--) M-x completion-at-point throws a failed assertion in verilog-mode. After some digging I believe this is because verilog-toggle-completions is missing a save-excursion somewhere. Sadly I'm not a true Emacs guru so I couldn't figure out exactly where. completion-in-region: Assertion failed: (<= start (point)), #, 12 This is reproducible with a very simple verilog file consisting of only "module test();". This is very similar to bug #41740 reported by Shinichi Sakata. In GNU Emacs 28.0.50 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.28, cairo version 1.17.4) of 2021-04-06 built on 120af952437f Repository revision: 8c80289348aa95884bb9263a643e3f873ed4bfda Repository branch: pgtk-nativecomp Windowing system distributor 'System Description: Arch Linux Configured using: 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games --with-sound=alsa --with-modules --with-x-toolkit=gtk3 --with-cairo --with-xwidgets --with-native-compilation --with-pgtk --without-compress-install --without-gconf --without-gsettings --without-m17n-flt --enable-autodepend --enable-link-time-optimization CC=/usr/bin/clang 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -g -flto' LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now CPPFLAGS=-D_FORTIFY_SOURCE=2 'CPP=/usr/bin/clang -E'' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS XIM XWIDGETS GTK3 ZLIB Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=fcitx locale-coding-system: utf-8-unix Major mode: Verilog Minor modes in effect: tooltip-mode: t global-eldoc-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow sort mail-extr cl-print debug backtrace find-func cus-edit pp wid-edit cus-start cus-load thingatpt help-fns radix-tree help-mode emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date verilog-mode compile text-property-search comint ansi-color ring diff company edmacro kmacro pcase easy-mmode finder-inf package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/pgtk-win pgtk-win term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-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 cl-generic 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 charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads xwidget-internal dbusbind inotify dynamic-setting font-render-setting cairo move-toolbar gtk x-toolkit pgtk lcms2 multi-tty make-network-process nativecomp emacs) Memory information: ((conses 16 142467 8669) (symbols 48 12266 0) (strings 32 36962 2160) (string-bytes 1 1193201) (vectors 16 20597) (vector-slots 8 396489 15323) (floats 8 55 22) (intervals 56 1040 0) (buffers 992 16)) From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 09 05:50:16 2021 Received: (at 47652) by debbugs.gnu.org; 9 Apr 2021 09:50:16 +0000 Received: from localhost ([127.0.0.1]:49113 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUnmH-0004yZ-SY for submit@debbugs.gnu.org; Fri, 09 Apr 2021 05:50:16 -0400 Received: from kanna.desu.ne.jp ([44.26.108.130]:19363) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lUiNc-00040p-6N for 47652@debbugs.gnu.org; Fri, 09 Apr 2021 00:04:27 -0400 Received: from kanna.desu.ne.jp (localhost [::1]) by kanna.desu.ne.jp (OpenSMTPD) with ESMTP id a7afefc8 for <47652@debbugs.gnu.org>; Thu, 8 Apr 2021 21:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=desu.ne.jp; h=to:from :subject:message-id:date:mime-version:content-type; s=desu; bh=4 Bh4/pOLnJq0HwlGMwHru3mH4Hk=; b=g79xmHNFkG1mDZjNuiwb34f2tuaN8henG LyLH2DP2oGVqF0erPdj2pC2bRk8cb+Dr015LHx51bejQiN75f1gX7GVrg/2ieG9M oDo75RTEUm9NgggVPXfX3dzeniD4V84onb2/v1H7MktItgNzP6JkeJdHJ8jZyEUJ Yq8hrr2/Ag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=desu.ne.jp; h=to:from :subject:message-id:date:mime-version:content-type; q=dns; s= desu; b=k/Pr6kqBi6LjFAhz0TgNDXNR7UbcXSKVtQ7ZPyQRzT2CaRHwns+bEkbe +g2kROYAyE6gdrCVpR2wkYnVCaRQYjGEY4RrTC0i0SsyXuGyCaV54j10H3yJfigp Z0FKVXl0Oh8hgOtgT/5e4Iklqr7XAG+HLRVYLVi9OLRJsToovRY= Received: by kanna.desu.ne.jp (OpenSMTPD) with ESMTPSA id b0fd3fb8 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <47652@debbugs.gnu.org>; Thu, 8 Apr 2021 21:04:17 -0700 (PDT) To: 47652@debbugs.gnu.org From: Simon McFarlane Subject: bug#47652: 28.0.50; completion-at-point fails in verilog-mode Message-ID: <83fd198e-503e-8f47-2bf7-1eb8ca549c49@desu.ne.jp> Date: Thu, 8 Apr 2021 21:04:15 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------B945E151D4292D0D2E160430" Content-Language: en-US X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47652 X-Mailman-Approved-At: Fri, 09 Apr 2021 05:50:13 -0400 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 (-) This is a multi-part message in MIME format. --------------B945E151D4292D0D2E160430 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi, After a very pleasant evening with Edebug (seriously, debugging Emacs is such a smooth experience) I found what I believe to be the culprit and have attached a patch that fixes the issue for me. This is my first time contributing to Emacs so I apologize if I've violated the mailing list convention or etiquette. Happy to make adjustments if my patch isn't quite right. Thanks, Simon --------------B945E151D4292D0D2E160430 Content-Type: text/x-patch; charset=UTF-8; name="0001-verilog-mode-add-save-excursion-to-fix-completion-at.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="0001-verilog-mode-add-save-excursion-to-fix-completion-at.pa"; filename*1="tch" >From 5f80b93f0456a94efc9cf027b5f920cb63e13f38 Mon Sep 17 00:00:00 2001 From: Simon McFarlane Date: Thu, 8 Apr 2021 20:57:53 -0700 Subject: [PATCH] verilog-mode: add save-excursion to fix completion-at-word mangling cursor --- lisp/progmodes/verilog-mode.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el index a7f72950b1..bc4f101c0a 100644 --- a/lisp/progmodes/verilog-mode.el +++ b/lisp/progmodes/verilog-mode.el @@ -7630,27 +7630,27 @@ nil otherwise." (let ((state (car (verilog-calculate-indent)))) (cond ((eq state 'defun) (save-excursion (verilog-var-completion)) - (verilog-func-completion 'module) + (save-excursion (verilog-func-completion 'module)) (verilog-keyword-completion verilog-defun-keywords)) ((eq state 'behavioral) (save-excursion (verilog-var-completion)) - (verilog-func-completion 'module) + (save-excursion (verilog-func-completion 'module)) (verilog-keyword-completion verilog-defun-keywords)) ((eq state 'block) (save-excursion (verilog-var-completion)) - (verilog-func-completion 'tf) + (save-excursion (verilog-func-completion 'tf)) (verilog-keyword-completion verilog-block-keywords)) ((eq state 'case) (save-excursion (verilog-var-completion)) - (verilog-func-completion 'tf) + (save-excursion (verilog-func-completion 'tf)) (verilog-keyword-completion verilog-case-keywords)) ((eq state 'tf) (save-excursion (verilog-var-completion)) - (verilog-func-completion 'tf) + (save-excursion (verilog-func-completion 'tf)) (verilog-keyword-completion verilog-tf-keywords)) ((eq state 'cpp) @@ -7662,7 +7662,7 @@ nil otherwise." (t;--Anywhere else (save-excursion (verilog-var-completion)) - (verilog-func-completion 'both) + (save-excursion (verilog-func-completion 'both)) (verilog-keyword-completion verilog-separator-keywords)))) ;; Now we have built a list of all matches. Give response to caller -- 2.31.1 --------------B945E151D4292D0D2E160430-- From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 05:47:03 2021 Received: (at 47652) by debbugs.gnu.org; 12 Apr 2021 09:47:03 +0000 Received: from localhost ([127.0.0.1]:56538 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVt9q-0005Lj-LL for submit@debbugs.gnu.org; Mon, 12 Apr 2021 05:47:02 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49704) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVt9o-0005F0-KP for 47652@debbugs.gnu.org; Mon, 12 Apr 2021 05:47:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=l53Whiu7jmPOSg64q+RolBUcQE815IlLoHChcVw07r4=; b=KmamFCd6EMNch2L7/xHNavUEIl emPv2DsNF0XCRTCo9eKOZXxTivfgH+Dlv2Gkcm6MbDTEkllvTpSLEEUrxaqBQp1AhTFm6aQsigDTC CTKD7BSiCe3sL6RgmL+BikmEd65kSszfHivXk9W3w3F9h7Y3xqrFIpG9Q74JwiCKkEBg=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lVt9V-0005vD-FD; Mon, 12 Apr 2021 11:46:53 +0200 From: Lars Ingebrigtsen To: Simon McFarlane Subject: Re: bug#47652: 28.0.50; completion-at-point fails in verilog-mode References: <49a4dea5-5707-03e3-acd2-5737a46c96ec@desu.ne.jp> <83fd198e-503e-8f47-2bf7-1eb8ca549c49@desu.ne.jp> X-Now-Playing: Marianne Faithfull's _A Child's Adventure_: "Ashes In My Hand" Date: Mon, 12 Apr 2021 11:46:40 +0200 In-Reply-To: <83fd198e-503e-8f47-2bf7-1eb8ca549c49@desu.ne.jp> (Simon McFarlane's message of "Thu, 8 Apr 2021 21:04:15 -0700") Message-ID: <87sg3vygvz.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: Simon McFarlane writes: > After a very pleasant evening with Edebug (seriously, debugging Emacs > is such a smooth experience) I found what I believe to be the culprit > and have attached a patch that fixes the issue for me. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47652 Cc: 47652@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 (-) Simon McFarlane writes: > After a very pleasant evening with Edebug (seriously, debugging Emacs > is such a smooth experience) I found what I believe to be the culprit > and have attached a patch that fixes the issue for me. This is my > first time contributing to Emacs so I apologize if I've violated the > mailing list convention or etiquette. It's a perfect bug report. :-) > Happy to make adjustments if my patch isn't quite right. [...] > - (verilog-func-completion 'module) > + (save-excursion (verilog-func-completion 'module)) I used your general idea here, but I moved the save-excursion into the function instead of wrapping the call sites in Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 12 05:47:07 2021 Received: (at control) by debbugs.gnu.org; 12 Apr 2021 09:47:07 +0000 Received: from localhost ([127.0.0.1]:56541 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVt9v-0005PS-0E for submit@debbugs.gnu.org; Mon, 12 Apr 2021 05:47:07 -0400 Received: from quimby.gnus.org ([95.216.78.240]:49718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lVt9t-0005JQ-HZ for control@debbugs.gnu.org; Mon, 12 Apr 2021 05:47:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=4diYu+UeY6TYZ2WDDlIYhMKDhZ2K3twNYLdSPFHKMro=; b=qc/i4ACv35yyka/rxjQeOWJ40z 9i+ToYE0XMBzyTya/FwYzB5UkMVOc7BtK9IFgE9CSzgq0lTFNWE0gwMUqh2wrynRZFzcVxO51MuwJ kqE9zFyOL2Npt797rkqpyLXevjLjKkuUcu3KCQv2MFrRZbMlj4d+xr6XCZqykm5FaAE8=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lVt9l-0005vR-4e for control@debbugs.gnu.org; Mon, 12 Apr 2021 11:46:59 +0200 Date: Mon, 12 Apr 2021 11:46:56 +0200 Message-Id: <87r1jfygvj.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #47652 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.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 @@CONTACT_ADDRESS@@ for details. Content preview: tags 47652 fixed close 47652 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) 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: -1.0 (-) tags 47652 fixed close 47652 28.1 quit From unknown Fri Jun 20 07:15:07 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 10 May 2021 11:24:06 +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