unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Will <schimpanski@gmx.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Still in fog on ispell
Date: Thu, 06 Dec 2007 15:39:09 +0100	[thread overview]
Message-ID: <5rqfsdF122bg5U1@mid.individual.net> (raw)
In-Reply-To: <fj3hmt$r21$1@reader1.panix.com>

Hi, Vip!

Watch out that there are several path variables which you can define in 
Emacs! E.g. the MS Windows PATH variable which applies to the cmd-shell 
in Emacs. Regarding aspell or other tools that Emacs relies on, make 
sure that they are included in the <exec-path> variable.

AFAIK, the MS Windows Environment Variable PATH should be included in 
<exec-path> automatically but in my case (GNU Emacs 22.1 on MS Windows 
XP) this failed. Therefore, I set all path variables separately in my 
.emacs file, e.g. I include the aspell/ispell path explicitly in my 
<exec-path>

(setq-default exec-path '(
;; GNU Utils
"C:/cygwin/bin/"
"C:/Program Files/Aspell/bin/"
;; MS Windows Integration
"."
"C:/WINDOWS/"
"C:/WINDOWS/system32/"
"C:/WINDOWS/System32/Wbem/"
"C:/Program Files/Support Tools/"
))


Hope this helps.

Will

vjp2.at@at.BioStrategist.dot.dot.com skrev:
> I reinstalled emacs 22 on XP because I had put a different ispell.el
> in there.  Emacs is at c:\Program Files\Emacs and Ispell is at
> c:\Program Files\Common Files\ISpell, It can't find it. Ispell.el says
> I have to set some variables. Some of them look too unixy too me (they
> have stuff like /usr/ in them).
> 
> On DOS with emacs 18 I am doing a bit better.. it is looking for english.hash
> 
> 				    - = -
>  Vasos Panagiotopoulos, Columbia'81+, Reagan, Mozart, Pindus, BioStrategist
> 	   http://ourworld.compuserve.com/homepages/vjp2/vasos.htm
>   ---{Nothing herein constitutes advice.  Everything fully disclaimed.}---
>    [Homeland Security means private firearms not lazy obstructive guards]
>  [Urb sprawl confounds terror] [Remorse begets zeal] [Windows is for Bimbos]

      parent reply	other threads:[~2007-12-06 14:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-04 12:37 Still in fog on ispell vjp2.at
2007-12-04 21:16 ` Eli Zaretskii
2007-12-06  7:08 ` vjp2.at
2007-12-06 20:53   ` Eli Zaretskii
     [not found]   ` <mailman.4666.1196974413.18990.help-gnu-emacs@gnu.org>
2007-12-08 16:03     ` vjp2.at
2007-12-08 17:16       ` Eli Zaretskii
     [not found]       ` <mailman.4762.1197134250.18990.help-gnu-emacs@gnu.org>
2007-12-10  4:06         ` vjp2.at
2007-12-10 19:45           ` Eli Zaretskii
     [not found]           ` <mailman.4845.1197315958.18990.help-gnu-emacs@gnu.org>
2007-12-11  3:05             ` vjp2.at
2007-12-11  4:20               ` Eli Zaretskii
2007-12-06 14:39 ` Will [this message]

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=5rqfsdF122bg5U1@mid.individual.net \
    --to=schimpanski@gmx.de \
    --cc=help-gnu-emacs@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).