aboutsummaryrefslogtreecommitdiff
path: root/generic
AgeCommit message (Collapse)Author
2010-08-18Remove redisplay from wait loop, only redisplay on exit. Big speed-upDavid Aspinall
but doesn't reflect changes as they happen.
2010-08-18proof-autosend-loop: don't enter if shell is already busy processingDavid Aspinall
2010-08-18proof-shell-start: tidy upDavid Aspinall
2010-08-18Remove clashing key binding for C-c C-sDavid Aspinall
2010-08-18UpdatedDavid Aspinall
2010-08-18proof-shell-process-connection-type: remove near obsolete test and textDavid Aspinall
about Solaris. Experiment using pipe instead of pty communication as default now scomint buffer not intended for interactive input and runs prover process directly.
2010-08-18proof-debug advice: Fix passing format argDavid Aspinall
2010-08-18Style fixesDavid Aspinall
2010-08-18Improve messageDavid Aspinall
2010-08-18Style fix in messagesDavid Aspinall
2010-08-18Correct comment; try setting process-adaptive-read-buffering to nil.David Aspinall
2010-08-17Re Trac #324:David Aspinall
proof-shell-wait: drastically reduce timeout, as some implementations perhaps wait for full time even if process output is received. Set process-adaptive-read-buffering to nil regardless of platform
2010-08-17Autosend: don't autosend after undoing; add proof-shell-last-queuemode to ↵David Aspinall
support this.
2010-08-17autosend loop: wait for shell after sending interrupt (ensures output processingDavid Aspinall
happens when proof-autosend-running is set).
2010-08-17Set version tag for new release.David Aspinall
2010-08-17proof-shell-action-list-item: fix type for flags as an element, not a cdrDavid Aspinall
2010-08-17Critical sync fix: in pending interrupts case be sure toDavid Aspinall
invoke callbacks before detaching queue. Fix to passing of display flags.
2010-08-17Note about fix required to proof-autosend-error-pointDavid Aspinall
2010-08-17quit-prover: avoid kill buffer query questionDavid Aspinall
2010-08-17pg-response-has-error-location: save point in response bufferDavid Aspinall
2010-08-17WhitespaceDavid Aspinall
2010-08-17CommentsDavid Aspinall
2010-08-17Clean up handling of pending interrupts, remove experimental ↵David Aspinall
proof-shell-interrupts-after-commit.
2010-08-17Autosend: prevent repeatedly sending erroneous commands (in progress)David Aspinall
2010-08-17Remove duplicate declarationDavid Aspinall
2010-08-17Make the modeline indicator change colour. Old XEmacs behaviour restored. ↵David Aspinall
Questionable UI benefit.
2010-08-16Fix compile errors, update tagsDavid Aspinall
2010-08-15proof-issue-new-command: remove spurious goto-char (ref Trac #330)David Aspinall
2010-08-15Preliminary and experimental support for automatically sending commands.David Aspinall
2010-08-15proof-shell-interrupts-after-commit: support commit-before-interrupt mode ↵David Aspinall
[experimental/temporary].
2010-08-15Set version tag for new release.David Aspinall
2010-08-13proof-activate-scripting: make sure can succeed whenDavid Aspinall
proof-activate-scripting-hook does nothing (case: switching buffers in Coq when there was an error)
2010-08-11Extend testingDavid Aspinall
2010-08-11Make proof-boring-face a bit darker again so almost visible.David Aspinall
2010-08-11Move some var+macro to fix compilationDavid Aspinall
2010-08-11Revert to 10.1 version of splash, with enhancements.David Aspinall
2010-08-11only run custom font-lock-fontify-syntactically-region on PG buffersDavid Aspinall
2010-08-11Support custom syntactic fontification. Split out pa macros.David Aspinall
2010-08-11Remove double provideDavid Aspinall
2010-08-08proof-assert-electric-terminator: give more user-friendly error message if ↵David Aspinall
unparseable
2010-08-08Add timestamps. Fix random jump spurious error.David Aspinall
2010-08-08Checkdoc cleanupsDavid Aspinall
2010-08-03proof-allow-undo-in-read-only: remove, use proof-strict-read-only instead.David Aspinall
2010-08-03pg-protected-undo: remove separate `proof-allow-undo-in-read-only' andDavid Aspinall
make consistent with `proof-strict-read-only' setting. In particular, if "Edit Freely" is selected then we don't do any retraction.
2010-08-03proof-assert-electric-terminator: fix logic for inserting at buffer endDavid Aspinall
2010-08-03Simplify messaging code. Make sure random jumps do something. Fix ↵David Aspinall
assert-processed to wait for shell.
2010-08-03Improve printing of test parameters.David Aspinall
Add `pg-autotest-test-assert-full' for current buffer w/o file.
2010-08-03Temporarily disable splashDavid Aspinall
2010-08-03Move key binding for proof assistant keymap (fixes compilation bug)David Aspinall
2010-08-03Fix compileDavid Aspinall