help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: reload modified files in buffer


From: Andrea Crotti
Subject: Re: reload modified files in buffer
Date: Wed, 15 Dec 2010 17:58:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin)

suvayu ali <fatkasuvayu+linux@gmail.com> writes:

> Any particular reason to write your own function? I simply use this,
>
> (lambda ()
>         (if (vc-working-revision (buffer-file-name))
>               (auto-revert-mode t)))
>
> --
> Suvayu
>
> Open source is the future. It sets us free.

One very good reason, I didn't know about it :D
I also looked for something like that but then I gave up, thanks it's
much more general like this...




reply via email to

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