aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-20 09:59:38 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-20 09:59:38 +0000
commit36df9cd8eb5a793502896df82bc7291ae9c66d35 (patch)
tree8fa769d5ff46da6c99c57ca47477a515141df670 /CHANGES
parent5e56cfc4cc792dfad7dcb578fdccc48ba0196851 (diff)
Mention Fast Process Buffer
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 13 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 9426317d..194defc3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -31,11 +31,21 @@
buffers can be ignored and hidden. Use "full annotation" to keep
output when several steps are taken.
-*** Automatic processing mode (experimental)
+*** Automatic processing mode
Quick Options -> Send Automatically
Sends commands to the prover when Emacs is idle for a while.
- NB: EXPERIMENTAL this is in progress, currently too obtrusive
- to be usable.
+ This only sends commands when the last processing action has
+ been an action moving forward through the buffer. Interrupt by
+ making a keyboard/mouse action.
+
+*** Fast buffer processing option
+ Quick Options -> Fast Process Buffer
+ This affects 'proof-process-buffer' (C-c C-b, toolbar down).
+ It causes commands to be sent to the prover in a tight loop, without
+ updating the display or processing other input. This speeds up
+ processing dramatically on some Emacs implementations.
+ To interrupt, use C-g, which reverts to normal processing mode.
+ (To stop that, use C-c C-c as usual).
*** Improved prevention of Undo in locked region
With thanks to Erik Martin-Dorel and Stefan Monnier.