* case-fold-search - how to make it always non-nil?
@ 2009-04-28 16:22 Terrence Brannon
2009-04-28 16:49 ` Drew Adams
0 siblings, 1 reply; 2+ messages in thread
From: Terrence Brannon @ 2009-04-28 16:22 UTC (permalink / raw)
To: help-gnu-emacs
I want case-fold-search to be non-nil in all my buffers at all
times.... how can I set this up?
I dont like using customize. I prefer to edit my ~/emacs/init.el file.
^ permalink raw reply [flat|nested] 2+ messages in thread
* RE: case-fold-search - how to make it always non-nil?
2009-04-28 16:22 case-fold-search - how to make it always non-nil? Terrence Brannon
@ 2009-04-28 16:49 ` Drew Adams
0 siblings, 0 replies; 2+ messages in thread
From: Drew Adams @ 2009-04-28 16:49 UTC (permalink / raw)
To: 'Terrence Brannon', help-gnu-emacs
> I want case-fold-search to be non-nil in all my buffers at all
> times.... how can I set this up?
> I dont like using customize. I prefer to edit my ~/emacs/init.el file.
(setq-default case-fold-search t)
That sets the default value for all buffers, but it won't prevent something or
someone from setting the value to nil locally.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-28 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-28 16:22 case-fold-search - how to make it always non-nil? Terrence Brannon
2009-04-28 16:49 ` Drew Adams
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).