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: Björn Lindström
Subject: Re: aspell with different dictionaries
Date: Mon, 16 Aug 2004 21:43:23 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux)

nathan.sidoli@utoronto.ca (Nathan Sidoli) writes:

> I would like to set up key bindings to spell check words and regions
> in a secondary dictionary and then switch back to the primary
> dictionary.

Something like this?

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


reply via email to

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