More spelling while editing

utzoo!decvax!duke!chico!harpo!cbosg!jpj utzoo!decvax!duke!chico!harpo!cbosg!jpj
Tue Feb 16 15:49:50 AEST 1982


Note that the file vispell can be improved slightly by checking for the
presence of a user defined dictionary (a la wwb).  Thus the line that
actually calls spell could be replaced as follows:



if [ -r $HOME/lib/spelldict ]
then

	spell /tmp/vis$$ | sort | comm -23 - $HOME/lib/spelldict
else
	spell /tmp/vis$$
fi

Comments to Jim Jenal - CB x4265.
~?



More information about the Comp.unix.wizards mailing list