[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] [PATCH] Implement incremental search v6
From: |
Marco Diego Aurélio Mesquita |
Subject: |
[Nano-devel] [PATCH] Implement incremental search v6 |
Date: |
Sat, 3 Feb 2018 03:51:08 -0200 |
Differences from previous version:
- Incremental search was removed from "find in help" and "replace".
- Problems with regexp were fixed.
I'm still using a loop on do_search. The mutual recursion (with both
self recursive functions) between do_search and do_replace gets hairy.
For example, the loop nicely handles the following situation: ^W M-I
dam M-W ^R ^C. Cancelling the search while on replace is handled
correctly by the loop; I could not find a simple recursive way to make
it behave correctly in this situation.
Please review it.
0001-Implement-incremental-search.patch
Description: Text Data