[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "changed on disk... reread from disk? (y/n)"
From: |
Michael Albinus |
Subject: |
Re: "changed on disk... reread from disk? (y/n)" |
Date: |
Thu, 24 Jul 2003 21:53:16 +0200 |
User-agent: |
Gnus/5.1002 (Gnus v5.10.2) Emacs/20.7 (hpux) |
Ted Zlatanov <address@hidden> writes:
> Emacs has a standard warning about files changed since the last edit;
> the message says "on disk" and "from disk" but the file is not
> necessarily on the local disk when Tramp is involved. Should Tramp
> actually replace that message with "remote file changed... reread
> remote file? (y/n)" when appropriate?
>
> Cosmetic, to be sure, but a nice flourish IMO.
AFAICS, the message is hard coded in `find-file-noselect', a file name
primitive Tramp doesn't offer an own implementation. Is it really
worth to implement this primitive because of it?
> Ted
Best regards, Michael.