all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chris@grierwhite.com (Christopher J. White)
Subject: Re: case-fold annoyance
Date: Wed, 12 Feb 2003 19:08:12 -0500	[thread overview]
Message-ID: <m2n0l1caab.fsf@bluesteel.grierwhite.com> (raw)
In-Reply-To: b2e663$rrv$1@reader1.panix.com

>>>>> "irving" == Irving Kimura <irving_kimura@lycos.com> writes:

irving> Every once in a while, while working in Emacs, I do
irving> *something* (I don't know what) that turns off
irving> case-fold-search in all buffers.  After this point, all
irving> searches respect case, even if I reset case-fold-search to t.

How did you "reset" it to t?  Using setq won't work because the
variable is buffer-local, meaning when you set it, the new
value only takes effect for the current buffer.  I think
the following should work though:

  (set-default 'case-fold-search t)

No clue how you got into this state...

...cj


-- 
------------------------------------------------------------------------------
 Christopher J. White                                    chris@grierwhite.com
------------------------------------------------------------------------------ 

       reply	other threads:[~2003-02-13  0:08 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <b2e663$rrv$1@reader1.panix.com>
2003-02-13  0:08 ` Christopher J. White [this message]
2003-02-13 17:38 ` case-fold annoyance Kevin Rodgers
2003-02-14 21:45 ` Alan Mackenzie

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2n0l1caab.fsf@bluesteel.grierwhite.com \
    --to=chris@grierwhite.com \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.