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

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

RE: [h-e-w] ispell and complete word


From: Peter Milliken
Subject: RE: [h-e-w] ispell and complete word
Date: Tue, 22 Oct 2002 06:25:35 +1000

cd /bin

rm egrep

cp grep.exe egrep.exe

mkdir /usr/dict

touch /usr/dict/words

Seems to do the trick. The 'words' file is supposed to be your "personal"
dictionary where you add personalised words. It should be just a single
column of words (I believe from memory), so there is nothing special about
it - even an empty one should be OK :-)

Ispell-complete-word still doesn't seem to do anything, although it nolonger
issues an error message other than the word cannot be found. I tried it on
the word "summary", by deleting the 'y' and positioning point after the 'r'
but all I get is:

No match for "summar"

Curious..... :-)

Peter

-----Original Message-----
From: Dr Francis J. Wright [mailto:address@hidden
Sent: Monday, October 21, 2002 10:39 PM
To: Chris Lott
Cc: address@hidden
Subject: Re: [h-e-w] ispell and complete word


From: "Chris Lott" <address@hidden>
To: <address@hidden>
Sent: Thursday, October 17, 2002 2:35 AM
Subject: [h-e-w] ispell and complete word


> Does anyone have ispell working so that the complete word function is
> available?
>
> I installed ispell from
> ftp://ftp.gnu.org/gnu/windows/emacs/contrib/ispell.zip
> and it works fine for ispell-buffer
>
> But isell-complete-word gives me an error that "searching for program:
there
> is no such file or directory, egrep" although egrep is available from the
> shell window:
>
> bash-2.05b$ egrep -V
> egrep (GNU grep) 2.5


On my system, egrep is an old-style symlink to grep, which bash can follow
but NTEmacs can't.  One easy solution to that problem is to hard link (NTFS)
or copy (FAT) grep.exe to egrep.exe.  However, word completion still doesn't
work for me because it's looking for /usr/dict/words, which I don't appear
to have.

Probably the best solution is to change egrep to grep in the ispell
customization buffer, and also set the correct path to your words file.  If,
like me, you don't have a words file then I don't know off hand where to get
one or how to build one.

Francis




Warning:  Copyright ResMed.  Where the contents of this email and/or attachment 
includes materials prepared by ResMed, the use of those materials is subject 
exclusively to the conditions of engagement between ResMed and the intended 
recipient.

This communication is confidential and may contain legally privileged 
information. By the use of email over the Internet or other communication 
systems, ResMed is not waiving either confidentiality of, or legal privilege 
in,the content of the email and of any attachments.
If the recipient of this message is not the intended addressee, please call 
ResMed immediately on  +61 2 9886 5000 Sydney, Australia.





reply via email to

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