emacs-devel
[Top][All Lists]
Advanced

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

Re: auto-revert error on macOS when auto-revert-use-notify is t


From: zhang cc
Subject: Re: auto-revert error on macOS when auto-revert-use-notify is t
Date: Sun, 11 Mar 2018 04:29:08 +0000

I discribed the problem before, but may be not clear because of my poor English.


There is a big delay before auto-reverting, not every one, about every two or three.
You can modify the test file with the following bash script:

#!/bin/bash

for (( i = 0; i < 100; i++ ));
do
        echo $i >> 1.c
        sleep 2
done



reply via email to

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