>Would matching to a dictionary really be all that slow? In Word we can >see how spelling errors are instantly highlighted as we type. Course we >are not communicating with a Server when we compose emails. >What would slow it down?
The problem is with AppleScript. AppleScript can be VERY slow at things like text parsing, so matching a word to a list of words in a file can be slow in AppleScript. If you can move the match process to a compiled faster application, then it might not be so bad. -chris <http://www.mythtech.net> ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

