emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/follow 16dac3f: Ispell: Bind isearch-regexp-functi


From: Alan Mackenzie
Subject: [Emacs-diffs] scratch/follow 16dac3f: Ispell: Bind isearch-regexp-function to nil around call to isearch..-new-loop
Date: Mon, 14 Dec 2015 17:29:28 +0000

branch: scratch/follow
commit 16dac3f9af08ba5591f7dd06efe99a3f6b2d3965
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    Ispell: Bind isearch-regexp-function to nil around call to 
isearch..-new-loop
    
    * lisp/textmodes/ispell.el (ispell-highlight-spelling-error-overlay): bind
    isearch-regexp-function to nil around call to 
isearch-lazy-highligh-new-loop.
---
 lisp/textmodes/ispell.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 1b26b49..3327028 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2861,6 +2861,7 @@ The variable `ispell-highlight-face' selects the face to 
use for highlighting."
                  (regexp-quote (buffer-substring-no-properties start end))
                  "\\b"))
                (isearch-regexp t)
+                (isearch-regexp-function nil)
                (isearch-case-fold-search nil)
                (isearch-forward t)
                (isearch-other-end start)



reply via email to

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