help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Case sensitive search in emacs info reader


From: Harry Putnam
Subject: Re: Case sensitive search in emacs info reader
Date: Sun, 20 Feb 2005 12:28:19 -0600
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Matthew Huggett <mhuggett@zam.att.ne.jp> writes:

> How about something like the following (in your .emacs) :
>
> ,----
> | (defun case-fold-nil ()
> |   (setq case-fold-search nil))
> | 
> | (add-hook 'Info-mode-hook 'case-fold-nil)
> `----

Thanks.. yes that is what I needed.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]