GNU bug report logs - #75946
[PATCH] Avoid infinite questions if TAGS file was removed

Previous Next

Package: emacs;

Reported by: Konstantin Kharlamov <Hi-Angel <at> yandex.ru>

Date: Thu, 30 Jan 2025 14:17:02 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konstantin Kharlamov <Hi-Angel <at> yandex.ru>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Avoid infinite questions if TAGS file was removed
Date: Thu, 30 Jan 2025 17:16:13 +0300
[Message part 1 (text/plain, inline)]
When the visited TAGS file was removed, commands that depend on TAGS
such as auto-completion may invoke an interactive question whether a
user wants to re-read the file.  From that point on, the question will
be asked over and over, because the file no longer exists, which
results in mtime mismatch and inability to "fix the mismatch" by
reading from the file.  Fix that by simply ignoring the mismatch if
the file no longer exists.
[1.patch (text/x-patch, attachment)]

This bug report was last modified 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.