all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "It's me FKtPp ;)" <m_pupil@163.com>
Subject: Re: Configuring ISPELL for EMACS
Date: 27 May 2004 18:20:39 +0800	[thread overview]
Message-ID: <ullje5fyg.fsf@163.com> (raw)
In-Reply-To: 40b595a2$1@news.starhub.net.sg

"BlakJak" <bj_4paws@yahoo.com> writes:

> Hi!
> 
> I have just installed ispell for my emacs. I have ispell.elc in my
> load-path
> and I have installed ispell into c:/ispell and I have also added
> c:/ispell/bin
> to my path. I am using Windows 2000.

set another environment variable

DICTIONARY=C:\ispell\lib\english.hash

and in your .emacs, put in 

;; Text mode hook for ispell
(add-hook 'text-mode-hook 'flyspell-mode)

;; 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)

  reply	other threads:[~2004-05-27 10:20 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-27  7:15 Configuring ISPELL for EMACS BlakJak
2004-05-27 10:20 ` It's me FKtPp ;) [this message]
2004-05-27 11:23   ` BlakJak
2004-05-27 13:47     ` It's me FKtPp ;)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ullje5fyg.fsf@163.com \
    --to=m_pupil@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.