emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] autorevert.el -- revert fix for Windows platform


From: martin rudalics
Subject: Re: [PATCH] autorevert.el -- revert fix for Windows platform
Date: Sat, 24 Mar 2007 12:32:41 +0100
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

> No. buffer-size is not used, both auto-revert-tail-pos and size are
> measuring bytes in the file, not characters in the buffer.

But `auto-revert-tail-mode' has this:

      (or (local-variable-p 'auto-revert-tail-pos) ; don't lose prior position
          (set (make-local-variable 'auto-revert-tail-pos)
               (save-restriction (widen) (1- (point-max)))))





reply via email to

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