John Owens
carbo****@spamg*****
Fri Dec 16 15:26:07 JST 2005
I use aspell with the latest carbon emacs when I'm writing mail (in wanderlust). (I actually use the DarwinPorts aspell, not the emacs aspell.) Especially when I am in "better battery savings" mode, the CPU usage of aspell is really high (as measured by Activity Monitor) and very much slows down the machine. Anyone else run into this? Suggestions? JDO ==== movenpick 502$ aspell --version @(#) International Ispell Version 3.1.20 (but really Aspell 0.60.2) ==== (setq exec-path (cons "/opt/local/bin" exec-path)) (setq-default ispell-program-name "aspell") (autoload 'flyspell-mode "flyspell" "On-the-fly ispell." t) (require 'ispell) (require 'filladapt) (add-hook 'text-mode-hook '(lambda() (turn-on-auto-fill) (turn-on-filladapt-mode) (flyspell-mode) ))