From: Matthew Huggett <mhuggett@zam.att.ne.jp>
Subject: Re: Case sensitive search in emacs info reader
Date: Thu, 17 Feb 2005 04:26:46 +0900 (JST) [thread overview]
Message-ID: <20050216192646.B5A0F1975FA@smtp2.att.ne.jp> (raw)
In-Reply-To: <m33bvw2waq.fsf@newsguy.com> (message from Harry Putnam on Wed, 16 Feb 2005 12:29:17 -0600)
>
> I want my searches in Emacs info reader to always be case sensitive.
>
> I have this in emacs:
> (setq case-fold-search nil)
> And I've tried:
> (setg-default case-fold-search nil)
>
> Neither of these produce case sensitive searchs in info.
>
> Evaluating (setq case-fold-search nil) while in the info reader does
> make them case sensitive so how can I make that permanent?
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)
`----
Matt
next prev parent reply other threads:[~2005-02-16 19:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-16 18:29 Case sensitive search in emacs info reader Harry Putnam
2005-02-16 19:26 ` Matthew Huggett [this message]
2005-02-20 18:28 ` Harry Putnam
2005-02-16 21:19 ` Peter Dyballa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050216192646.B5A0F1975FA@smtp2.att.ne.jp \
--to=mhuggett@zam.att.ne.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).