Rudolf Adamkovič <rud...@adamkovic.org> writes:

> BTW, Flyspell also makes Org with large files *terribly* slow.
>
> To reproduce:
>
> (add-hook 'text-mode-hook #'flyspell-mode)
> (add-hook 'prog-mode-hook #'flyspell-prog-mode)
>
> [This is the recommended way of enabling Flyspell.]
>
> Then open a very large and complex Org file, collapse all headings into
> overview, and navigate next/previous heading using n/p speed commands.

That's possible, depending on your exact usage pattern.
For example, if you somehow override `org-self-insert-command' in your
editing, flyspell is expected to be slow unless you configure
`flyspell-delayed-commands' yourself.
Otherwise, `org--flyspell-object-check-p' might cause slowdown in
complex paragraphs.

-- 
Ihor Radchenko // yantar92,
Org mode maintainer,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>

Reply via email to