From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Colin S. Miller" Newsgroups: gmane.emacs.help Subject: Re: Flyspell mode Date: Thu, 01 Dec 2005 14:51:30 +0000 Organization: SunSITE.dk - Supporting Open source Message-ID: <438f0d99$0$15788$14726298@news.sunsite.dk> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1133455839 7848 80.91.229.2 (1 Dec 2005 16:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Dec 2005 16:50:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 01 17:50:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ehra3-0002T9-WE for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Dec 2005 17:46:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EhrZC-0004sz-BF for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Dec 2005 11:45:55 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!uninett.no!news.net.uni-c.dk!dotsrc.org!news.dotsrc.org!not-for-mail User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help In-Reply-To: Original-Lines: 25 Original-NNTP-Posting-Host: 62.56.40.181 Original-X-Trace: news.sunsite.dk DXC=oZnl4^>S1`Ka0CAcDd; B0AYSB=nbEKnkKf7hTCTD<<2@G1[Bg<0aH5@\VT\m5_SIbFU_42Df:PaKHTcL2h5ahoTOkF_>m>CYcVOCEBeQmcRlHDAni:GjA6; NCN3QL<^bVXlH Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:135965 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:31572 Archived-At: Paminu wrote: > I have enabled flyspell mode in my .emacs file: > > (add-hook 'text-mode-hook 'flyspell-mode) > > But when I misspell a word I can't seem to find a way to get it to print the > correct word instead. Do I really need to enable the iSpell-buffer to get a > list of corret words? That makes the flyspell-mode rather superfluous. You can use ispell-word which is on M-$. > > Another thing. When I enable flyspell mode in my .emacs file it seems that > it uses the english dictionary, but if I delete it from my .emacs file and > type (M-x flyspell-mode) it seems to use the danish dictonary (Which I have > choosen by default). > > How do I make it always use Danish? Placing (setq ispell-dictionary 'british) in my .xemacs/init.el works for me, however I use Xemacs rather that GNU Emacs. -- Replace the obvious in my email address with the first three letters of the hostname to reply.