Implementing a continuous "revert-buffer" aka Textpad
        Posted  
        
            by vedang
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vedang
        
        
        
        Published on 2010-03-24T06:49:09Z
        Indexed on 
            2010/03/24
            6:53 UTC
        
        
        Read the original article
        Hit count: 465
        
One of my colleagues uses TextPad, and one feature I found really useful is the Auto-Reload. (The feature has been described in this SO quesion: http://stackoverflow.com/questions/1246083/alternative-to-textpads-prompt-to-reload-file). Basically, it keeps reloading the file without any prompt from the user, which is really helpful when monitoring log files that are updated in real-time. Is there something similar available for Emacs? If not, can anyone whip up the required elisp magic?
© Stack Overflow or respective owner