<div class="gmail_quote">On Fri, May 3, 2013 at 4:00 PM, aditya siram <span dir="ltr">&lt;<a href="mailto:aditya.siram@gmail.com" target="_blank">aditya.siram@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">I&#39;m working on a patch to evil where searching for a word with &#39;/&#39; allows me to stop at a partial match. <div><br></div><div>For example, given:</div><div>&quot;The wor^d I am looking for is abcd&quot;.</div>


<div>where &#39;^&#39; represents point, if I type &#39;/&#39; &#39;abce&#39;, &#39;abc&#39; is highlighted. When I hit RETURN or C-g I want point to go to the beginning of that partial match and not jump back to where my search started. </div>


</div>
</blockquote></div><br>It sounds like the wrong behavior to me, because &quot;abce&quot; doesn&#39;t match &quot;abc&quot;. I probably misunderstood you.<br><br>