emacs-devel
[Top][All Lists]
Advanced

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

Re: File watch support in autorevert.el


From: Eli Zaretskii
Subject: Re: File watch support in autorevert.el
Date: Sat, 12 Jan 2013 17:09:17 +0200

> From: Michael Albinus <address@hidden>
> Cc: address@hidden,  address@hidden
> Date: Sat, 12 Jan 2013 14:34:20 +0100
> 
> Eli Zaretskii <address@hidden> writes:
> 
> > I see only one problem: if you manually "M-x revert-buffer RET", a new
> > file watch is added, although the old one is still active.  AFAICS,
> > you rely on the watch descriptor local var be non-nil for avoiding
> > this, so perhaps revert-buffer reverts that variable as well?  Or is
> > this a Windows-only problem?
> 
> Fixed in revno#111500.

Thanks, it is fixed indeed.

Tracing what happens when I type "M-x revert-buffer RET yes RET", I
see that the watch is removed (as result of kill-buffer-hook) and then
a new watch is started.  Is this intended?



reply via email to

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