From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Startup dictonary with aspell? Date: Mon, 12 Dec 2005 20:35:20 +0100 Message-ID: <26e66c84755a22249dbbc62289f9a734@Web.DE> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1134423172 24401 80.91.229.2 (12 Dec 2005 21:32:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2005 21:32:52 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 12 22:32:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ElvFd-00078q-Ao for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Dec 2005 22:30:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ElvG8-0003aa-EC for geh-help-gnu-emacs@m.gmane.org; Mon, 12 Dec 2005 16:31:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EltSr-00049J-CM for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 14:36:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EltSo-00047y-Hn for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 14:36:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EltSo-00047e-8S for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 14:35:58 -0500 Original-Received: from [217.72.192.224] (helo=smtp06.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1EltUZ-0007LJ-TK for help-gnu-emacs@gnu.org; Mon, 12 Dec 2005 14:37:48 -0500 Original-Received: from [84.245.180.185] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #340) id 1EltSE-0002YO-00; Mon, 12 Dec 2005 20:35:22 +0100 In-Reply-To: Original-To: Paminu X-Mailer: Apple Mail (2.623) X-Sender: Peter_Dyballa@web.de 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:31901 Archived-At: Am 12.12.2005 um 17:21 schrieb Paminu: > (setq aspell-dictionary "dansk") > > But each time I start emacs it uses english instead! > You could switch to the other dictionary ... some ideas: (setq ispell-dictionary "deutsch") (set-default 'ispell-local-dictionary ispell-dictionary) (add-hook 'TeX-language-en-hook (function (lambda () (ispell-change-dictionary "british")))) (ispell-change-dictionary "deutsch8") -- Greetings ~ O Pete ~~_\\_/% ~ O o