From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bkhl@elektrubadur.se (=?iso-8859-1?q?Bj=F6rn_Lindstr=F6m?=) Newsgroups: gmane.emacs.help Subject: Re: aspell with different dictionaries Date: Mon, 16 Aug 2004 21:43:23 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <4c2a4ae8.0408161141.ed6cc17@posting.google.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092685581 3533 80.91.224.253 (16 Aug 2004 19:46:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Aug 2004 19:46:21 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 16 21:46:14 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BwnQr-000532-00 for ; Mon, 16 Aug 2004 21:46:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwnUy-0002SA-VL for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Aug 2004 15:50:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.uni-berlin.de 2S49P4JfNuKZnWcBLL157Qh5FMqPs+8zjPUrQjzyPnXfwlrV2a Mail-Copies-To: never X-Home-Page: http://bkhl.elektrubadur.se/ User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.2 (gnu/linux) Cancel-Lock: sha1:4WiSyXFEkzaFYrqggt73sedeY14= Original-Xref: shelby.stanford.edu gnu.emacs.help:124797 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20144 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20144 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")))