diff options
| author | David Aspinall | 2002-01-15 15:43:44 +0000 |
|---|---|---|
| committer | David Aspinall | 2002-01-15 15:43:44 +0000 |
| commit | afb74243a342f7e9ee954101587d270e60052c0d (patch) | |
| tree | edbe1f661d270630cad1c4a40f355f2563a1c2c9 /generic/proof-shell.el | |
| parent | d7bb2f30ccc00ef4cbe230677689b7d7bf878a30 (diff) | |
Remove defunct code
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index 3ace83ed..a515e878 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -1489,27 +1489,10 @@ proof-shell-eager-annotation-start, proof-shell-eager-annotation-end." ;; XEmacs fn (redisplay-frame)) ;; If user quits during tracing output, send an interrupt - ;; to the prover. + ;; to the prover. Helps when Emacs is "choking". (if (and quit-flag proof-action-list) (proof-interrupt-process))) - ;; Similarly, try to determine if there are command events - ;; waiting which are being ignored; -; none of this really works -; (setq inhibit-quit nil) -; (if (and -; proof-action-list ;; we're processing an action -; unread-command-events ;; user input is waiting -; (setq foo unread-command-events) -; (message "seen command waiting") -; (key-press-event-p -; (car unread-command-events)) ;; it's a key press -; (event-matches-key-specifier-p -; (car unread-command-events) 'quit-char)) -; ;; If user tried C-g here, send an interrupt to the -; ;; process -; (proof-interrupt-process))) - (t ;; We're about to display a message. Clear the response buffer ;; if necessary, but don't clear it the next time. |
