Re: tantamount error messages when interupting
- To: mathgroup at smc.vnet.net
- Subject: [mg8580] Re: tantamount error messages when interupting
- From: Michaela Meier <michaela.j.meier at rz.ruhr-uni-bochum.de>
- Date: Sun, 7 Sep 1997 22:13:01 -0400
- Organization: Ruhr-Uni-Bochum
- Sender: owner-wri-mathgroup at wolfram.com
K. Nikolaj Berntsen wrote:
>
> Hi' group,
>
> I have the annoying problem, that once in a while when I interrupt a
> calculation with <alt>+<.> MMA3.0 start splurting out error messages in
> the messages window: I can't show them since it crashed on me.
>
> It can take hours (on my 150Mhz Pentium, running Linux)to for it to
> finish.
> This happens only with large expressions. Does any one know whether this
> rather annoying behaviour can be turned off or avoided by upgrading to
> 3.01?
Hi,
You can turn off this messages with
Off[s::tag]
where 's' and 'tag' are the first two parts of the error message
for example
Off[FindRoot::frnum]
(At least this works with Version 2.2)
Michaela