emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: flyspell delay in org-mode


From: Andrew Korty
Subject: [Orgmode] Re: flyspell delay in org-mode
Date: Sun, 4 Mar 2007 02:04:58 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Vinod Valsalam <vinodv <at> gmail.com> writes:

> When using flyspell with org-mode, it seems to be spell checking on partially 
> typed words without any delay.  This is affecting responsiveness of emacs 
> while typing.  Has anyone else experienced this problem, and if so, does 
> anyone have a solution?

flyspell delays checking after commands listed in
`flyspell-default-delayed-commands' and `flyspell-delayed-commands'.  The
default value of the former is

    (self-insert-command delete-backward-char backward-or-forward-delete-char
     delete-char scrollbar-vertical-drag)

But org-mode seems to use its own replacements for many of those functions.  So
I defined the latter variable as

    (org-self-insert-command org-delete-backward-char
     org-backward-or-forward-delete-char org-delete-char)

and flyspell behaves as expected.

--ajk





reply via email to

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