* using aspell with ispell.el
@ 2006-01-13 13:18 Klaus Berndl
2006-01-13 17:59 ` Kevin Rodgers
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Klaus Berndl @ 2006-01-13 13:18 UTC (permalink / raw)
Hi,
is there a sort description how to customize ispell.el so not ispell ut aspell
can be used (incl. using different dictionaries)?
Thanks ain advance!
Klaus
--
Klaus Berndl mailto: klaus.berndl@sdm.de
sd&m AG http://www.sdm.de
software design & management
Carl-Wery-Str. 42, 81739 Muenchen, Germany
Tel +49 89 63812-392, Fax -220
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using aspell with ispell.el
2006-01-13 13:18 using aspell with ispell.el Klaus Berndl
@ 2006-01-13 17:59 ` Kevin Rodgers
2006-01-13 18:00 ` Peter Dyballa
2006-01-13 19:20 ` kokrhac - Ales MATAS
2 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2006-01-13 17:59 UTC (permalink / raw)
Klaus Berndl wrote:
> is there a sort description how to customize ispell.el so not ispell ut aspell
> can be used (incl. using different dictionaries)?
(setq-default ispell-program-name "aspell")
--
Kevin Rodgers
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using aspell with ispell.el
2006-01-13 13:18 using aspell with ispell.el Klaus Berndl
2006-01-13 17:59 ` Kevin Rodgers
@ 2006-01-13 18:00 ` Peter Dyballa
2006-01-13 19:20 ` kokrhac - Ales MATAS
2 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2006-01-13 18:00 UTC (permalink / raw)
Cc: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: using aspell with ispell.el
2006-01-13 13:18 using aspell with ispell.el Klaus Berndl
2006-01-13 17:59 ` Kevin Rodgers
2006-01-13 18:00 ` Peter Dyballa
@ 2006-01-13 19:20 ` kokrhac - Ales MATAS
2 siblings, 0 replies; 4+ messages in thread
From: kokrhac - Ales MATAS @ 2006-01-13 19:20 UTC (permalink / raw)
I don't precisely remember my steps during instalation of Aspell, but I
install it under windows from the package "Aspell-0-50-3-3-Setup.exe"
and I have following setings in my .emacs
(setq-default ispell-program-name "c:/Programs/GNU_Aspell/bin/aspell.exe")
(setq ispell-extra-args '("--sug-mode=fast"))
I only copy new dictionary to \dict directory in installation path of
aspell and I swith in emacs either by command 'ispell-change-dictionary'
or I set file local variable ispell-local-dictionary: "czech".
But I remind now one problem ...
This problem probably does not occur with english dictionary. But when I
wanted to use czech dictionary I met a problem with encoding. The only
solution I have found (but on the other way I am very ... very happy now
;) I tried to use new build
"GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2005-06-26 on NONIQPC"
from nqmacs site.
Than everything started to work without any special modification of
dictionaries or settings. I'm using this build more than 3 months
without any problem and aspell works also fine.
Ales Matas
}I{
Klaus Berndl wrote:
> Hi,
>
> is there a sort description how to customize ispell.el so not ispell ut aspell
> can be used (incl. using different dictionaries)?
>
> Thanks ain advance!
> Klaus
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-01-13 19:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-13 13:18 using aspell with ispell.el Klaus Berndl
2006-01-13 17:59 ` Kevin Rodgers
2006-01-13 18:00 ` Peter Dyballa
2006-01-13 19:20 ` kokrhac - Ales MATAS
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).