diff options
| -rw-r--r-- | generic/proof.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/generic/proof.el b/generic/proof.el index c9ed9a1a..2f43540f 100644 --- a/generic/proof.el +++ b/generic/proof.el @@ -101,14 +101,15 @@ This list contains files in canonical truename format Whenever a new file is being processed, it gets added to this list via the proof-shell-process-file configuration settings. -When the prover retracts across file boundaries, this list -is resynchronised via the proof-shell-retract-files-regexp and -proof-shell-compute-new-files-list configuration settings. +When the prover retracts a file, this list is resynchronised via the +proof-shell-retract-files-regexp and proof-shell-compute-new-files-list +configuration settings. Only files which have been *fully* processed should be included here. -Proof General itself will automatically add the filenames of script -buffers which are completely read, when scripting is deactivated or -switched to another buffer. +Proof General itself will automatically add the filenames of a script +buffer which has been completely read when scripting is deactivated. +It will automatically remove the filename of a script buffer which +is completely unread when scripting is deactivated. NB: Currently there is no generic provision for removing files which are only partly read-in due to an error, so ideally the proof assistant |
