| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
better fix.
|
|
+. is not accepted yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correctly provided that the precedence - > + > * is respected.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
response appears above a goals output, the goals output is displayed
second, so it is the one that remains visible to the user in the
default 2-pane mode. This works with output like this in HOL Light:
Warning: Free variables in goal: A, B
val it : goalstack = 1 subgoal (1 total)
...
and similar cases in Isabelle and Coq.
The fix involves some ugly messing with the flags for clearing the
response buffer (see `pg-response-maybe-erase'). This could surely be
streamlined.
|
|
|
|
|
|
compiles of Emacs 23.2. See Trac#409.
|
|
proof-shell-interactive-prompt-regexp (ref Trac #430)
|
|
|
|
ignored junk (val it : goalstack =).
|
|
|
|
at *start* of proof-shell-start-goals-regexp.
|
|
|
|
|
|
|
|
|
|
* protocol change
- rename proof-complete into proof-finished and add existential info
- add proof-complete message
|