From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "BlakJak" Newsgroups: gmane.emacs.help Subject: Re: Configuring ISPELL for EMACS Date: Thu, 27 May 2004 19:23:23 +0800 Organization: StarHub Internet Pte Ltd Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40b5cf95$1@news.starhub.net.sg> References: <40b595a2$1@news.starhub.net.sg> Reply-To: BlakJak NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1085657734 1476 80.91.224.253 (27 May 2004 11:35:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 11:35:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 27 13:35:28 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTJAW-0005xp-00 for ; Thu, 27 May 2004 13:35:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTJ9c-0002F2-0s for geh-help-gnu-emacs@m.gmane.org; Thu, 27 May 2004 07:34:32 -0400 Original-Newsgroups: gnu.emacs.help Original-Lines: 41 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Original-NNTP-Posting-Host: 218.186.237.66 Original-X-Trace: 27 May 2004 19:23:01 +0800, 218.186.237.66 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!newsgate.cuhk.edu.hk!newsvr.starhub.net.sg!news.starhub.net.sg!218.186.237.66 Original-Xref: shelby.stanford.edu gnu.emacs.help:123522 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 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:18811 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18811 "It's me FKtPp ;)" wrote in message news:ullje5fyg.fsf@163.com... > "BlakJak" writes: > > > set another environment variable > > DICTIONARY=C:\ispell\lib\english.hash > Did this but had to set it as C:\ispell\lib\english.has (note the 'h' missing from the end) > and in your .emacs, put in > > ;; Text mode hook for ispell > (add-hook 'text-mode-hook 'flyspell-mode) This automatically setup flyspell-mode when I opened a .TXT file. This is what it was supposed to do. However, when I typed a word then press 'space' EMACS hung again and I was unable to break it with C-g. > > ;; I set this because, when flyspell changes dictionary, it always > ;; complains dictionary can't be found. seems like someting break the > ;; ispell command. -_- and the EOL is very strange in windows(two ^M). > > (setq flyspell-default-dictionary nil) > Could I be having a problem with my dictionary. When I created it with 'buildhas' I got a lot of numbers on the screen. It looked a bit strange. My 'english.has' file is ~4.7MB. Does that sound right?