unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#21544: old bug - automatic reversion of TAGS files prevents re-computation of tags file list
@ 2015-09-23 20:51 Daniel R. Grayson
  2015-09-23 20:59 ` Daniel R. Grayson
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel R. Grayson @ 2015-09-23 20:51 UTC (permalink / raw)
  To: 21544, danielrichardgrayson

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 552 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#21544: old bug - automatic reversion of TAGS files prevents re-computation of tags file list
  2015-09-23 20:51 bug#21544: old bug - automatic reversion of TAGS files prevents re-computation of tags file list Daniel R. Grayson
@ 2015-09-23 20:59 ` Daniel R. Grayson
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel R. Grayson @ 2015-09-23 20:59 UTC (permalink / raw)
  To: 21544, danielrichardgrayson

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Actually, my work-around doesn't work, since tags-table-mode calls no
hooks, but my suggestion does.

On Wed, Sep 23, 2015 at 4:51 PM, Daniel R. Grayson <
danielrichardgrayson@gmail.com> wrote:

> 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.
>

[-- Attachment #2: Type: text/html, Size: 1071 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-23 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-23 20:51 bug#21544: old bug - automatic reversion of TAGS files prevents re-computation of tags file list Daniel R. Grayson
2015-09-23 20:59 ` Daniel R. Grayson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).