From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Permanently Changing Search Option
Date: Wed, 28 Jun 2006 14:45:44 -0600 [thread overview]
Message-ID: <e7upqp$st3$1@sea.gmane.org> (raw)
In-Reply-To: <5072839.post@talk.nabble.com>
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
next prev parent reply other threads:[~2006-06-28 20:45 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-20 4:58 Permanently Changing Search Option Bill
2006-06-20 18:43 ` Kevin Rodgers
2006-06-26 18:49 ` bjemacs
2006-06-27 15:30 ` Kevin Rodgers
2006-06-27 19:53 ` bjemacs
2006-06-28 20:45 ` Kevin Rodgers [this message]
2006-08-09 14:04 ` bjemacs
[not found] ` <mailman.3420.1151438015.9609.help-gnu-emacs@gnu.org>
2006-06-28 5:18 ` Andreas Roehler
[not found] <mailman.3046.1150779514.9609.help-gnu-emacs@gnu.org>
2006-06-20 22:55 ` Johan Bockgård
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='e7upqp$st3$1@sea.gmane.org' \
--to=ihs_4664@yahoo.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.
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).