Skip to main content
replaced http://mathematica.stackexchange.com/ with https://mathematica.stackexchange.com/
Source Link

NOTE: I forgot about thisthis. Apparently, the following should (presumably) be the way to change these settings, but the actual feature has not been implemented yet.


You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.

NOTE: I forgot about this. Apparently, the following should (presumably) be the way to change these settings, but the actual feature has not been implemented yet.


You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.

NOTE: I forgot about this. Apparently, the following should (presumably) be the way to change these settings, but the actual feature has not been implemented yet.


You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.

added 226 characters in body
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498

NOTE: I forgot about this. Apparently, the following should (presumably) be the way to change these settings, but the actual feature has not been implemented yet.


You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.

You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.

NOTE: I forgot about this. Apparently, the following should (presumably) be the way to change these settings, but the actual feature has not been implemented yet.


You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.

Post Undeleted by rm -rf
Post Deleted by rm -rf
Source Link
rm -rf
  • 89.8k
  • 21
  • 303
  • 498

You can change this using UndoOptions. To go back to version 9 behavior, use this:

SetOptions[EvaluationNotebook[], UndoOptions -> {"MaxLength" -> 1, "RememberEvaluations" -> False}] 

See the other options in the documentation for finer control.