unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Eli Zaretskii" <eliz@gnu.org>
Subject: Re: ispell problem
Date: Sat, 24 Apr 2004 11:25:21 +0200	[thread overview]
Message-ID: <2719-Sat24Apr2004112520+0300-eliz@gnu.org> (raw)
In-Reply-To: <X_hic.10632$cF6.448949@attbi_s04> (cStapleton@no.junk)

> From: "Charles Stapleton" <cStapleton@no.junk>
> Newsgroups: gnu.emacs.help
> Date: Fri, 23 Apr 2004 23:52:23 GMT
> 
> I'm using Emacs 21.2.1 on Win 2000.  I downloaded ISpEnFrGe.exe from
> http://www.luziusschneider.com/Speller/English/.   I installed it, and
> pointed emacs to the ipell file using
> 
> (setq ispell-program-name "D:\\emacs-21.2\\lisp\\textmodes\\ispell.exe")

Hmm... not a very good place for a program.  It's better to put it in
some directory mentioned in your PATH.

> When I try to spell check I get the message "Can't open
> c:\usr\local\lib\english.hash".  I could create this directory structure and
> copy this hash file to it, but why is it not looking in the directory I
> pointed it to?

You pointed it at the ispell.exe program, but you didn't point it at
the directory where it should find its dictionary.  You should set the
variable ispell-dictionary to the full path to the file ispell.hash as
installed on your system.  The default value of ispell-dictionary is
nil, which means ispell.exe will use the path hard-wired into it at
build time, which evidently is c:\usr\local\lib\english.hash.

  reply	other threads:[~2004-04-24  9:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-23 23:52 ispell problem Charles Stapleton
2004-04-24  9:25 ` Eli Zaretskii [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-10 23:31 Shiyuan
2012-04-11  7:06 ` Eli Zaretskii
2002-10-04 21:06 quasi
2002-10-04 21:47 ` Michael Slass
2002-10-05 13:27   ` notbob
2002-10-05 21:40     ` Jason Rumney
2002-10-05 15:16   ` quasi

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=2719-Sat24Apr2004112520+0300-eliz@gnu.org \
    --to=eliz@gnu.org \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).