From: eyal DOT ben-david AT aks DOT com To: Eli Zaretskii cc: djgpp AT delorie DOT com Message-ID: <42256646.004AA51C.00@aks.com> Date: Sun, 19 Jul 1998 15:46:02 +0200 Subject: Re: [Q] DJGPP emacs Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk On 19/07/98 3:24:31 PM Eli Zaretskii wrote: >> A less minor problem: >> 1. From within emacs open test file , say file.ext (all lowercase). >> 2. edit some text and save. >> 3. open another buffer but specify now File.Ext. (note mixed case) >> now you have two different buffers displaying the same file. > >Did you actually try this? On my system, when I do that, Emacs says >"file.ext and File.Ext are the same file" and doesn't create another >buffer. Doesn't it work for you that way? It works that way. But it still opens an new buffer. Sometimes the message is not displayed for example when compiling a file. 1. You have a buffer hello.c. 2. Type: M-x compile RET gcc -c HELLO.c 3. Suppose there are errors, you type C-x-` to jump to the error. 4. EMACS opens a new buffer with mixed case name without a warning. Eyal.