RE: "possible spelling error" warnings
- To: mathgroup at smc.vnet.net
- Subject: [mg23093] RE: [mg23073] "possible spelling error" warnings
- From: "David Park" <djmp at earthlink.net>
- Date: Sun, 16 Apr 2000 00:37:34 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
>
> Can I turn off "possible spelling error" warnings such as this:
>
> General::"spell": "Possible spelling error: new symbol name
> \"\!\(Constraints\
> \)\" is similar to existing symbols \!\({ConstraintsA, ConstraintsB, \
> ConstraintsC, ConstraintsD}\)."
>
Yes, insert the statements:
Off[General::spell]
Off[General::spell1];
at the start of your notebook, or better yet, create an init.m file in your
Autoload directory and put the statements there.
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/