From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Case sensitive search in emacs info reader Date: Sun, 20 Feb 2005 12:28:19 -0600 Organization: Still searching... Message-ID: References: <20050216192646.B5A0F1975FA@smtp2.att.ne.jp> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108924567 32400 80.91.229.2 (20 Feb 2005 18:36:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2005 18:36:07 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 20 19:36:06 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D2vw0-0003d3-Fy for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2005 19:36:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2wCn-000685-QX for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Feb 2005 13:53:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D2wBL-0005PR-NO for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 13:51:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D2wBB-0005Ix-Vz for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 13:51:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D2wBA-0005GG-3b for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 13:51:40 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D2vtp-0002w3-QU for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 13:33:46 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1D2vqS-0002q7-MI for help-gnu-emacs@gnu.org; Sun, 20 Feb 2005 19:30:16 +0100 Original-Received: from adsl-68-74-115-121.dsl.emhril.ameritech.net ([68.74.115.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2005 19:30:16 +0100 Original-Received: from reader by adsl-68-74-115-121.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 20 Feb 2005 19:30:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-74-115-121.dsl.emhril.ameritech.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:fx/7fOBCKGOH+Qke6KOBZ/JpdTk= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24196 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24196 Matthew Huggett 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.