From: eyal DOT ben-david AT aks DOT com To: eliz AT is DOT elta DOT co DOT il, jim DOT chapman AT sympatico DOT ca cc: djgpp AT delorie DOT com Message-ID: <4225652E.006587C3.00@aks.com> Date: Sun, 12 Oct 1997 20:41:39 +0200 Subject: Re: emacs Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Precedence: bulk On 10/12/97 3:11:13 PM Eli Zaretskii wrote: >On Fri, 10 Oct 1997, Jim Chapman wrote: > >> I have been trying to use emacs as a development environment. I edit one >> or more files, save the files, execute the make command, then edit the >> files again. When I try to change a file I get a message >> >> [file] Changed On Disk; Really Edit The Buffer > This happened to me several times. I think the problem is related to LFN Here's a way to recreate the problem. 1. From within emacs open test file , say file.ext (all lowercase). 2. edit some text and save. 3. open another file but specify now File.Ext. (note mixed case) now you have two different buffers displaying the same file. 4. change the new file (File.Ext), save it. 5. switch to the first buffer (all lowercase). now if you try to edit it, EMACS will display the above message. BTW this message is displayed if another editor changed the file. >> By reading the documentation I believe this is connected with file locks I dont think so. See above. Eyal.