help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: using aspell with ispell.el


From: Peter Dyballa
Subject: Re: using aspell with ispell.el
Date: Fri, 13 Jan 2006 19:00:52 +0100


Am 13.01.2006 um 14:18 schrieb Klaus Berndl:

is there a sort description how to customize ispell.el so not ispell ut aspell
can be used (incl. using different dictionaries)?

;       (setq ispell-program-name "ispell")
        (setq ispell-program-name "aspell")
        (if (string= "aspell" ispell-program-name)
          (progn
; (setq ispell-extra-args "--norm-form=comp --norm-required --run-together")
;           (setq ispell-dictionary "en_GB-ise-w_accents")
            (setq ispell-dictionary "deutsch")
(set-default 'ispell-local-dictionary ispell- dictionary);"deutsch") (add-hook 'TeX-language-en-hook (function (lambda () (ispell-change-dictionary "british")))) (add-hook 'TeX-language-de-hook (function (lambda () (ispell-change-dictionary ispell-dictionary))));"deutsch"))))
            (message "Alles für «a»spell")
            )
            (setq ispell-dictionary "german8")
(add-hook 'TeX-language-en-hook (function (lambda () (ispell-change-dictionary "british")))) (add-hook 'TeX-language-de-hook (function (lambda () (ispell-change-dictionary "deutsch8"))))
            (message "Alles für »i«spell")
        )

--
Mit friedvollen Grüßen

  Pete

When you meet a master swordsman,
show him your sword.
When you meet a man who is not a poet,
do not show him your poem.
                -- Rinzai, ninth century Zen master






reply via email to

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