bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#21663: 25.0.50; isearch-edit-string dont resume multi isearches


From: Tino Calancha
Subject: bug#21663: 25.0.50; isearch-edit-string dont resume multi isearches
Date: Tue, 13 Oct 2015 14:18:25 +0900 (JST)
User-agent: Alpine 2.20 (LRH 67 2015-01-07)


In previous patch (isearch_3.patch) the variables are not
restored because they were bind to the same symbol name, and
multi-isearch-end will set them to nil.

In addition, multi-isearch-end need to be added again to isearch-mode-end-hook, otherwise, even after exiting with C-g, C-s will start a multisearch instead of a normal isearch in the current buffer.

See attached patch: isearch_4.patch

Attachment: isearch_4.patch
Description: Text document


reply via email to

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