bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#21544: old bug - automatic reversion of TAGS files prevents re-compu


From: Daniel R. Grayson
Subject: bug#21544: old bug - automatic reversion of TAGS files prevents re-computation of tags file list
Date: Wed, 23 Sep 2015 16:51:50 -0400

The bug reported at https://lists.gnu.org/archive/html/bug-gnu-emacs/2012-10/msg00581.html
is still a problem in emacs version 24.5.1.  My work-around is to add the line

(add-hook 'tags-table-mode-hook (function (lambda () (setq global-auto-revert-ignore-buffer t))))

to my .emacs file.  I suggest instead adding the "setq" above to the function tags-table-mode.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]