vote up 4 vote down star
1

I have a non-emacs global search and replace function that causes my disk files to become more up-to-date than my emacs buffers (en masse). Is there any way to tell emacs to refresh all the buffers from disk in one fell swoop, instead of having to do each one individually by reloading the file?

Thanks! D

flag

2 Answers

vote up 4 vote down

(global-auto-revert-mode t) in your .emacs

link|flag
This looks good in cases where I always want to stay synched, thank you! I think I'll end up using revbuffs so that I can manage conflicts myself ( otherwise sometimes I might lose unsaved changes, the way my workflow currently works. ) – Dave Sep 27 at 0:53
vote up 5 vote down

Well, this is kind of a duplicate of my question, to which the answer was: use revbuffs.

link|flag
revbuffs works GREAT. Thanks for the heads-up. – Dave Sep 27 at 0:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.