emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug (CVS HEAD): highlight-changes-mode with auto-revert-tail-mode ed


From: Denis Bueno
Subject: Re: Bug (CVS HEAD): highlight-changes-mode with auto-revert-tail-mode edit buffer
Date: Fri, 06 Jul 2007 09:07:41 -0600
User-agent: Microsoft-Entourage/11.3.3.061214



On 07/06/2007 09:05, "Denis Bueno" <address@hidden> wrote:

>        $ while true; do echo "Hello, number $RANDOM." >> /tmp/crap.log;
> sleep 4; done

Of course, this should be:

    $ while true; do echo "Hello, number $RANDOM." >> /tmp/foo; sleep 4;
done

So as to append to the actual file opened in Emacs.

-Denis






reply via email to

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