all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Stephan Lukits <stephan.lukits@FernUni-Hagen.de>
Cc: Bug-Gnu-Emacs <bug-gnu-emacs@gnu.org>
Subject: Re: <filename> changed on disk; really edit the buffer?
Date: Wed, 31 Oct 2007 19:34:07 +0100	[thread overview]
Message-ID: <4728CA9F.7060101@gmx.at> (raw)
In-Reply-To: <fga8kt$t1e$1@tamarack.fernuni-hagen.de>

 > Hm.  I couldn't find this file attribute within the Windows Explorer.

I never use the Explorer, most file managers allow doing that easily.
You could also try a GNU port like touch.exe.

 > Within dired I found the operation "Change Timestamp ... (T)".  I tried
 > it but it didn't help.  Could you please be a bit more detailed about
 > what I should do exactly.

Experiment with the functions in section 27.6 Buffer Modification Time
of the Elisp manual.  `verify-visited-file-modtime' is probably the one
causing the complaints, if it returns nil you get the message.
`clear-visited-file-modtime' (this should be done when you open a file)
and `set-visited-file-modtime' (usually done when you save a file)
should both assert that the message is not issued, hence if you do
either of these and afterwards get the message for that buffer,
something is wrong with Emacs' way of handling modification times.

Hence you can, for example, do

M-:

(clear-visited-file-modtime)

after opening a file that usually throws the messages and see what

M-:

(verify-visited-file-modtime (current-buffer))

returns.





  reply	other threads:[~2007-10-31 18:34 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-30 15:26 <filename> changed on disk; really edit the buffer? Stephan Lukits
2007-10-30 20:16 ` Eli Zaretskii
2007-10-30 20:36 ` Jason Rumney
2007-10-30 22:15 ` martin rudalics
     [not found] ` <mailman.2766.1193775394.18990.bug-gnu-emacs@gnu.org>
2007-10-31 15:28   ` Stephan Lukits
2007-10-31 20:06     ` Eli Zaretskii
     [not found]     ` <mailman.2810.1193861188.18990.bug-gnu-emacs@gnu.org>
2007-11-06 15:36       ` Stephan Lukits
2007-11-06 20:26         ` Eli Zaretskii
2007-11-06 22:03         ` martin rudalics
     [not found]         ` <mailman.3057.1194380790.18990.bug-gnu-emacs@gnu.org>
2007-11-08 15:01           ` Stephan Lukits
2007-11-08 20:46             ` Eli Zaretskii
     [not found]             ` <mailman.3145.1194554809.18990.bug-gnu-emacs@gnu.org>
2007-11-12 15:39               ` Stephan Lukits
2007-11-12 21:09                 ` Eli Zaretskii
     [not found]                 ` <mailman.3374.1194901774.18990.bug-gnu-emacs@gnu.org>
2007-11-13  9:15                   ` Stephan Lukits
2007-11-13  9:18                     ` Jason Rumney
2007-11-13 11:34                       ` Lennart Borgman (gmail)
2007-11-13  9:51                     ` martin rudalics
     [not found]                     ` <mailman.3422.1194947662.18990.bug-gnu-emacs@gnu.org>
2007-11-13 10:12                       ` Stephan Lukits
2007-11-13 14:14                         ` martin rudalics
2007-11-18 13:00                           ` Richard Stallman
2007-11-19 12:46                             ` Jonathan Goldblatt
     [not found]                               ` <E1IuKHL-000080-4R@fencepost.gnu.org>
2007-11-20  4:58                                 ` jonathangoldblatt
2007-11-21 12:03                                   ` Richard Stallman
2007-11-21 12:55                                     ` jonathangoldblatt
2007-11-22 16:21                                       ` Richard Stallman
2007-11-21 17:47                                     ` martin rudalics
2007-11-22  8:22                                       ` Richard Stallman
     [not found]                           ` <mailman.3740.1195390867.18990.bug-gnu-emacs@gnu.org>
2007-11-20 15:36                             ` Stephan Lukits
2007-11-21 12:04                               ` Richard Stallman
     [not found]                               ` <mailman.3887.1195646697.18990.bug-gnu-emacs@gnu.org>
2007-11-21 20:15                                 ` Hallvard B Furuseth
     [not found]                       ` <mailman.3424.1194948672.18990.bug-gnu-emacs@gnu.org>
2007-11-18 19:12                         ` mdaily2002
2007-11-18 19:22                           ` mdaily2002
2007-11-19  9:13                             ` martin rudalics
     [not found]         ` <mailman.3060.1194386657.18990.bug-gnu-emacs@gnu.org>
2007-11-08 15:07           ` Stephan Lukits
2007-11-08 16:21             ` martin rudalics
     [not found] ` <mailman.2769.1193782517.18990.bug-gnu-emacs@gnu.org>
2007-10-31 15:58   ` Stephan Lukits
2007-10-31 18:34     ` martin rudalics [this message]
     [not found] ` <mailman.2770.1193784516.18990.bug-gnu-emacs@gnu.org>
2007-10-31 16:01   ` Stephan Lukits
     [not found] <mailman.2764.1193769505.18990.bug-gnu-emacs@gnu.org>
2007-11-01  2:28 ` Jim Dishaw
     [not found] ` <mailman.2828.1193900584.18990.bug-gnu-emacs@gnu.org>
2007-11-06 15:37   ` Stephan Lukits

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4728CA9F.7060101@gmx.at \
    --to=rudalics@gmx.at \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=stephan.lukits@FernUni-Hagen.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.