emacs-devel
[Top][All Lists]
Advanced

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

Re: Strange behavior of word isearch


From: Chong Yidong
Subject: Re: Strange behavior of word isearch
Date: Thu, 25 Sep 2008 10:34:39 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

martin rudalics <address@hidden> writes:

>> In other words, previously a word search for "foo" is a regexp search
>> for "\bfoo\b"; this patch changes the search to "\bfoo".
>
> Couldn't this break modes like `ada-mode' or `flyspell-mode'?

Yeah, that might cause some unpredictable breakage.

So probably we need to introduce a separate function that performs an
"open-ended" version of word-search-forward.  Any suggestions for the
function name?




reply via email to

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