[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?
- Re: File watch support in autorevert.el, (continued)
- Re: File watch support in autorevert.el, Eli Zaretskii, 2013/01/11
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/11
- Re: File watch support in autorevert.el, Eli Zaretskii, 2013/01/11
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/11
- Re: File watch support in autorevert.el, Eli Zaretskii, 2013/01/11
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/11
- Re: File watch support in autorevert.el, Stefan Monnier, 2013/01/11
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/11
- Re: File watch support in autorevert.el, Eli Zaretskii, 2013/01/12
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/12
- Re: File watch support in autorevert.el,
Eli Zaretskii <=
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/12
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/17
- Re: File watch support in autorevert.el, Eli Zaretskii, 2013/01/17
- Re: File watch support in autorevert.el, Michael Albinus, 2013/01/17
- Re: File watch support in autorevert.el, Eli Zaretskii, 2013/01/17
- Re: File watch support in autorevert.el, Stefan Monnier, 2013/01/11
Re: File watch support in autorevert.el, Michael Albinus, 2013/01/11