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

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

Re: Permanently Changing Search Option


From: Kevin Rodgers
Subject: Re: Permanently Changing Search Option
Date: Wed, 28 Jun 2006 14:45:44 -0600
User-agent: Thunderbird 1.5.0.4 (Windows/20060516)

bjemacs wrote:
I just now put (setq isearch-word t) in my .emacs file. Restarted a session
in Emacs. But the search remains incrimental.

Any further thoughts?

Ah, I see now that isearch-mode resets isearch-word each time it's
called.  Try this:

(add-hook 'isearch-mode (lambda () (setq isearch-word t)))

--
Kevin





reply via email to

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