From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paminu Newsgroups: gmane.emacs.help Subject: Change startup dictonary for ispell? Date: Thu, 29 Dec 2005 22:47:22 +0100 Organization: UNI-C Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1135893240 1844 80.91.229.2 (29 Dec 2005 21:54:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 29 Dec 2005 21:54:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 29 22:53:58 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Es5ib-0001Sq-LQ for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Dec 2005 22:53:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Es5jy-0005OT-V9 for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Dec 2005 16:55:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!news2.volia.net!newsfeed01.sul.t-online.de!t-online.de!newsfeed.cw.net!cw.net!news-FFM2.ecrc.de!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1135893010 25796 130.225.245.182 (29 Dec 2005 21:50:10 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Thu, 29 Dec 2005 21:50:10 +0000 (UTC) User-Agent: KNode/0.10 Original-Xref: shelby.stanford.edu gnu.emacs.help:136677 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: , 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:32296 Archived-At: I use emacs as my editor. I would like it to always use danish dictionary so I have tried the following in my .emacs file: ;; Flyspell Mode (setq-default aspell-program-name "ispell") (setq ispell-dictionary "dansk") (add-hook 'text-mode-hook 'flyspell-mode) I have also tried: ;; Flyspell Mode (setq-default aspell-program-name "aspell") (setq ispell-dictionary "dansk") (add-hook 'text-mode-hook 'flyspell-mode) but nothing helps I still have to manually change the dictionary to danish in emacs. Hope someone can help!