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

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

Re: case-fold annoyance


From: Christopher J. White
Subject: Re: case-fold annoyance
Date: Wed, 12 Feb 2003 19:08:12 -0500
User-agent: Gnus/5.090014 (Oort Gnus v0.14) Emacs/21.2 (powerpc-apple-darwin)

>>>>> "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 via email to

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