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

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

bug#13540: 24.3.50; Regression in trunk: auto-revert-mode fails on files


From: Eli Zaretskii
Subject: bug#13540: 24.3.50; Regression in trunk: auto-revert-mode fails on files accessed via samba
Date: Thu, 24 Jan 2013 20:29:23 +0200

> Date: Thu, 24 Jan 2013 19:13:31 +0100
> From: Dani Moncayo <dmoncayo@gmail.com>
> Cc: Michael Albinus <michael.albinus@gmx.de>, 13540@debbugs.gnu.org
> 
> > I don't see any interesting message in the GDB console when I eval the
> > elisp expression.  This is what I see now, after evaluating that
> > expression:
> 
> And FWIW, the elisp expression also returns an integer when I supply a
> nonexistent file as first argument, and GDB doesn't show any message
> either (besides the "[New Thread ...]").

This is normal.  Windows can only watch an entire directory, so
w32notify ignores the file name and sets the watch on its parent
directory.  It doesn't care whether or not the file exists, only
whether its parent directory exists.  As a nice side effect, you can
watch file creation.





reply via email to

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