Acbosg.2058 net.unix-wizards utzoo!decvax!duke!chico!harpo!cbosg!jpj Tue Feb 16 15:49:50 1982 More spelling while editing 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. ~?