Date: Sun, 5 Jul 1998 16:29:53 +0300 (IDT) From: Eli Zaretskii To: Ruiter de M cc: djgpp AT delorie DOT com Subject: Re: Emacs Info always case-insensitive In-Reply-To: <6niirr$s8u$1@star.cs.vu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 3 Jul 1998, Ruiter de M wrote: > I have tried to make the Emacs Info-reader case sensitive, so that it > knows that the two nodes "Post" and "POST" are different (from Ralf > Brown Interrupt List in info-format). As Eli proposed once to me in > his own words, I did the following in my _emacs: > > (setq-default case-fold-search nil) > > It didn't help at all. Anyone got a solution? I apologize for posting a misleading information. It turns out that you cannot make Emacs be case-sensitive when looking for Info nodes, since it turns on the case-insensitive flag internally inside its Info reader code. Programs which generate Texinfo files should make sure no two nodes have names that are identical except for the letter-case.