From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: nathan.sidoli@utoronto.ca (Nathan Sidoli) Newsgroups: gmane.emacs.help Subject: Re: aspell with different dictionaries Date: 24 Aug 2004 14:16:44 -0700 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4c2a4ae8.0408241316.7c8527a0@posting.google.com> References: <4c2a4ae8.0408161141.ed6cc17@posting.google.com> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1093382448 24202 80.91.224.253 (24 Aug 2004 21:20:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Aug 2004 21:20:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 24 23:20:38 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 1Bziic-0008GX-00 for ; Tue, 24 Aug 2004 23:20:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bzin8-00013E-J9 for geh-help-gnu-emacs@m.gmane.org; Tue, 24 Aug 2004 17:25:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews2.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 128.100.57.36 Original-X-Trace: posting.google.com 1093382205 2325 127.0.0.1 (24 Aug 2004 21:16:45 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 24 Aug 2004 21:16:45 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:124913 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:20262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20262 > (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