> > and spell: Does anyone have anything better than this?
> >
> > #!/bin/rc
> > cat > /tmp/spelling$pid
> > xterm -e ispell -t /tmp/spelling$pid
> > cat /tmp/spelling$pid
> > rm -f /tmp/spelling$pid
>
> You probably should use mktemp if it's available on your system instead
> of relying on PID.
Ok, but I really meant to avoid the xterm -e ispell ...
can someonewrite a spell checker that interacts with wily?
i