Re: [O] [PATCH v2] org.el: Don't flyspell check within source code blocks

2013-05-31 Thread Carsten Dominik
On 1.6.2013, at 08:15, Carsten Dominik wrote: > Hi Trevor, > > have you noticed an impact of this patch on normal typing performance? > This is something we need to be extremely careful about. Sorry, I see that Matt has already done some profiling. OK, I have applied this patch - lets see ho

Re: [O] [PATCH v2] org.el: Don't flyspell check within source code blocks

2013-05-31 Thread Carsten Dominik
Hi Trevor, have you noticed an impact of this patch on normal typing performance? This is something we need to be extremely careful about. - Carsten On 30.5.2013, at 02:49, Trevor Murphy wrote: > * lisp/org.el (org-mode-flyspell-verify): Add check for > `org-in-src-block-p'. > > TINYCHANGE >

[O] [PATCH v2] org.el: Don't flyspell check within source code blocks

2013-05-29 Thread Trevor Murphy
* lisp/org.el (org-mode-flyspell-verify): Add check for `org-in-src-block-p'. TINYCHANGE --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 94078f9..77de2d7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -23596,7 +23596,8 @@ To g