From: bkhl@elektrubadur.se (Björn Lindström)
Subject: Re: aspell with different dictionaries
Date: Mon, 16 Aug 2004 21:43:23 +0200 [thread overview]
Message-ID: <s383c2mg97o.fsf@numerus.ling.uu.se> (raw)
In-Reply-To: 4c2a4ae8.0408161141.ed6cc17@posting.google.com
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")))
next prev parent reply other threads:[~2004-08-16 19:43 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-16 19:41 aspell with different dictionaries Nathan Sidoli
2004-08-16 19:43 ` Björn Lindström [this message]
2004-08-24 21:16 ` Nathan Sidoli
2004-08-24 23:32 ` Kevin Rodgers
2004-08-25 12:25 ` Frederik Fouvry
2004-08-27 10:17 ` Kevin Atkinson
2004-08-27 10:46 ` Carsten Weinberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=s383c2mg97o.fsf@numerus.ling.uu.se \
--to=bkhl@elektrubadur.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).