From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: changed on disk; really edit the buffer? Date: Tue, 06 Nov 2007 22:26:13 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1194380818 22189 80.91.229.12 (6 Nov 2007 20:26:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 6 Nov 2007 20:26:58 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: Stephan Lukits Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Nov 06 21:27:02 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IpV0X-00053J-Pd for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Nov 2007 21:26:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpV0M-0003VN-PQ for geb-bug-gnu-emacs@m.gmane.org; Tue, 06 Nov 2007 15:26:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IpV0H-0003Ue-BS for bug-gnu-emacs@gnu.org; Tue, 06 Nov 2007 15:26:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IpV0D-0003RO-Nh for bug-gnu-emacs@gnu.org; Tue, 06 Nov 2007 15:26:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IpV0D-0003RH-H8 for bug-gnu-emacs@gnu.org; Tue, 06 Nov 2007 15:26:25 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IpV0C-0002Sd-P7 for bug-gnu-emacs@gnu.org; Tue, 06 Nov 2007 15:26:25 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-250-95.inter.net.il [84.229.250.95]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id IGD27994 (AUTH halo1); Tue, 6 Nov 2007 22:23:38 +0200 (IST) In-reply-to: (message from Stephan Lukits on Tue, 06 Nov 2007 16:36:31 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16922 Archived-At: > From: Stephan Lukits > Date: Tue, 06 Nov 2007 16:36:31 +0100 > Cc: > > "M-x eval-expression RET" and "(file-attributes "~/.emacs") RET" > > is > > (nil 1 5 5 (18224 33856) (18216 41981) (18206 2636) 3042 "-rw-rw-rw-" > nil -16252 (6714 . 34723)) > > > > > and by > > > > (visited-file-modtime) > > > > the latter in the buffer that visits FILE? > > > > Please do this immediately after you visit the file with > > "C-x C-f FILE RET". > > The output of > > "M-x eval-expression RET" and "(visited-file-modtime) RET" > > is > > (18216 41981) > > immediately after > > "C-x C-f ~/.emacs RET" I'm stumped: the times are identical -- (18216 41981) in both cases. Didn't you say that Emacs bitches about file being modified immediately after you "C-x C-f" the file? If it takes some time for it to complain, please wait until it complains and evaluate these two expression then. Thanks.