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-com

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).

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).

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 f

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 t

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 >>>

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', s

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

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

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: S

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 usin

[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 tha