Date: Sun, 19 Jul 1998 15:24:31 +0300 (IDT) From: Eli Zaretskii To: eyal DOT ben-david AT aks DOT com cc: djgpp AT delorie DOT com Subject: Re: [Q] DJGPP emacs In-Reply-To: <42256646.0046E9E9.00@aks.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 19 Jul 1998 eyal DOT ben-david AT aks DOT com wrote: > A minor and not critical problem: > Suppose I want to open a file Hello.h, then I type: C-x-f h TAB. > Since the filename starts with an uppercase letter EMACS will not find the > file. You are right: it's minor. You need to remember it's called Hello.h and press Shift-H before TAB. > 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?