jed-users mailing list

[2004 Date Index] [2004 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: isearch "wrap around" enhancements


On Fri, 19 Nov 2004 02:04:27 -0500, "John E. Davis" <davis@xxxxxxxxxxxxx> said:
> 
> I have added the patch.
Some comments:
-An integer is left on the stack when the search wraps.  I believe this
 is caused by line 273:
 perform_search (str, dir);
 should probably be
 ()=perform_search (str, dir);
-In Emacs, I can continue adding characters to the search string even
 after the search fails.  I can then wrap the search or reverse its
 direction with another C-s or a C-r.  I get the same behavior in the
 new isearch if I comment out line 279: str = isearch_del (str);


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2004 date index] [2004 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]