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

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

Re: <filename> changed on disk; really edit the buffer?


From: Stephan Lukits
Subject: Re: <filename> changed on disk; really edit the buffer?
Date: Mon, 12 Nov 2007 16:39:29 +0100
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Eli Zaretskii schrieb:
From: Stephan Lukits <stephan.lukits@FernUni-Hagen.de>
Date: Thu, 08 Nov 2007 16:01:36 +0100
Cc:
After opening the file I get the attributes

(nil 1 5 5 (18227 8016) (18227 8016) (18206 2636) 3066 "-rw-rw-rw-" nil -16252 (6714 . 34723))

and nothing else happens.  Then I write a few words, wait until Emacs
does "Auto-saving..." and with the next character I try to type I get
the loved question:
".emacs changed on disk; really edit the buffer? (y, n, r or C-h)"

visited-file-modtime gives me then:
(18227 8016)

I need the results of evaluating both expressions at the time when the
question is asked.  You've only shown one of them.



after I have answered 'y':
(file-attributes "~/.emacs"):
(nil 1 5 5 (18232 28429) (18232 28429) (18206 2636) 3080 "-rw-rw-rw-" nil -16252 (6714 . 34723))

(visited-file-modtime):
(18232 28366)




reply via email to

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