help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ispell problem


From: Jason Rumney
Subject: Re: ispell problem
Date: Sat, 5 Oct 2002 21:40:26 +0000 (UTC)
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

notbob <notbob@nothome.com> writes:

> > On Windows, I'm betting the path to ispell starts with a drive letter
> > followed by a colon.  In any event, ispell needs to be in your exec-path
> > 
> > (add-to-list 'exec-path "c:/home/site/ispell")
> 
> Uhmmm...  don't forget those are backslashes... c:\home\site\ispell

It is safer to use forward slashes. Otherwise you need to remember to
escape those backslashes inside strings...  "c:\\home\\site\\ispell".


reply via email to

[Prev in Thread] Current Thread [Next in Thread]