Re: [O] refile cache and auto-save files

2013-07-03 Thread Samuel Wales
Somehow this code needs integrating. (file-newer-than-file-p (or buffer-auto-save-file-name (make-auto-save-file-name)) buffer-file-name) Or Emacs needs a solution that makes it so that you get notified when you first edit? On 7/2/13, Sam

[O] refile cache and auto-save files

2013-07-02 Thread Samuel Wales
It is probably common to refresh the refile cache at times when one is not watching. This has the effect of loading files that are refile targets. If there is auto-save data in one of those files, the message will likely often go unnoticed. I don't know the best solution. Samuel -- The Kafka