0

After Off[General::stop] it seems all kinds of messages start to print for as many as it need to. Is it possible to limit its effect to a selected set?

https://reference.wolfram.com/language/ref/message/General/stop.html

user13253
  • 8,666
  • 2
  • 42
  • 65
  • Perhaps AddHandler could help you achieve whatever it is you seek. See https://mathematica.stackexchange.com/a/20371/46569 and its linked reference for some discussion. – Goofy Feb 05 '24 at 20:52
  • @Goofy: Maybe, but all I need is to allow that message to be printed normally, i.e. I don't need to handle the message in any other way. – user13253 Feb 06 '24 at 00:30
  • It does seem you want them handled in a nonstandard way, though. You also might be able to use EvaluationData depending on what your actual goal is. Usually I want to inspect the messages after the code is done, which you can do with EvaluationData, even the ones whose printing wes stopped by General::stop. But if your goal is to see them all printed to the notebook, then EvaluationData probably will be no help. – Goofy Feb 06 '24 at 03:18
  • Right. Basically I'm mapping some operation on a list and want all errors to be displayed. – user13253 Feb 22 '24 at 23:19

0 Answers0