# HG changeset patch # User wenzelm # Date 1375106465 -7200 # Node ID 3e8b9d2f18cb5c06aa8c38296fca2a12f83846d2 # Parent 7764c90680f0622d827f1a2e9c95f52e0c641052 afford higher execution priority by default: defer proofs and thus stretch parallelism over whole document; diff -r 7764c90680f0 -r 3e8b9d2f18cb etc/options --- a/etc/options Mon Jul 29 15:59:47 2013 +0200 +++ b/etc/options Mon Jul 29 16:01:05 2013 +0200 @@ -123,7 +123,7 @@ public option editor_chart_delay : real = 3.0 -- "delay for chart repainting" -public option editor_execution_priority : int = -2 +option editor_execution_priority : int = -1 -- "execution priority of main document structure (e.g. 0, -1, -2)" option editor_execution_range : string = "visible"