From unknown Sun Jun 22 00:18:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76104: M-. complains that TAGS file is missing, and refuse to continue Resent-From: Konstantin Kharlamov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Feb 2025 21:48:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76104 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: jas@extundo.com Cc: 76104@debbugs.gnu.org X-Debbugs-Original-Cc: emacs-pretest-bug@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173887848019794 (code B ref -1); Thu, 06 Feb 2025 21:48:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Feb 2025 21:48:00 +0000 Received: from localhost ([127.0.0.1]:59635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tg9j6-00059C-7k for submit@debbugs.gnu.org; Thu, 06 Feb 2025 16:48:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57898) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tg9j4-00058w-QP for submit@debbugs.gnu.org; Thu, 06 Feb 2025 16:47:59 -0500 Received: from forward401d.mail.yandex.net ([178.154.239.222]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tg9ix-0002ya-H7 for emacs-pretest-bug@gnu.org; Thu, 06 Feb 2025 16:47:53 -0500 Received: from mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:2322:0:640:6062:0]) by forward401d.mail.yandex.net (Yandex) with ESMTPS id 913AA6232D; Fri, 7 Feb 2025 00:47:46 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id jlu7cSxOeeA0-rn0dEOBa; Fri, 07 Feb 2025 00:47:46 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1738878466; bh=vRxNmXxLgsLzigUbBouOiEz6K1wMwdFALLe8HQe5nMU=; h=Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=xEVnTdHHDUg3AaPSXv1ohrZlT7/mtjsSoWscY6+WMM3cJ9NZ9C/RMtSw2ROBzab0E p/Hp1qDvABiwlwyVS6dhaJjO82KNDcaEh/hfjyKYV/dglE6XOy4ZL6fcJstKltY7Lj Bg1KR5fGqTNv0bnawYa51YS9adkTuPdBNxo2exqk= Authentication-Results: mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> From: Konstantin Kharlamov Date: Fri, 07 Feb 2025 00:47:45 +0300 In-Reply-To: iluiso3we6c.fsf@latte.josefsson.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 Received-SPF: pass client-ip=178.154.239.222; envelope-from=Hi-Angel@yandex.ru; helo=forward401d.mail.yandex.net 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=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.3 (-) 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 (--) > Once Emacs has visited a tags file, it insists on it always being > present, even if I happen to, e.g., remove the entire directory. > > A better approach would be to turn the error message into a prompt > "File foo no longer exists! Ignore? (y or n)" and remove that tags > file from the list of tags file it uses. Fixed with commit eb12b6d Avoid infinite questions if TAGS file was removed should be in an upcoming Emacs release (version string says 31.0.50, so I p= resume since Emacs 31). I searched if anyone has ever reported this, and this is the only case I fo= und. Apparently, no one really cared for the problem, but I fixed it anyway as i= t was easy to do =F0=9F=98=8A So, enjoy this in the new upcoming release! (or you can just override the f= unction `tags-verify-table` in your init file). From unknown Sun Jun 22 00:18:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76104: M-. complains that TAGS file is missing, and refuse to continue References: <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> In-Reply-To: <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> Resent-From: Konstantin Kharlamov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Feb 2025 21:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76104 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 76104@debbugs.gnu.org Received: via spool by 76104-submit@debbugs.gnu.org id=B76104.173887863720479 (code B ref 76104); Thu, 06 Feb 2025 21:51:02 +0000 Received: (at 76104) by debbugs.gnu.org; 6 Feb 2025 21:50:37 +0000 Received: from localhost ([127.0.0.1]:59645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tg9ld-0005KC-4T for submit@debbugs.gnu.org; Thu, 06 Feb 2025 16:50:37 -0500 Received: from forward100b.mail.yandex.net ([178.154.239.147]:36694) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tg9la-0005Js-Rs for 76104@debbugs.gnu.org; Thu, 06 Feb 2025 16:50:35 -0500 Received: from mail-nwsmtp-smtp-production-main-10.sas.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-10.sas.yp-c.yandex.net [IPv6:2a02:6b8:c10:2222:0:640:c513:0]) by forward100b.mail.yandex.net (Yandex) with ESMTPS id 3270E60917 for <76104@debbugs.gnu.org>; Fri, 7 Feb 2025 00:50:27 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-10.sas.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id Qou7cD7OqmI0-01lSK9DV; Fri, 07 Feb 2025 00:50:26 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1738878626; bh=7JVZzDhBPCbQLkT+IedJsxLTeegtoSyeT6qx9QYvrhU=; h=Date:To:From:Subject:Message-ID; b=KTgU1fOWXW9l6t9lVWljNw6H3rfmBkGD4sWewPxeaZUyw3gxBHSUICzSUKGSI61ns SBLpFPfBjXTMyWSTaFbVmq7NIy2mWPENJRIe6Qj8MTirmG47BSa+uQFR/Vh6PS7Hy6 2xdx09L2l0WBeFM0okkbqIRVUre36oNq9ncJru7E= Authentication-Results: mail-nwsmtp-smtp-production-main-10.sas.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: From: Konstantin Kharlamov Date: Fri, 07 Feb 2025 00:50:26 +0300 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) 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 (-) Huh=E2=80=A6 =F0=9F=A4=94 I am not sure why bugreport got created, I just r= eplied to a user post with CC'ing some emacs-pretest-bug@gnu.org mailing list=E2=80=A6 From unknown Sun Jun 22 00:18:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Konstantin Kharlamov Subject: bug#76104: closed () Message-ID: References: <0cde0a8deb40444b0ed702e9488003f74edc18b2.camel@yandex.ru> <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> X-Gnu-PR-Message: they-closed 76104 X-Gnu-PR-Package: emacs Reply-To: 76104@debbugs.gnu.org Date: Thu, 06 Feb 2025 22:02:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1738879322-22480-1" This is a multi-part message in MIME format... ------------=_1738879322-22480-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76104: M-. complains that TAGS file is missing, and refuse to continue which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76104@debbugs.gnu.org. --=20 76104: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76104 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1738879322-22480-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76104-done) by debbugs.gnu.org; 6 Feb 2025 22:01:40 +0000 Received: from localhost ([127.0.0.1]:59663 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tg9wK-0005pn-GC for submit@debbugs.gnu.org; Thu, 06 Feb 2025 17:01:40 -0500 Received: from forward103d.mail.yandex.net ([178.154.239.214]:54668) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tg9wH-0005pS-6B for 76104-done@debbugs.gnu.org; Thu, 06 Feb 2025 17:01:39 -0500 Received: from mail-nwsmtp-smtp-production-main-18.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-18.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:740e:0:640:ce97:0]) by forward103d.mail.yandex.net (Yandex) with ESMTPS id 4DB79609C6 for <76104-done@debbugs.gnu.org>; Fri, 7 Feb 2025 01:01:25 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-18.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id N1vSmg4OjGk0-fdET5yol; Fri, 07 Feb 2025 01:01:24 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1738879284; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; h=Date:To:From:Subject:Message-ID; b=bvK/C8ic87Q7dh0Vlc6TNij6Bo/wVqrPLZEpKAdotEh0fNYLefQphqWwpVz2n037E ADfL743iBjqZ3BYUtpR51qEKiUegTaerFP99azvazapdfj1LD5NjhlWcsV/Qh8BzV/ 2mlAZ6GuBBzim6DXiN4URLWvf8t6QHiz8tnzkyTE= Authentication-Results: mail-nwsmtp-smtp-production-main-18.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <0cde0a8deb40444b0ed702e9488003f74edc18b2.camel@yandex.ru> Subject: From: Konstantin Kharlamov To: 76104-done@debbugs.gnu.org Date: Fri, 07 Feb 2025 01:01:23 +0300 Content-Type: text/plain Content-Transfer-Encoding: 7bit User-Agent: Evolution 3.54.3 MIME-Version: 1.0 X-Spam-Score: 4.3 (++++) 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: Content analysis details: (4.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [178.154.239.214 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [178.154.239.214 listed in bl.score.senderscore.com] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [178.154.239.214 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [178.154.239.214 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (hi-angel[at]yandex.ru) 2.0 BLANK_SUBJECT Subject is present but empty 2.3 EMPTY_MESSAGE Message appears to have no textual parts 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 76104-done 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 (+++) 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: Content analysis details: (3.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [178.154.239.214 listed in sa-trusted.bondedsender.org] 0.0 RCVD_IN_MSPIKE_H4 RBL: Very Good reputation (+4) [178.154.239.214 listed in wl.mailspike.net] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [178.154.239.214 listed in bl.score.senderscore.com] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [178.154.239.214 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (hi-angel[at]yandex.ru) 2.0 BLANK_SUBJECT Subject is present but empty 2.3 EMPTY_MESSAGE Message appears to have no textual parts 0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager ------------=_1738879322-22480-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Feb 2025 21:48:00 +0000 Received: from localhost ([127.0.0.1]:59635 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tg9j6-00059C-7k for submit@debbugs.gnu.org; Thu, 06 Feb 2025 16:48:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:57898) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tg9j4-00058w-QP for submit@debbugs.gnu.org; Thu, 06 Feb 2025 16:47:59 -0500 Received: from forward401d.mail.yandex.net ([178.154.239.222]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tg9ix-0002ya-H7 for emacs-pretest-bug@gnu.org; Thu, 06 Feb 2025 16:47:53 -0500 Received: from mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net [IPv6:2a02:6b8:c42:2322:0:640:6062:0]) by forward401d.mail.yandex.net (Yandex) with ESMTPS id 913AA6232D; Fri, 7 Feb 2025 00:47:46 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id jlu7cSxOeeA0-rn0dEOBa; Fri, 07 Feb 2025 00:47:46 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1738878466; bh=vRxNmXxLgsLzigUbBouOiEz6K1wMwdFALLe8HQe5nMU=; h=Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=xEVnTdHHDUg3AaPSXv1ohrZlT7/mtjsSoWscY6+WMM3cJ9NZ9C/RMtSw2ROBzab0E p/Hp1qDvABiwlwyVS6dhaJjO82KNDcaEh/hfjyKYV/dglE6XOy4ZL6fcJstKltY7Lj Bg1KR5fGqTNv0bnawYa51YS9adkTuPdBNxo2exqk= Authentication-Results: mail-nwsmtp-smtp-production-main-84.klg.yp-c.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> Subject: Re: M-. complains that TAGS file is missing, and refuse to continue From: Konstantin Kharlamov To: jas@extundo.com Date: Fri, 07 Feb 2025 00:47:45 +0300 In-Reply-To: iluiso3we6c.fsf@latte.josefsson.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.54.3 MIME-Version: 1.0 Received-SPF: pass client-ip=178.154.239.222; envelope-from=Hi-Angel@yandex.ru; helo=forward401d.mail.yandex.net 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=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.3 (-) X-Debbugs-Envelope-To: submit Cc: emacs-pretest-bug@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: -2.3 (--) > Once Emacs has visited a tags file, it insists on it always being > present, even if I happen to, e.g., remove the entire directory. > > A better approach would be to turn the error message into a prompt > "File foo no longer exists! Ignore? (y or n)" and remove that tags > file from the list of tags file it uses. Fixed with commit eb12b6d Avoid infinite questions if TAGS file was removed should be in an upcoming Emacs release (version string says 31.0.50, so I p= resume since Emacs 31). I searched if anyone has ever reported this, and this is the only case I fo= und. Apparently, no one really cared for the problem, but I fixed it anyway as i= t was easy to do =F0=9F=98=8A So, enjoy this in the new upcoming release! (or you can just override the f= unction `tags-verify-table` in your init file). ------------=_1738879322-22480-1-- From unknown Sun Jun 22 00:18:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76104: M-. complains that TAGS file is missing, and refuse to continue Resent-From: Stefan Kangas Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Feb 2025 22:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76104 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Konstantin Kharlamov , 76104-done@debbugs.gnu.org Received: via spool by 76104-done@debbugs.gnu.org id=D76104.173888217310271 (code D ref 76104); Thu, 06 Feb 2025 22:50:03 +0000 Received: (at 76104-done) by debbugs.gnu.org; 6 Feb 2025 22:49:33 +0000 Received: from localhost ([127.0.0.1]:59751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgAge-0002fb-Ko for submit@debbugs.gnu.org; Thu, 06 Feb 2025 17:49:32 -0500 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]:56353) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1tgAgc-0002fL-OQ for 76104-done@debbugs.gnu.org; Thu, 06 Feb 2025 17:49:31 -0500 Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-5dcd09af4f9so3059210a12.0 for <76104-done@debbugs.gnu.org>; Thu, 06 Feb 2025 14:49:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1738882164; x=1739486964; darn=debbugs.gnu.org; h=content-transfer-encoding:to:subject:message-id:date:mime-version :references:in-reply-to:from:from:to:cc:subject:date:message-id :reply-to; bh=bphGLX2e6k6EnPOaWNVRwwi+8NgKBM8dH8Dh7FfZs0c=; b=gonkGlSGQl+ni+7GqxZrayA5fZM5lgH9DGeHsCL1Mhzf6q+Vo6MYC1y04JeOBeS76n utOQSd3LMb1FEJbe6HPRzQWHohz2td1ILc1chqH8wIktHydp21q2CNmVpulBArQKwzVG 3UMIceHssqT0yPl5b5ZlHuZeW/0GCAfsNexqh/uVD3V8JFgk7odlkEYCHTr+exyrKbj7 FbfkVzuFJNvVm3/oz7N7P1ZbwAe/8XPWeal9FRb0mhz5OwD2oKF5njxJjknV/sx0tOEd zldA+MTj3OBo8Jz2raRNPgiLbKMR3bSVNgNznc1POHCajnLDWQPeJZZvyjWHjcObRxJw ujfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1738882164; x=1739486964; h=content-transfer-encoding:to:subject:message-id:date:mime-version :references:in-reply-to:from:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=bphGLX2e6k6EnPOaWNVRwwi+8NgKBM8dH8Dh7FfZs0c=; b=jUy28iYs3SLGTWAxm+FspplNlw5Dpto48WFSHFPX8JFB8rwpWHZDMVfkGJZoMUPXam a4MYwTdbdZaX+/8EI2s/YEs/fpujhNjic72DhfPtbETq0jhC7OAxOY0lQUkuccUHlyCa vK9R5D5zQsXW3sbspMZwid6F0CoplwTm8LiZTSYOzdLUDRaRAW3EN50qzpLuT93Nf/WU kt5UhB6+6aTiBuugQrgnZ7qX87K+1OseYNLk+F6l26sWXvu6NJWojf0jX3/LgEKUTazN dJ0FcyBw2z94M5JA6sbJEsBGq4Yzey06rt6/PkPMNVjyqRm1XLTHBVQ7iviYjFNtt9TW Y8bQ== X-Forwarded-Encrypted: i=1; AJvYcCUPFTHxvIlbVodT3d0o4glOZQbIuRECiuAIV58Ksx7iShquDGld+YtCW5y2zA36Uw68PGJB5/4XC1oy@debbugs.gnu.org X-Gm-Message-State: AOJu0YyvV7klpUy30l9qRI0EX+jSbRnh2YCHrLxWyDXtFjchQ7K4rfYN fv/DrV9Kxq7O9JZawyBE4R2Fwg6m+EZUntRAhVmh26PxrhqOP7qpiMERSYRz2fov7HeNy7hDoRm vKSOdzkcFOFz8pLh4rcPiR0FBoDA= X-Gm-Gg: ASbGncs+2yBaurCghImpuKmkONDoELViYJd6KKGsDGod9XuegdR26QmAR/1XDM9I2ej rMrE7LhWZCN+1uFuyWWz2zzXjrKkIpt/rqhA0FnSlN4j0FpF/TzfkggKrupRpOKNKbKQDaQ== X-Google-Smtp-Source: AGHT+IGgnjpMkvXRl9OwGaFs6aUYvWwyGkHR2f4Mjyb+n+KMvyWnWjzOTxwB7xnRjDPP5b+2hekTgfcNLzaAMjv7mPU= X-Received: by 2002:a05:6402:4304:b0:5db:f4fc:8a0c with SMTP id 4fb4d7f45d1cf-5de45089da5mr840898a12.21.1738882164485; Thu, 06 Feb 2025 14:49:24 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 6 Feb 2025 14:49:24 -0800 From: Stefan Kangas In-Reply-To: References: <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> MIME-Version: 1.0 Date: Thu, 6 Feb 2025 14:49:24 -0800 X-Gm-Features: AWEUYZn5U0yEpfe95Fv2zADhIyNr-E5KnCSTFxSOYQ_xjLYsMS58cBIfRswUTGA Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) 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 (-) Konstantin Kharlamov writes: > Huh=E2=80=A6 =F0=9F=A4=94 I am not sure why bugreport got created, I just= replied to a > user post with CC'ing some emacs-pretest-bug@gnu.org mailing list=E2=80= =A6 OK, closing. From unknown Sun Jun 22 00:18:41 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76104: M-. complains that TAGS file is missing, and refuse to continue Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 07 Feb 2025 07:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76104 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Konstantin Kharlamov Cc: 76104@debbugs.gnu.org Received: via spool by 76104-submit@debbugs.gnu.org id=B76104.17389131278194 (code B ref 76104); Fri, 07 Feb 2025 07:26:01 +0000 Received: (at 76104) by debbugs.gnu.org; 7 Feb 2025 07:25:27 +0000 Received: from localhost ([127.0.0.1]:60675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tgIjv-000286-5m for submit@debbugs.gnu.org; Fri, 07 Feb 2025 02:25:27 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37990) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tgIjs-00027p-2s for 76104@debbugs.gnu.org; Fri, 07 Feb 2025 02:25:24 -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 1tgIjk-0007nf-Pg; Fri, 07 Feb 2025 02:25:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=xVC/3uNzHszF74n0JJFE54mMxs/q11NWxEArjKRnh4s=; b=FX/2mdiDR78BYr2nQ7j9 YicuuZIBaTHC9vXMTs3jdrmTOuZu7AEcMDeBPjQfdtezY9qBEVqNBsW4KxEc7EVSBZ/pcg5uTPwyl 6HmTqzwFiU/Ruy7d8yOyIxpnPdFqW9ABNHFP8VtpRo8JCuB/gA8Zr6qWHVMVxWVV1Pv7pNq9aVb2D ZfMta8m3eYtyB3LnRXMizCWxV6/jY3effrLOAjfqqFQhXXKaj2NVWxiiQ3TzZKDPjWHRIXr/M2QoJ 9esNcPpdbtIOGDQZIikSAoEfsOdvtHe+/IDaTQ/8cVHxkdwd126wdnJp6DTj75h/gFzzC+6y6pRhd yipQcg2ML9o0/Q==; Date: Fri, 07 Feb 2025 09:25:15 +0200 Message-Id: <86ldui5i90.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Konstantin Kharlamov on Fri, 07 Feb 2025 00:50:26 +0300) References: <139457a81b790a60981742a73382793f1d987350.camel@yandex.ru> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) 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 (---) > From: Konstantin Kharlamov > Date: Fri, 07 Feb 2025 00:50:26 +0300 > > Huh… 🤔 I am not sure why bugreport got created, I just replied to a > user post with CC'ing some emacs-pretest-bug@gnu.org mailing list… That's what sending to that list does.