Nedit: problem with spell checker

A.V.Kuznetsov kuzn at umps.mephi.ru
Tue Mar 27 23:15:00 CEST 2007


Hi Thodori,
 
> csh: spell: Command not found
> cat:  stdin: Bad file descriptor

I can not find spell command in Nedit 5.5 source.
The Shell menu contains item spell with following script

cat>spellTmp; xterm -e ispell -x spellTmp; cat spellTmp; rm spellTmp

which creates the temporary file spellTmp
(in folder where checked file is located)
calls ispell to check it, then replace buffer content
by the checked file and delete it.

May be you csh uses alias spell <-> ispell?

Alexey


More information about the Discuss mailing list