Lisp:tail.el is a small interface for the unix tool tail. Note: Emacs 22 and later includes auto-revert-tail-mode and do not require the Unix tail utility. To enable in a buffer, use M-x auto-revert-tail-mode. ConfigurationPut tail.el in your load-path and this in your .emacs file: (require 'tail)Alternatively you can use autoload (replace <path> with to local path): (autoload 'tail-file "<path>/t