Re: [O] [ANN] Improved Flyspell check

2013-11-24 Thread Nicolas Goaziou
Hello,

Eric Schulte  writes:

> Nicolas Goaziou  writes:
>
>> Hello,
>>
>> Eric Schulte  writes:
>>
>>> I've been using this since it was sent, and I haven't noticed any bad
>>> behavior.
>>
>> Thanks for the feedback.
>>
>> BTW, I tried to add `org-self-insert-command' to
>> `flyspell-delayed-commands', since `self-insert-command' belongs to
>> `flyspell-default-delayed-commands', but I didn't notice any
>> improvement. Does this change anything for you?
>>
>
> I've tried this briefly but I don't see any effect.  It seems like a
> safe default to add...

Done.

I applied a variation of the original patch (so long).


Regards,

-- 
Nicolas Goaziou



Re: [O] [ANN] Improved Flyspell check

2013-11-22 Thread Rasmus Pank Roulund
Nicolas Goaziou  writes:

> Nicolas Goaziou  writes:
>
> Updated patch.

I've been using this patch without issues for at least two week.  I
haven't experienced any slowdowns over wcheck other than that
associated with the design of Flyspell (e.g. flyspell-buffer moves the
cursor over all words).

Quick question: does ISpell/Flyspell feature options to:

  1. Move the ispell suggestion window to the bottom of the window
 (rather than the top)

  2. Select the first suggestion with 1 rather than 0?  The latter is
 harder to press on my keyboard.

Thanks,
Rasmus

-- 
There are known knowns; there are things we know that we know.



Re: [O] [ANN] Improved Flyspell check

2013-11-21 Thread Rasmus

Nicolas Goaziou  writes:

> Nicolas Goaziou  writes:
>
> Updated patch.

I've been using this patch without issues for at least two week.  I
haven't experienced any slowdowns over wcheck other than that
associated with the design of Flyspell (e.g. flyspell-buffer moves the
cursor over all words).

Quick question: does ISpell/Flyspell feature options to:

  1. Move the ispell suggestion window to the bottom of the window
 (rather than the top)

  2. Select the first suggestion with 1 rather than 0?  The latter is
 harder to press on my keyboard.

Thanks,
Rasmus

-- 
Got mashed potatoes. Ain't got no T-Bone. No T-Bone



Re: [O] [ANN] Improved Flyspell check

2013-11-15 Thread Sebastien Vauban


Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>
>> You mean it isn't applied yet? Because I already reloaded Emacs a ton of
>> times today -- for different tests.
>
> No it isn't applied yet. Meanwhile, you can test it by applying the second
> patch in this thread.

Applied. Looks good so far. Thanks!

The only thing it does not ignore is the "state change" lines, such as:

   :LOGBOOK:
   CLOCK: [2013-02-05 Tue 09:00]--[2013-02-05 Tue 10:11] =>  1:11
   - State "TODO"->  "STRT"   [2013-02-05 Tue 17:48]   
   - State "TODO"->  "STRT"   [2013-08-19 Mon 15:16]   
   :END:

which I've customized.

Shouldn't they be purely ignored?

Best regards,
  Seb

-- 
Sebastien Vauban




Re: [O] [ANN] Improved Flyspell check

2013-11-10 Thread Eric Schulte
Nicolas Goaziou  writes:

> Hello,
>
> Eric Schulte  writes:
>
>> I've been using this since it was sent, and I haven't noticed any bad
>> behavior.
>
> Thanks for the feedback.
>
> BTW, I tried to add `org-self-insert-command' to
> `flyspell-delayed-commands', since `self-insert-command' belongs to
> `flyspell-default-delayed-commands', but I didn't notice any
> improvement. Does this change anything for you?
>

I've tried this briefly but I don't see any effect.  It seems like a
safe default to add...

Best,

>
>
> Regards,

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D



Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Nicolas Goaziou


"Sebastien Vauban" 
writes:

> You mean it isn't applied yet?  Because I already reloaded Emacs a ton of 
> times
> today -- for different tests.

No it isn't applied yet. Meanwhile, you can test it by applying the
second patch in this thread.


Regards,

-- 
Nicolas Goaziou




Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Sebastien Vauban
Hello,

Nicolas Goaziou wrote:
> "Sebastien Vauban" writes:
>> Nicolas Goaziou wrote:
>>> Eric Schulte  writes:
>>>
 I've been using this since it was sent, and I haven't noticed any bad
 behavior.
>>>
>>> Thanks for the feedback.
>>>
>>> BTW, I tried to add `org-self-insert-command' to
>>> `flyspell-delayed-commands', since `self-insert-command' belongs to
>>> `flyspell-default-delayed-commands', but I didn't notice any
>>> improvement. Does this change anything for you?
>>
>> Do I have to write something special for having the Org-enhanced
>> Flyspelling?
>
> You don't need anything special once the patch is applied (on master
> branch). You may need to reload Org or restart Flyspell, though.

You mean it isn't applied yet?  Because I already reloaded Emacs a ton of times
today -- for different tests.

Best regards,
  Seb

-- 
Sebastien Vauban




Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Nicolas Goaziou


Hello,

"Sebastien Vauban" 
writes:

> Nicolas Goaziou wrote:
>> Eric Schulte  writes:
>>
>>> I've been using this since it was sent, and I haven't noticed any bad
>>> behavior.
>>
>> Thanks for the feedback.
>>
>> BTW, I tried to add `org-self-insert-command' to
>> `flyspell-delayed-commands', since `self-insert-command' belongs to
>> `flyspell-default-delayed-commands', but I didn't notice any
>> improvement. Does this change anything for you?
>
> Do I have to write something special for having the Org-enhanced
> Flyspelling?

You don't need anything special once the patch is applied (on master
branch). You may need to reload Org or restart Flyspell, though.


Regards,

-- 
Nicolas Goaziou




Re: [O] [ANN] Improved Flyspell check

2013-11-08 Thread Sebastien Vauban
Hello Nicolas,

Nicolas Goaziou wrote:
> Eric Schulte  writes:
>
>> I've been using this since it was sent, and I haven't noticed any bad
>> behavior.
>
> Thanks for the feedback.
>
> BTW, I tried to add `org-self-insert-command' to
> `flyspell-delayed-commands', since `self-insert-command' belongs to
> `flyspell-default-delayed-commands', but I didn't notice any
> improvement. Does this change anything for you?

Do I have to write something special for having the Org-enhanced Flyspelling?

I do have some configuration which I can reduce to this:

--8<---cut here---start->8---
;; Org-mode
(add-to-list 'load-path "~/Public/Repositories/org-mode/testing")
(add-to-list 'load-path "~/Public/Repositories/org-mode/contrib/lisp")
(add-to-list 'load-path "~/Public/Repositories/org-mode/lisp")

(setq ispell-dictionary "francais")

(setq ispell-program-name "aspell")

;; enable on-the-fly spell checking
(add-hook 'text-mode-hook
  (lambda ()
(flyspell-mode 1)))

;; prevent flyspell from finding mistakes in the code
(add-hook 'prog-mode-hook
  (lambda ()
;; `ispell-comments-and-strings'
(flyspell-prog-mode)))
--8<---cut here---end--->8---

