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

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

Re: aspell with different dictionaries


From: Nathan Sidoli
Subject: Re: aspell with different dictionaries
Date: 24 Aug 2004 14:16:44 -0700

> (global-set-key "\C-csb" (lambda () (interactive)
>                            (ispell-change-dictionary "british")))
> (global-set-key "\C-css" (lambda () (interactive)
>                            (ispell-change-dictionary "svenska")))


Thanks, this is helpful and I will use it for now but ideally I would
like a situation where I chose my dictionary on each spellcheck. For
example, I could use

C-cer 

to check a region in English or

C-cdw 

to check a work in German, etc. Does anyone out there know some lisp
to do this?

Thanks,
Nathan


reply via email to

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