[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
isearch.el patch for `M-e' to put point at mismatch position
From: |
Drew Adams |
Subject: |
isearch.el patch for `M-e' to put point at mismatch position |
Date: |
Mon, 16 May 2011 14:36:39 -0700 |
The attached patch makes `M-e' (`isearch-edit-string') put point at the first
mismatch position (or the search-string end if no mismatch).
When you hit `M-e' you are ready to edit at the mismatch position. This makes
it easy to change or insert a char or two to make the string match. (`C-g', on
the other hand just removes all of the mismatch.)
(This feature complements the use of highlighting to show users where the
mismatch starts.)
isearch-2011-05-16.patch
Description: Binary data
- isearch.el patch for `M-e' to put point at mismatch position,
Drew Adams <=