* flyspell delay in org-mode
@ 2007-03-03 20:33 Vinod Valsalam
2007-03-04 2:04 ` Andrew Korty
0 siblings, 1 reply; 2+ messages in thread
From: Vinod Valsalam @ 2007-03-03 20:33 UTC (permalink / raw)
To: emacs-orgmode
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?
Thank you very much!
Vinod
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: flyspell delay in org-mode
2007-03-03 20:33 flyspell delay in org-mode Vinod Valsalam
@ 2007-03-04 2:04 ` Andrew Korty
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Korty @ 2007-03-04 2:04 UTC (permalink / raw)
To: emacs-orgmode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-04 2:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-03 20:33 flyspell delay in org-mode Vinod Valsalam
2007-03-04 2:04 ` Andrew Korty
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.