Though, when opening the following Org file ...

--8<---cut here---start->8---
#+TITLE: ECM pour Flyspell
#+Time-stamp: <2013-11-08>
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE:  en

* DĂ©veloppement
  :PROPERTIES:
  :CATEGORY: Dev
  :END:

** DONE Engager firme de relations publiques   :mail:
   DEADLINE: <2013-02-14 Thu>
   :LOGBOOK:
   CLOCK: [2013-02-05 Tue 09:00]--[2013-02-05 Tue 10:11] =>  1:11
   - State "TODO"->  "STRT"   [2013-02-05 Tue 17:48]
   - State "TODO"->  "STRT"   [2013-08-19 Mon 15:16]
   :END:

** TODO Appeler Laura pour bug dans le code shell :phone:

Le bout de code suivant a un problème.

#+begin_src sh
wher command
#+end_src
--8<---cut here---end--->8---

... many Org keywords are still underlined (such as TITLE, KEYWORDS,
PROPERTIES, LOGBOOK, and code inside #+begin/end_src).

Demo at http://screencast.com/t/zRDTt99M3ey.

Best regards,
  Seb

PS- Environment:
- GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-10-19 on LEG570
- Org-mode version 8.2.1 (release_8.2.1-202-gea797e.dirty @
  ~/Public/Repositories/org-mode/lisp/)

-- 
Sebastien Vauban




Re: [O] [ANN] Improved Flyspell check

2013-11-06 Thread Nicolas Goaziou
Hello,

Eric Schulte  writes:

> I've been using this since it was sent, and I haven't noticed any bad
> behavior.

Thanks for the feedback.

BTW, I tried to add `org-self-insert-command' to
`flyspell-delayed-commands', since `self-insert-command' belongs to
`flyspell-default-delayed-commands', but I didn't notice any
improvement. Does this change anything for you?


Regards,

-- 
Nicolas Goaziou



Re: [O] [ANN] Improved Flyspell check

2013-11-06 Thread Eric Schulte
I've been using this since it was sent, and I haven't noticed any bad
behavior.

Cheers,

Nicolas Goaziou  writes:

> Nicolas Goaziou  writes:
>
> Updated patch.
>
>
> -- 
> Nicolas Goaziou
>
> From 13f68648a0ff468385668f6b141748607d3f8103 Mon Sep 17 00:00:00 2001
> From: Nicolas Goaziou 
> Date: Sun, 3 Nov 2013 15:15:07 +0100
> Subject: [PATCH] Improve Flyspell check
>
> * lisp/org.el (org-mode-flyspell-verify): Rewrite function using
>   "org-element.el".  In particular, it doesn't rely on fontification
>   anymore.
> (org-remove-flyspell-overlays-in): Remove function.
> (org-do-emphasis-faces, org-activate-plain-links)
> (org-fontify-meta-lines-and-blocks-1, org-activate-footnote-links)
> (org-activate-target-links, org-activate-tags, org-activate-code)
> (org-activate-angle-links): Don't call
> `org-remove-flyspell-overlays-in'.
> * contrib/lisp/org-wikinodes.el (org-wikinodes-activate-links): Don't
>   call `org-remove-flyspell-overlays-in'.
> ---
>  contrib/lisp/org-wikinodes.el |   5 --
>  lisp/org.el   | 109 
> ++
>  2 files changed, 68 insertions(+), 46 deletions(-)
>
> diff --git a/contrib/lisp/org-wikinodes.el b/contrib/lisp/org-wikinodes.el
> index 4efc373..c6f2006 100644
> --- a/contrib/lisp/org-wikinodes.el
> +++ b/contrib/lisp/org-wikinodes.el
> @@ -79,15 +79,10 @@ to `directory'."
>(if (re-search-forward org-wikinodes-camel-regexp limit t)
> (if (equal (char-after (point-at-bol)) ?*)
> (progn
> - ;; in  heading - deactivate flyspell
> - (org-remove-flyspell-overlays-in (match-beginning 0)
> -  (match-end 0))
>   (add-text-properties (match-beginning 0) (match-end 0)
>'(org-no-flyspell t))
>   t)
>   ;; this is a wiki link
> - (org-remove-flyspell-overlays-in (match-beginning 0)
> -  (match-end 0))
>   (add-text-properties (match-beginning 0) (match-end 0)
>(list 'mouse-face 'highlight
>  'face 'org-link
> diff --git a/lisp/org.el b/lisp/org.el
> index 2382a9c..452babb 100644
> --- a/lisp/org.el
> +++ b/lisp/org.el
> @@ -5459,8 +5459,6 @@ The following commands are available:
>(abbrev-table-put org-mode-abbrev-table
>   :parents (list text-mode-abbrev-table)))
>  
> -(put 'org-mode 'flyspell-mode-predicate 'org-mode-flyspell-verify)
> -
>  (defsubst org-fix-ellipsis-at-bol ()
>(save-excursion (goto-char (window-start)) (recenter 0)))
>  
> @@ -5685,9 +5683,6 @@ The time stamps may be either active or inactive.")
>   (font-lock-prepend-text-property (match-beginning 2) (match-end 2)
>'face
>(nth 1 a))
> - (and (nth 2 a)
> -  (org-remove-flyspell-overlays-in
> -   (match-beginning 0) (match-end 0)))
>   (add-text-properties (match-beginning 2) (match-end 2)
>'(font-lock-multiline t org-emphasis t))
>   (when org-hide-emphasis-markers
> @@ -5753,7 +5748,6 @@ prompted for."
>(let (f hl)
>  (when (and (re-search-forward (concat org-plain-link-re) limit t)
>  (not (org-in-src-block-p)))
> -  (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
>(setq f (get-text-property (match-beginning 0) 'face))
>(setq hl (org-match-string-no-properties 0))
>(if (or (eq f 'org-tag)
> @@ -5770,7 +5764,6 @@ prompted for."
>  (defun org-activate-code (limit)
>(if (re-search-forward "^[ \t]*\\(:\\(?: .*\\|$\\)\n?\\)" limit t)
>(progn
> - (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
>   (remove-text-properties (match-beginning 0) (match-end 0)
>   '(display t invisible t intangible t))
>   t)))
> @@ -5812,7 +5805,6 @@ by a #."
> (cond
>  ((member dc1 '("+html:" "+ascii:" "+latex:"))
>   ;; a single line of backend-specific content
> - (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
>   (remove-text-properties (match-beginning 0) (match-end 0)
>   '(display t invisible t intangible t))
>   (add-text-properties (match-beginning 1) (match-end 3)
> @@ -5901,7 +5893,6 @@ by a #."
>(if (and (re-search-forward org-angle-link-re limit t)
>  (not (org-in-src-block-p)))
>(progn
> - (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
>   (add-text-properties (match-beginning 0) (match-end 0)
>(list 'mouse-face 'highlight
>  'keymap org-mouse-map))
> @@ -5913,7 +5904,6 @@ by a #."
>(let ((fn (org-footnote-next-reference-or-definition limit)))
>  (when

Re: [O] [ANN] Improved Flyspell check

2013-11-03 Thread Nicolas Goaziou
Nicolas Goaziou  writes:

Updated patch.


-- 
Nicolas Goaziou
>From 13f68648a0ff468385668f6b141748607d3f8103 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou 
Date: Sun, 3 Nov 2013 15:15:07 +0100
Subject: [PATCH] Improve Flyspell check

* lisp/org.el (org-mode-flyspell-verify): Rewrite function using
  "org-element.el".  In particular, it doesn't rely on fontification
  anymore.
(org-remove-flyspell-overlays-in): Remove function.
(org-do-emphasis-faces, org-activate-plain-links)
(org-fontify-meta-lines-and-blocks-1, org-activate-footnote-links)
(org-activate-target-links, org-activate-tags, org-activate-code)
(org-activate-angle-links): Don't call
`org-remove-flyspell-overlays-in'.
* contrib/lisp/org-wikinodes.el (org-wikinodes-activate-links): Don't
  call `org-remove-flyspell-overlays-in'.
---
 contrib/lisp/org-wikinodes.el |   5 --
 lisp/org.el   | 109 ++
 2 files changed, 68 insertions(+), 46 deletions(-)

diff --git a/contrib/lisp/org-wikinodes.el b/contrib/lisp/org-wikinodes.el
index 4efc373..c6f2006 100644
--- a/contrib/lisp/org-wikinodes.el
+++ b/contrib/lisp/org-wikinodes.el
@@ -79,15 +79,10 @@ to `directory'."
   (if (re-search-forward org-wikinodes-camel-regexp limit t)
 	  (if (equal (char-after (point-at-bol)) ?*)
 	  (progn
-		;; in  heading - deactivate flyspell
-		(org-remove-flyspell-overlays-in (match-beginning 0)
-		 (match-end 0))
 		(add-text-properties (match-beginning 0) (match-end 0)
  '(org-no-flyspell t))
 		t)
 	;; this is a wiki link
-	(org-remove-flyspell-overlays-in (match-beginning 0)
-	 (match-end 0))
 	(add-text-properties (match-beginning 0) (match-end 0)
  (list 'mouse-face 'highlight
    'face 'org-link
diff --git a/lisp/org.el b/lisp/org.el
index 2382a9c..452babb 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5459,8 +5459,6 @@ The following commands are available:
   (abbrev-table-put org-mode-abbrev-table
 		:parents (list text-mode-abbrev-table)))
 
-(put 'org-mode 'flyspell-mode-predicate 'org-mode-flyspell-verify)
-
 (defsubst org-fix-ellipsis-at-bol ()
   (save-excursion (goto-char (window-start)) (recenter 0)))
 
@@ -5685,9 +5683,6 @@ The time stamps may be either active or inactive.")
 	(font-lock-prepend-text-property (match-beginning 2) (match-end 2)
 	 'face
 	 (nth 1 a))
-	(and (nth 2 a)
-		 (org-remove-flyspell-overlays-in
-		  (match-beginning 0) (match-end 0)))
 	(add-text-properties (match-beginning 2) (match-end 2)
  '(font-lock-multiline t org-emphasis t))
 	(when org-hide-emphasis-markers
@@ -5753,7 +5748,6 @@ prompted for."
   (let (f hl)
 (when (and (re-search-forward (concat org-plain-link-re) limit t)
 	   (not (org-in-src-block-p)))
-  (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
   (setq f (get-text-property (match-beginning 0) 'face))
   (setq hl (org-match-string-no-properties 0))
   (if (or (eq f 'org-tag)
@@ -5770,7 +5764,6 @@ prompted for."
 (defun org-activate-code (limit)
   (if (re-search-forward "^[ \t]*\\(:\\(?: .*\\|$\\)\n?\\)" limit t)
   (progn
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(remove-text-properties (match-beginning 0) (match-end 0)
 '(display t invisible t intangible t))
 	t)))
@@ -5812,7 +5805,6 @@ by a #."
 	  (cond
 	   ((member dc1 '("+html:" "+ascii:" "+latex:"))
 	;; a single line of backend-specific content
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(remove-text-properties (match-beginning 0) (match-end 0)
 '(display t invisible t intangible t))
 	(add-text-properties (match-beginning 1) (match-end 3)
@@ -5901,7 +5893,6 @@ by a #."
   (if (and (re-search-forward org-angle-link-re limit t)
 	   (not (org-in-src-block-p)))
   (progn
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(add-text-properties (match-beginning 0) (match-end 0)
 			 (list 'mouse-face 'highlight
    'keymap org-mouse-map))
@@ -5913,7 +5904,6 @@ by a #."
   (let ((fn (org-footnote-next-reference-or-definition limit)))
 (when fn
   (let ((beg (nth 1 fn)) (end (nth 2 fn)))
-	(org-remove-flyspell-overlays-in beg end)
 	(add-text-properties beg end
 			 (list 'mouse-face 'highlight
    'keymap org-mouse-map
@@ -5941,7 +5931,6 @@ by a #."
 		   'htmlize-link `(:uri ,hl
 	;; We need to remove the invisible property here.  Table narrowing
 	;; may have made some of this invisible.
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(remove-text-properties (match-beginning 0) (match-end 0)
 '(invisible nil))
 	(if (match-end 3)
@@ -5965,7 +5954,6 @@ by a #."
   (if (and (re-search-forward org-tsr-regexp-both limit t)
 	   (not (equal (char-before (match-beginning 0)) 91)))
   (progn
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(add-text-properties (match-beginnin

[O] [ANN] Improved Flyspell check

2013-11-03 Thread Nicolas Goaziou
Hello,

I'd like to submit the following patch for review, testing and,
hopefully, inclusion.

>From the user point of view, it improves checks when using Flyspell,
removing false-positive and allowing to check more areas.

More importantly, it doesn't rely anymore on fontification, which means
that activating checks is very demanding for the parser. So, it is
a good stress test for the newly integrated cache mechanism.


Feedback welcome.


Regards,

-- 
Nicolas Goaziou
>From 56bbebbd926e04ad4382cc9f37fb9e23d548130a Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou 
Date: Sun, 3 Nov 2013 15:15:07 +0100
Subject: [PATCH] Improve Flyspell check

* lisp/org.el (org-mode-flyspell-verify): Rewrite function using
  "org-element.el".  In particular, it doesn't rely on fontification
  anymore.
(org-remove-flyspell-overlays-in): Remove function.
(org-do-emphasis-faces, org-activate-plain-links)
(org-fontify-meta-lines-and-blocks-1, org-activate-footnote-links)
(org-activate-target-links, org-activate-tags, org-activate-code)
(org-activate-angle-links): Don't call
`org-remove-flyspell-overlays-in'.
* contrib/lisp/org-wikinodes.el (org-wikinodes-activate-links): Don't
  call `org-remove-flyspell-overlays-in'.
---
 contrib/lisp/org-wikinodes.el |   5 --
 lisp/org.el   | 111 ++
 2 files changed, 70 insertions(+), 46 deletions(-)

diff --git a/contrib/lisp/org-wikinodes.el b/contrib/lisp/org-wikinodes.el
index 4efc373..c6f2006 100644
--- a/contrib/lisp/org-wikinodes.el
+++ b/contrib/lisp/org-wikinodes.el
@@ -79,15 +79,10 @@ to `directory'."
   (if (re-search-forward org-wikinodes-camel-regexp limit t)
 	  (if (equal (char-after (point-at-bol)) ?*)
 	  (progn
-		;; in  heading - deactivate flyspell
-		(org-remove-flyspell-overlays-in (match-beginning 0)
-		 (match-end 0))
 		(add-text-properties (match-beginning 0) (match-end 0)
  '(org-no-flyspell t))
 		t)
 	;; this is a wiki link
-	(org-remove-flyspell-overlays-in (match-beginning 0)
-	 (match-end 0))
 	(add-text-properties (match-beginning 0) (match-end 0)
  (list 'mouse-face 'highlight
    'face 'org-link
diff --git a/lisp/org.el b/lisp/org.el
index 2382a9c..a7ab90f 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -5459,8 +5459,6 @@ The following commands are available:
   (abbrev-table-put org-mode-abbrev-table
 		:parents (list text-mode-abbrev-table)))
 
-(put 'org-mode 'flyspell-mode-predicate 'org-mode-flyspell-verify)
-
 (defsubst org-fix-ellipsis-at-bol ()
   (save-excursion (goto-char (window-start)) (recenter 0)))
 
@@ -5685,9 +5683,6 @@ The time stamps may be either active or inactive.")
 	(font-lock-prepend-text-property (match-beginning 2) (match-end 2)
 	 'face
 	 (nth 1 a))
-	(and (nth 2 a)
-		 (org-remove-flyspell-overlays-in
-		  (match-beginning 0) (match-end 0)))
 	(add-text-properties (match-beginning 2) (match-end 2)
  '(font-lock-multiline t org-emphasis t))
 	(when org-hide-emphasis-markers
@@ -5753,7 +5748,6 @@ prompted for."
   (let (f hl)
 (when (and (re-search-forward (concat org-plain-link-re) limit t)
 	   (not (org-in-src-block-p)))
-  (org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
   (setq f (get-text-property (match-beginning 0) 'face))
   (setq hl (org-match-string-no-properties 0))
   (if (or (eq f 'org-tag)
@@ -5770,7 +5764,6 @@ prompted for."
 (defun org-activate-code (limit)
   (if (re-search-forward "^[ \t]*\\(:\\(?: .*\\|$\\)\n?\\)" limit t)
   (progn
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(remove-text-properties (match-beginning 0) (match-end 0)
 '(display t invisible t intangible t))
 	t)))
@@ -5812,7 +5805,6 @@ by a #."
 	  (cond
 	   ((member dc1 '("+html:" "+ascii:" "+latex:"))
 	;; a single line of backend-specific content
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(remove-text-properties (match-beginning 0) (match-end 0)
 '(display t invisible t intangible t))
 	(add-text-properties (match-beginning 1) (match-end 3)
@@ -5901,7 +5893,6 @@ by a #."
   (if (and (re-search-forward org-angle-link-re limit t)
 	   (not (org-in-src-block-p)))
   (progn
-	(org-remove-flyspell-overlays-in (match-beginning 0) (match-end 0))
 	(add-text-properties (match-beginning 0) (match-end 0)
 			 (list 'mouse-face 'highlight
    'keymap org-mouse-map))
@@ -5913,7 +5904,6 @@ by a #."
   (let ((fn (org-footnote-next-reference-or-definition limit)))
 (when fn
   (let ((beg (nth 1 fn)) (end (nth 2 fn)))
-	(org-remove-flyspell-overlays-in beg end)
 	(add-text-properties beg end
 			 (list 'mouse-face 'highlight
    'keymap org-mouse-map
@@ -5941,7 +5931,6 @@ by a #."
 		   'htmlize-link `(:uri ,hl
 	;; We need to remove the invisible property here.  Table narrowing
 	;; may have made some of this invisible.
-	(org-remove-flyspell-overlay