Ticket #175: my-trace

File my-trace, 125.9 KB (added by Stefan Berghofer, 16 years ago)

Debugger output

Line 
1Debugger entered--Lisp error: (error "Lisp nesting exceeds `max-lisp-eval-depth'")
2  bq-process-2((\,@ body))
3  bq-process-2(((\,@ body)))
4  bq-process-2(((\, buf) (\,@ body)))
5  bq-process-2((with-current-buffer (\, buf) (\,@ body)))
6  bq-process-2(((with-current-buffer (\, buf) (\,@ body))))
7  bq-process-2(((buffer-live-p (\, buf)) (with-current-buffer (\, buf) (\,@ body))))
8  bq-process-2((if (buffer-live-p (\, buf)) (with-current-buffer (\, buf) (\,@ body))))
9  bq-process((if (buffer-live-p (\, buf)) (with-current-buffer (\, buf) (\,@ body))))
10  #<compiled-function (template) "...(4)" [template bq-process] 2 596599>((if (buffer-live-p (\, buf)) (with-current-buffer (\, buf) (\,@ body))))
11  (backquote (if (buffer-live-p ...) (with-current-buffer ... ...)))
12  (lambda (buf &rest body) "As with-current-buffer if BUF exists and is live, otherwise nothing." (backquote (if ... ...)))(buf (bury-buffer (current-buffer)))
13  (proof-with-current-buffer-if-exists buf (bury-buffer (current-buffer)))
14  (while --dolist-temp--98267 (setq buf (car --dolist-temp--98267)) (proof-with-current-buffer-if-exists buf (bury-buffer ...)) (setq --dolist-temp--98267 (cdr --dolist-temp--98267)))
15  (let ((--dolist-temp--98267 ...) buf) (while --dolist-temp--98267 (setq buf ...) (proof-with-current-buffer-if-exists buf ...) (setq --dolist-temp--98267 ...)) nil)
16  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98267 ... ... ...) nil))
17  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
18  (block nil (let (... buf) (while --dolist-temp--98267 ... ... ...) nil))
19  (dolist (buf (list proof-goals-buffer proof-response-buffer proof-trace-buffer)) (proof-with-current-buffer-if-exists buf (bury-buffer ...)))
20  (proof-map-buffers (list proof-goals-buffer proof-response-buffer proof-trace-buffer) (bury-buffer (current-buffer)))
21  proof-script-kill-buffer-fn()
22  kill-buffer(#<buffer "*goals*">)
23  (progn (kill-buffer (symbol-value buf)) (set buf nil))
24  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
25  (while --dolist-temp--98266 (setq buf (car --dolist-temp--98266)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98266 (cdr --dolist-temp--98266)))
26  (let ((--dolist-temp--98266 ...) buf) (while --dolist-temp--98266 (setq buf ...) (if ... ...) (setq --dolist-temp--98266 ...)) nil)
27  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98266 ... ... ...) nil))
28  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
29  (block nil (let (... buf) (while --dolist-temp--98266 ... ... ...) nil))
30  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
31  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
32  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
33  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
34  proof-shell-kill-function()
35  kill-buffer(#<buffer "*goals*">)
36  (progn (kill-buffer (symbol-value buf)) (set buf nil))
37  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
38  (while --dolist-temp--98263 (setq buf (car --dolist-temp--98263)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98263 (cdr --dolist-temp--98263)))
39  (let ((--dolist-temp--98263 ...) buf) (while --dolist-temp--98263 (setq buf ...) (if ... ...) (setq --dolist-temp--98263 ...)) nil)
40  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98263 ... ... ...) nil))
41  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
42  (block nil (let (... buf) (while --dolist-temp--98263 ... ... ...) nil))
43  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
44  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
45  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
46  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
47  proof-shell-kill-function()
48  kill-buffer(#<buffer "*goals*">)
49  (progn (kill-buffer (symbol-value buf)) (set buf nil))
50  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
51  (while --dolist-temp--98260 (setq buf (car --dolist-temp--98260)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98260 (cdr --dolist-temp--98260)))
52  (let ((--dolist-temp--98260 ...) buf) (while --dolist-temp--98260 (setq buf ...) (if ... ...) (setq --dolist-temp--98260 ...)) nil)
53  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98260 ... ... ...) nil))
54  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
55  (block nil (let (... buf) (while --dolist-temp--98260 ... ... ...) nil))
56  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
57  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
58  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
59  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
60  proof-shell-kill-function()
61  kill-buffer(#<buffer "*goals*">)
62  (progn (kill-buffer (symbol-value buf)) (set buf nil))
63  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
64  (while --dolist-temp--98257 (setq buf (car --dolist-temp--98257)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98257 (cdr --dolist-temp--98257)))
65  (let ((--dolist-temp--98257 ...) buf) (while --dolist-temp--98257 (setq buf ...) (if ... ...) (setq --dolist-temp--98257 ...)) nil)
66  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98257 ... ... ...) nil))
67  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
68  (block nil (let (... buf) (while --dolist-temp--98257 ... ... ...) nil))
69  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
70  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
71  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
72  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
73  proof-shell-kill-function()
74  kill-buffer(#<buffer "*goals*">)
75  (progn (kill-buffer (symbol-value buf)) (set buf nil))
76  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
77  (while --dolist-temp--98254 (setq buf (car --dolist-temp--98254)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98254 (cdr --dolist-temp--98254)))
78  (let ((--dolist-temp--98254 ...) buf) (while --dolist-temp--98254 (setq buf ...) (if ... ...) (setq --dolist-temp--98254 ...)) nil)
79  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98254 ... ... ...) nil))
80  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
81  (block nil (let (... buf) (while --dolist-temp--98254 ... ... ...) nil))
82  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
83  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
84  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
85  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
86  proof-shell-kill-function()
87  kill-buffer(#<buffer "*goals*">)
88  (progn (kill-buffer (symbol-value buf)) (set buf nil))
89  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
90  (while --dolist-temp--98251 (setq buf (car --dolist-temp--98251)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98251 (cdr --dolist-temp--98251)))
91  (let ((--dolist-temp--98251 ...) buf) (while --dolist-temp--98251 (setq buf ...) (if ... ...) (setq --dolist-temp--98251 ...)) nil)
92  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98251 ... ... ...) nil))
93  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
94  (block nil (let (... buf) (while --dolist-temp--98251 ... ... ...) nil))
95  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
96  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
97  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
98  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
99  proof-shell-kill-function()
100  kill-buffer(#<buffer "*goals*">)
101  (progn (kill-buffer (symbol-value buf)) (set buf nil))
102  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
103  (while --dolist-temp--98248 (setq buf (car --dolist-temp--98248)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98248 (cdr --dolist-temp--98248)))
104  (let ((--dolist-temp--98248 ...) buf) (while --dolist-temp--98248 (setq buf ...) (if ... ...) (setq --dolist-temp--98248 ...)) nil)
105  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98248 ... ... ...) nil))
106  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
107  (block nil (let (... buf) (while --dolist-temp--98248 ... ... ...) nil))
108  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
109  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
110  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
111  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
112  proof-shell-kill-function()
113  kill-buffer(#<buffer "*goals*">)
114  (progn (kill-buffer (symbol-value buf)) (set buf nil))
115  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
116  (while --dolist-temp--98245 (setq buf (car --dolist-temp--98245)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98245 (cdr --dolist-temp--98245)))
117  (let ((--dolist-temp--98245 ...) buf) (while --dolist-temp--98245 (setq buf ...) (if ... ...) (setq --dolist-temp--98245 ...)) nil)
118  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98245 ... ... ...) nil))
119  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
120  (block nil (let (... buf) (while --dolist-temp--98245 ... ... ...) nil))
121  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
122  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
123  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
124  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
125  proof-shell-kill-function()
126  kill-buffer(#<buffer "*goals*">)
127  (progn (kill-buffer (symbol-value buf)) (set buf nil))
128  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
129  (while --dolist-temp--98242 (setq buf (car --dolist-temp--98242)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98242 (cdr --dolist-temp--98242)))
130  (let ((--dolist-temp--98242 ...) buf) (while --dolist-temp--98242 (setq buf ...) (if ... ...) (setq --dolist-temp--98242 ...)) nil)
131  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98242 ... ... ...) nil))
132  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
133  (block nil (let (... buf) (while --dolist-temp--98242 ... ... ...) nil))
134  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
135  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
136  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
137  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
138  proof-shell-kill-function()
139  kill-buffer(#<buffer "*goals*">)
140  (progn (kill-buffer (symbol-value buf)) (set buf nil))
141  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
142  (while --dolist-temp--98239 (setq buf (car --dolist-temp--98239)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98239 (cdr --dolist-temp--98239)))
143  (let ((--dolist-temp--98239 ...) buf) (while --dolist-temp--98239 (setq buf ...) (if ... ...) (setq --dolist-temp--98239 ...)) nil)
144  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98239 ... ... ...) nil))
145  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
146  (block nil (let (... buf) (while --dolist-temp--98239 ... ... ...) nil))
147  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
148  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
149  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
150  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
151  proof-shell-kill-function()
152  kill-buffer(#<buffer "*goals*">)
153  (progn (kill-buffer (symbol-value buf)) (set buf nil))
154  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
155  (while --dolist-temp--98236 (setq buf (car --dolist-temp--98236)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98236 (cdr --dolist-temp--98236)))
156  (let ((--dolist-temp--98236 ...) buf) (while --dolist-temp--98236 (setq buf ...) (if ... ...) (setq --dolist-temp--98236 ...)) nil)
157  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98236 ... ... ...) nil))
158  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
159  (block nil (let (... buf) (while --dolist-temp--98236 ... ... ...) nil))
160  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
161  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
162  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
163  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
164  proof-shell-kill-function()
165  kill-buffer(#<buffer "*goals*">)
166  (progn (kill-buffer (symbol-value buf)) (set buf nil))
167  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
168  (while --dolist-temp--98233 (setq buf (car --dolist-temp--98233)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98233 (cdr --dolist-temp--98233)))
169  (let ((--dolist-temp--98233 ...) buf) (while --dolist-temp--98233 (setq buf ...) (if ... ...) (setq --dolist-temp--98233 ...)) nil)
170  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98233 ... ... ...) nil))
171  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
172  (block nil (let (... buf) (while --dolist-temp--98233 ... ... ...) nil))
173  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
174  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
175  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
176  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
177  proof-shell-kill-function()
178  kill-buffer(#<buffer "*goals*">)
179  (progn (kill-buffer (symbol-value buf)) (set buf nil))
180  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
181  (while --dolist-temp--98230 (setq buf (car --dolist-temp--98230)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98230 (cdr --dolist-temp--98230)))
182  (let ((--dolist-temp--98230 ...) buf) (while --dolist-temp--98230 (setq buf ...) (if ... ...) (setq --dolist-temp--98230 ...)) nil)
183  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98230 ... ... ...) nil))
184  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
185  (block nil (let (... buf) (while --dolist-temp--98230 ... ... ...) nil))
186  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
187  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
188  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
189  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
190  proof-shell-kill-function()
191  kill-buffer(#<buffer "*goals*">)
192  (progn (kill-buffer (symbol-value buf)) (set buf nil))
193  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
194  (while --dolist-temp--98227 (setq buf (car --dolist-temp--98227)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98227 (cdr --dolist-temp--98227)))
195  (let ((--dolist-temp--98227 ...) buf) (while --dolist-temp--98227 (setq buf ...) (if ... ...) (setq --dolist-temp--98227 ...)) nil)
196  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98227 ... ... ...) nil))
197  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
198  (block nil (let (... buf) (while --dolist-temp--98227 ... ... ...) nil))
199  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
200  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
201  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
202  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
203  proof-shell-kill-function()
204  kill-buffer(#<buffer "*goals*">)
205  (progn (kill-buffer (symbol-value buf)) (set buf nil))
206  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
207  (while --dolist-temp--98224 (setq buf (car --dolist-temp--98224)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98224 (cdr --dolist-temp--98224)))
208  (let ((--dolist-temp--98224 ...) buf) (while --dolist-temp--98224 (setq buf ...) (if ... ...) (setq --dolist-temp--98224 ...)) nil)
209  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98224 ... ... ...) nil))
210  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
211  (block nil (let (... buf) (while --dolist-temp--98224 ... ... ...) nil))
212  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
213  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
214  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
215  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
216  proof-shell-kill-function()
217  kill-buffer(#<buffer "*goals*">)
218  (progn (kill-buffer (symbol-value buf)) (set buf nil))
219  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
220  (while --dolist-temp--98221 (setq buf (car --dolist-temp--98221)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98221 (cdr --dolist-temp--98221)))
221  (let ((--dolist-temp--98221 ...) buf) (while --dolist-temp--98221 (setq buf ...) (if ... ...) (setq --dolist-temp--98221 ...)) nil)
222  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98221 ... ... ...) nil))
223  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
224  (block nil (let (... buf) (while --dolist-temp--98221 ... ... ...) nil))
225  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
226  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
227  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
228  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
229  proof-shell-kill-function()
230  kill-buffer(#<buffer "*goals*">)
231  (progn (kill-buffer (symbol-value buf)) (set buf nil))
232  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
233  (while --dolist-temp--98218 (setq buf (car --dolist-temp--98218)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98218 (cdr --dolist-temp--98218)))
234  (let ((--dolist-temp--98218 ...) buf) (while --dolist-temp--98218 (setq buf ...) (if ... ...) (setq --dolist-temp--98218 ...)) nil)
235  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98218 ... ... ...) nil))
236  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
237  (block nil (let (... buf) (while --dolist-temp--98218 ... ... ...) nil))
238  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
239  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
240  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
241  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
242  proof-shell-kill-function()
243  kill-buffer(#<buffer "*goals*">)
244  (progn (kill-buffer (symbol-value buf)) (set buf nil))
245  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
246  (while --dolist-temp--98215 (setq buf (car --dolist-temp--98215)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98215 (cdr --dolist-temp--98215)))
247  (let ((--dolist-temp--98215 ...) buf) (while --dolist-temp--98215 (setq buf ...) (if ... ...) (setq --dolist-temp--98215 ...)) nil)
248  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98215 ... ... ...) nil))
249  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
250  (block nil (let (... buf) (while --dolist-temp--98215 ... ... ...) nil))
251  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
252  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
253  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
254  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
255  proof-shell-kill-function()
256  kill-buffer(#<buffer "*goals*">)
257  (progn (kill-buffer (symbol-value buf)) (set buf nil))
258  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
259  (while --dolist-temp--98212 (setq buf (car --dolist-temp--98212)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98212 (cdr --dolist-temp--98212)))
260  (let ((--dolist-temp--98212 ...) buf) (while --dolist-temp--98212 (setq buf ...) (if ... ...) (setq --dolist-temp--98212 ...)) nil)
261  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98212 ... ... ...) nil))
262  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
263  (block nil (let (... buf) (while --dolist-temp--98212 ... ... ...) nil))
264  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
265  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
266  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
267  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
268  proof-shell-kill-function()
269  kill-buffer(#<buffer "*goals*">)
270  (progn (kill-buffer (symbol-value buf)) (set buf nil))
271  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
272  (while --dolist-temp--98209 (setq buf (car --dolist-temp--98209)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98209 (cdr --dolist-temp--98209)))
273  (let ((--dolist-temp--98209 ...) buf) (while --dolist-temp--98209 (setq buf ...) (if ... ...) (setq --dolist-temp--98209 ...)) nil)
274  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98209 ... ... ...) nil))
275  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
276  (block nil (let (... buf) (while --dolist-temp--98209 ... ... ...) nil))
277  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
278  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
279  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
280  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
281  proof-shell-kill-function()
282  kill-buffer(#<buffer "*goals*">)
283  (progn (kill-buffer (symbol-value buf)) (set buf nil))
284  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
285  (while --dolist-temp--98206 (setq buf (car --dolist-temp--98206)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98206 (cdr --dolist-temp--98206)))
286  (let ((--dolist-temp--98206 ...) buf) (while --dolist-temp--98206 (setq buf ...) (if ... ...) (setq --dolist-temp--98206 ...)) nil)
287  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98206 ... ... ...) nil))
288  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
289  (block nil (let (... buf) (while --dolist-temp--98206 ... ... ...) nil))
290  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
291  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
292  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
293  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
294  proof-shell-kill-function()
295  kill-buffer(#<buffer "*goals*">)
296  (progn (kill-buffer (symbol-value buf)) (set buf nil))
297  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
298  (while --dolist-temp--98203 (setq buf (car --dolist-temp--98203)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98203 (cdr --dolist-temp--98203)))
299  (let ((--dolist-temp--98203 ...) buf) (while --dolist-temp--98203 (setq buf ...) (if ... ...) (setq --dolist-temp--98203 ...)) nil)
300  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98203 ... ... ...) nil))
301  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
302  (block nil (let (... buf) (while --dolist-temp--98203 ... ... ...) nil))
303  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
304  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
305  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
306  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
307  proof-shell-kill-function()
308  kill-buffer(#<buffer "*goals*">)
309  (progn (kill-buffer (symbol-value buf)) (set buf nil))
310  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
311  (while --dolist-temp--98200 (setq buf (car --dolist-temp--98200)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98200 (cdr --dolist-temp--98200)))
312  (let ((--dolist-temp--98200 ...) buf) (while --dolist-temp--98200 (setq buf ...) (if ... ...) (setq --dolist-temp--98200 ...)) nil)
313  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98200 ... ... ...) nil))
314  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
315  (block nil (let (... buf) (while --dolist-temp--98200 ... ... ...) nil))
316  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
317  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
318  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
319  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
320  proof-shell-kill-function()
321  kill-buffer(#<buffer "*goals*">)
322  (progn (kill-buffer (symbol-value buf)) (set buf nil))
323  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
324  (while --dolist-temp--98197 (setq buf (car --dolist-temp--98197)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98197 (cdr --dolist-temp--98197)))
325  (let ((--dolist-temp--98197 ...) buf) (while --dolist-temp--98197 (setq buf ...) (if ... ...) (setq --dolist-temp--98197 ...)) nil)
326  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98197 ... ... ...) nil))
327  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
328  (block nil (let (... buf) (while --dolist-temp--98197 ... ... ...) nil))
329  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
330  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
331  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
332  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
333  proof-shell-kill-function()
334  kill-buffer(#<buffer "*goals*">)
335  (progn (kill-buffer (symbol-value buf)) (set buf nil))
336  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
337  (while --dolist-temp--98194 (setq buf (car --dolist-temp--98194)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98194 (cdr --dolist-temp--98194)))
338  (let ((--dolist-temp--98194 ...) buf) (while --dolist-temp--98194 (setq buf ...) (if ... ...) (setq --dolist-temp--98194 ...)) nil)
339  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98194 ... ... ...) nil))
340  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
341  (block nil (let (... buf) (while --dolist-temp--98194 ... ... ...) nil))
342  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
343  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
344  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
345  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
346  proof-shell-kill-function()
347  kill-buffer(#<buffer "*goals*">)
348  (progn (kill-buffer (symbol-value buf)) (set buf nil))
349  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
350  (while --dolist-temp--98191 (setq buf (car --dolist-temp--98191)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98191 (cdr --dolist-temp--98191)))
351  (let ((--dolist-temp--98191 ...) buf) (while --dolist-temp--98191 (setq buf ...) (if ... ...) (setq --dolist-temp--98191 ...)) nil)
352  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98191 ... ... ...) nil))
353  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
354  (block nil (let (... buf) (while --dolist-temp--98191 ... ... ...) nil))
355  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
356  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
357  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
358  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
359  proof-shell-kill-function()
360  kill-buffer(#<buffer "*goals*">)
361  (progn (kill-buffer (symbol-value buf)) (set buf nil))
362  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
363  (while --dolist-temp--98188 (setq buf (car --dolist-temp--98188)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98188 (cdr --dolist-temp--98188)))
364  (let ((--dolist-temp--98188 ...) buf) (while --dolist-temp--98188 (setq buf ...) (if ... ...) (setq --dolist-temp--98188 ...)) nil)
365  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98188 ... ... ...) nil))
366  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
367  (block nil (let (... buf) (while --dolist-temp--98188 ... ... ...) nil))
368  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
369  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
370  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
371  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
372  proof-shell-kill-function()
373  kill-buffer(#<buffer "*goals*">)
374  (progn (kill-buffer (symbol-value buf)) (set buf nil))
375  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
376  (while --dolist-temp--98185 (setq buf (car --dolist-temp--98185)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98185 (cdr --dolist-temp--98185)))
377  (let ((--dolist-temp--98185 ...) buf) (while --dolist-temp--98185 (setq buf ...) (if ... ...) (setq --dolist-temp--98185 ...)) nil)
378  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98185 ... ... ...) nil))
379  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
380  (block nil (let (... buf) (while --dolist-temp--98185 ... ... ...) nil))
381  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
382  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
383  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
384  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
385  proof-shell-kill-function()
386  kill-buffer(#<buffer "*goals*">)
387  (progn (kill-buffer (symbol-value buf)) (set buf nil))
388  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
389  (while --dolist-temp--98182 (setq buf (car --dolist-temp--98182)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98182 (cdr --dolist-temp--98182)))
390  (let ((--dolist-temp--98182 ...) buf) (while --dolist-temp--98182 (setq buf ...) (if ... ...) (setq --dolist-temp--98182 ...)) nil)
391  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98182 ... ... ...) nil))
392  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
393  (block nil (let (... buf) (while --dolist-temp--98182 ... ... ...) nil))
394  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
395  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
396  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
397  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
398  proof-shell-kill-function()
399  kill-buffer(#<buffer "*goals*">)
400  (progn (kill-buffer (symbol-value buf)) (set buf nil))
401  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
402  (while --dolist-temp--98179 (setq buf (car --dolist-temp--98179)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98179 (cdr --dolist-temp--98179)))
403  (let ((--dolist-temp--98179 ...) buf) (while --dolist-temp--98179 (setq buf ...) (if ... ...) (setq --dolist-temp--98179 ...)) nil)
404  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98179 ... ... ...) nil))
405  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
406  (block nil (let (... buf) (while --dolist-temp--98179 ... ... ...) nil))
407  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
408  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
409  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
410  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
411  proof-shell-kill-function()
412  kill-buffer(#<buffer "*goals*">)
413  (progn (kill-buffer (symbol-value buf)) (set buf nil))
414  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
415  (while --dolist-temp--98176 (setq buf (car --dolist-temp--98176)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98176 (cdr --dolist-temp--98176)))
416  (let ((--dolist-temp--98176 ...) buf) (while --dolist-temp--98176 (setq buf ...) (if ... ...) (setq --dolist-temp--98176 ...)) nil)
417  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98176 ... ... ...) nil))
418  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
419  (block nil (let (... buf) (while --dolist-temp--98176 ... ... ...) nil))
420  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
421  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
422  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
423  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
424  proof-shell-kill-function()
425  kill-buffer(#<buffer "*goals*">)
426  (progn (kill-buffer (symbol-value buf)) (set buf nil))
427  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
428  (while --dolist-temp--98173 (setq buf (car --dolist-temp--98173)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98173 (cdr --dolist-temp--98173)))
429  (let ((--dolist-temp--98173 ...) buf) (while --dolist-temp--98173 (setq buf ...) (if ... ...) (setq --dolist-temp--98173 ...)) nil)
430  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98173 ... ... ...) nil))
431  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
432  (block nil (let (... buf) (while --dolist-temp--98173 ... ... ...) nil))
433  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
434  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
435  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
436  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
437  proof-shell-kill-function()
438  kill-buffer(#<buffer "*goals*">)
439  (progn (kill-buffer (symbol-value buf)) (set buf nil))
440  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
441  (while --dolist-temp--98170 (setq buf (car --dolist-temp--98170)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98170 (cdr --dolist-temp--98170)))
442  (let ((--dolist-temp--98170 ...) buf) (while --dolist-temp--98170 (setq buf ...) (if ... ...) (setq --dolist-temp--98170 ...)) nil)
443  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98170 ... ... ...) nil))
444  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
445  (block nil (let (... buf) (while --dolist-temp--98170 ... ... ...) nil))
446  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
447  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
448  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
449  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
450  proof-shell-kill-function()
451  kill-buffer(#<buffer "*goals*">)
452  (progn (kill-buffer (symbol-value buf)) (set buf nil))
453  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
454  (while --dolist-temp--98167 (setq buf (car --dolist-temp--98167)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98167 (cdr --dolist-temp--98167)))
455  (let ((--dolist-temp--98167 ...) buf) (while --dolist-temp--98167 (setq buf ...) (if ... ...) (setq --dolist-temp--98167 ...)) nil)
456  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98167 ... ... ...) nil))
457  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
458  (block nil (let (... buf) (while --dolist-temp--98167 ... ... ...) nil))
459  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
460  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
461  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
462  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
463  proof-shell-kill-function()
464  kill-buffer(#<buffer "*goals*">)
465  (progn (kill-buffer (symbol-value buf)) (set buf nil))
466  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
467  (while --dolist-temp--98164 (setq buf (car --dolist-temp--98164)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98164 (cdr --dolist-temp--98164)))
468  (let ((--dolist-temp--98164 ...) buf) (while --dolist-temp--98164 (setq buf ...) (if ... ...) (setq --dolist-temp--98164 ...)) nil)
469  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98164 ... ... ...) nil))
470  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
471  (block nil (let (... buf) (while --dolist-temp--98164 ... ... ...) nil))
472  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
473  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
474  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
475  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
476  proof-shell-kill-function()
477  kill-buffer(#<buffer "*goals*">)
478  (progn (kill-buffer (symbol-value buf)) (set buf nil))
479  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
480  (while --dolist-temp--98161 (setq buf (car --dolist-temp--98161)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98161 (cdr --dolist-temp--98161)))
481  (let ((--dolist-temp--98161 ...) buf) (while --dolist-temp--98161 (setq buf ...) (if ... ...) (setq --dolist-temp--98161 ...)) nil)
482  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98161 ... ... ...) nil))
483  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
484  (block nil (let (... buf) (while --dolist-temp--98161 ... ... ...) nil))
485  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
486  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
487  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
488  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
489  proof-shell-kill-function()
490  kill-buffer(#<buffer "*goals*">)
491  (progn (kill-buffer (symbol-value buf)) (set buf nil))
492  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
493  (while --dolist-temp--98158 (setq buf (car --dolist-temp--98158)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98158 (cdr --dolist-temp--98158)))
494  (let ((--dolist-temp--98158 ...) buf) (while --dolist-temp--98158 (setq buf ...) (if ... ...) (setq --dolist-temp--98158 ...)) nil)
495  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98158 ... ... ...) nil))
496  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
497  (block nil (let (... buf) (while --dolist-temp--98158 ... ... ...) nil))
498  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
499  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
500  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
501  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
502  proof-shell-kill-function()
503  kill-buffer(#<buffer "*goals*">)
504  (progn (kill-buffer (symbol-value buf)) (set buf nil))
505  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
506  (while --dolist-temp--98155 (setq buf (car --dolist-temp--98155)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98155 (cdr --dolist-temp--98155)))
507  (let ((--dolist-temp--98155 ...) buf) (while --dolist-temp--98155 (setq buf ...) (if ... ...) (setq --dolist-temp--98155 ...)) nil)
508  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98155 ... ... ...) nil))
509  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
510  (block nil (let (... buf) (while --dolist-temp--98155 ... ... ...) nil))
511  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
512  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
513  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
514  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
515  proof-shell-kill-function()
516  kill-buffer(#<buffer "*goals*">)
517  (progn (kill-buffer (symbol-value buf)) (set buf nil))
518  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
519  (while --dolist-temp--98152 (setq buf (car --dolist-temp--98152)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98152 (cdr --dolist-temp--98152)))
520  (let ((--dolist-temp--98152 ...) buf) (while --dolist-temp--98152 (setq buf ...) (if ... ...) (setq --dolist-temp--98152 ...)) nil)
521  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98152 ... ... ...) nil))
522  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
523  (block nil (let (... buf) (while --dolist-temp--98152 ... ... ...) nil))
524  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
525  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
526  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
527  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
528  proof-shell-kill-function()
529  kill-buffer(#<buffer "*goals*">)
530  (progn (kill-buffer (symbol-value buf)) (set buf nil))
531  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
532  (while --dolist-temp--98149 (setq buf (car --dolist-temp--98149)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98149 (cdr --dolist-temp--98149)))
533  (let ((--dolist-temp--98149 ...) buf) (while --dolist-temp--98149 (setq buf ...) (if ... ...) (setq --dolist-temp--98149 ...)) nil)
534  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98149 ... ... ...) nil))
535  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
536  (block nil (let (... buf) (while --dolist-temp--98149 ... ... ...) nil))
537  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
538  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
539  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
540  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
541  proof-shell-kill-function()
542  kill-buffer(#<buffer "*goals*">)
543  (progn (kill-buffer (symbol-value buf)) (set buf nil))
544  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
545  (while --dolist-temp--98146 (setq buf (car --dolist-temp--98146)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98146 (cdr --dolist-temp--98146)))
546  (let ((--dolist-temp--98146 ...) buf) (while --dolist-temp--98146 (setq buf ...) (if ... ...) (setq --dolist-temp--98146 ...)) nil)
547  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98146 ... ... ...) nil))
548  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
549  (block nil (let (... buf) (while --dolist-temp--98146 ... ... ...) nil))
550  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
551  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
552  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
553  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
554  proof-shell-kill-function()
555  kill-buffer(#<buffer "*goals*">)
556  (progn (kill-buffer (symbol-value buf)) (set buf nil))
557  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
558  (while --dolist-temp--98143 (setq buf (car --dolist-temp--98143)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98143 (cdr --dolist-temp--98143)))
559  (let ((--dolist-temp--98143 ...) buf) (while --dolist-temp--98143 (setq buf ...) (if ... ...) (setq --dolist-temp--98143 ...)) nil)
560  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98143 ... ... ...) nil))
561  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
562  (block nil (let (... buf) (while --dolist-temp--98143 ... ... ...) nil))
563  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
564  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
565  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
566  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
567  proof-shell-kill-function()
568  kill-buffer(#<buffer "*goals*">)
569  (progn (kill-buffer (symbol-value buf)) (set buf nil))
570  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
571  (while --dolist-temp--98140 (setq buf (car --dolist-temp--98140)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98140 (cdr --dolist-temp--98140)))
572  (let ((--dolist-temp--98140 ...) buf) (while --dolist-temp--98140 (setq buf ...) (if ... ...) (setq --dolist-temp--98140 ...)) nil)
573  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98140 ... ... ...) nil))
574  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
575  (block nil (let (... buf) (while --dolist-temp--98140 ... ... ...) nil))
576  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
577  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
578  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
579  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
580  proof-shell-kill-function()
581  kill-buffer(#<buffer "*goals*">)
582  (progn (kill-buffer (symbol-value buf)) (set buf nil))
583  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
584  (while --dolist-temp--98137 (setq buf (car --dolist-temp--98137)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98137 (cdr --dolist-temp--98137)))
585  (let ((--dolist-temp--98137 ...) buf) (while --dolist-temp--98137 (setq buf ...) (if ... ...) (setq --dolist-temp--98137 ...)) nil)
586  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98137 ... ... ...) nil))
587  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
588  (block nil (let (... buf) (while --dolist-temp--98137 ... ... ...) nil))
589  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
590  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
591  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
592  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
593  proof-shell-kill-function()
594  kill-buffer(#<buffer "*goals*">)
595  (progn (kill-buffer (symbol-value buf)) (set buf nil))
596  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
597  (while --dolist-temp--98134 (setq buf (car --dolist-temp--98134)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98134 (cdr --dolist-temp--98134)))
598  (let ((--dolist-temp--98134 ...) buf) (while --dolist-temp--98134 (setq buf ...) (if ... ...) (setq --dolist-temp--98134 ...)) nil)
599  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98134 ... ... ...) nil))
600  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
601  (block nil (let (... buf) (while --dolist-temp--98134 ... ... ...) nil))
602  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
603  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
604  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
605  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
606  proof-shell-kill-function()
607  kill-buffer(#<buffer "*goals*">)
608  (progn (kill-buffer (symbol-value buf)) (set buf nil))
609  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
610  (while --dolist-temp--98131 (setq buf (car --dolist-temp--98131)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98131 (cdr --dolist-temp--98131)))
611  (let ((--dolist-temp--98131 ...) buf) (while --dolist-temp--98131 (setq buf ...) (if ... ...) (setq --dolist-temp--98131 ...)) nil)
612  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98131 ... ... ...) nil))
613  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
614  (block nil (let (... buf) (while --dolist-temp--98131 ... ... ...) nil))
615  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
616  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
617  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
618  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
619  proof-shell-kill-function()
620  kill-buffer(#<buffer "*goals*">)
621  (progn (kill-buffer (symbol-value buf)) (set buf nil))
622  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
623  (while --dolist-temp--98128 (setq buf (car --dolist-temp--98128)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98128 (cdr --dolist-temp--98128)))
624  (let ((--dolist-temp--98128 ...) buf) (while --dolist-temp--98128 (setq buf ...) (if ... ...) (setq --dolist-temp--98128 ...)) nil)
625  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98128 ... ... ...) nil))
626  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
627  (block nil (let (... buf) (while --dolist-temp--98128 ... ... ...) nil))
628  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
629  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
630  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
631  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
632  proof-shell-kill-function()
633  kill-buffer(#<buffer "*goals*">)
634  (progn (kill-buffer (symbol-value buf)) (set buf nil))
635  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
636  (while --dolist-temp--98125 (setq buf (car --dolist-temp--98125)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98125 (cdr --dolist-temp--98125)))
637  (let ((--dolist-temp--98125 ...) buf) (while --dolist-temp--98125 (setq buf ...) (if ... ...) (setq --dolist-temp--98125 ...)) nil)
638  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98125 ... ... ...) nil))
639  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
640  (block nil (let (... buf) (while --dolist-temp--98125 ... ... ...) nil))
641  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
642  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
643  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
644  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
645  proof-shell-kill-function()
646  kill-buffer(#<buffer "*goals*">)
647  (progn (kill-buffer (symbol-value buf)) (set buf nil))
648  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
649  (while --dolist-temp--98122 (setq buf (car --dolist-temp--98122)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98122 (cdr --dolist-temp--98122)))
650  (let ((--dolist-temp--98122 ...) buf) (while --dolist-temp--98122 (setq buf ...) (if ... ...) (setq --dolist-temp--98122 ...)) nil)
651  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98122 ... ... ...) nil))
652  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
653  (block nil (let (... buf) (while --dolist-temp--98122 ... ... ...) nil))
654  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
655  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
656  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
657  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
658  proof-shell-kill-function()
659  kill-buffer(#<buffer "*goals*">)
660  (progn (kill-buffer (symbol-value buf)) (set buf nil))
661  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
662  (while --dolist-temp--98119 (setq buf (car --dolist-temp--98119)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98119 (cdr --dolist-temp--98119)))
663  (let ((--dolist-temp--98119 ...) buf) (while --dolist-temp--98119 (setq buf ...) (if ... ...) (setq --dolist-temp--98119 ...)) nil)
664  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98119 ... ... ...) nil))
665  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
666  (block nil (let (... buf) (while --dolist-temp--98119 ... ... ...) nil))
667  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
668  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
669  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
670  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
671  proof-shell-kill-function()
672  kill-buffer(#<buffer "*goals*">)
673  (progn (kill-buffer (symbol-value buf)) (set buf nil))
674  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
675  (while --dolist-temp--98116 (setq buf (car --dolist-temp--98116)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98116 (cdr --dolist-temp--98116)))
676  (let ((--dolist-temp--98116 ...) buf) (while --dolist-temp--98116 (setq buf ...) (if ... ...) (setq --dolist-temp--98116 ...)) nil)
677  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98116 ... ... ...) nil))
678  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
679  (block nil (let (... buf) (while --dolist-temp--98116 ... ... ...) nil))
680  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
681  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
682  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
683  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
684  proof-shell-kill-function()
685  kill-buffer(#<buffer "*goals*">)
686  (progn (kill-buffer (symbol-value buf)) (set buf nil))
687  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
688  (while --dolist-temp--98113 (setq buf (car --dolist-temp--98113)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98113 (cdr --dolist-temp--98113)))
689  (let ((--dolist-temp--98113 ...) buf) (while --dolist-temp--98113 (setq buf ...) (if ... ...) (setq --dolist-temp--98113 ...)) nil)
690  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98113 ... ... ...) nil))
691  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
692  (block nil (let (... buf) (while --dolist-temp--98113 ... ... ...) nil))
693  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
694  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
695  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
696  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
697  proof-shell-kill-function()
698  kill-buffer(#<buffer "*goals*">)
699  (progn (kill-buffer (symbol-value buf)) (set buf nil))
700  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
701  (while --dolist-temp--98110 (setq buf (car --dolist-temp--98110)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98110 (cdr --dolist-temp--98110)))
702  (let ((--dolist-temp--98110 ...) buf) (while --dolist-temp--98110 (setq buf ...) (if ... ...) (setq --dolist-temp--98110 ...)) nil)
703  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98110 ... ... ...) nil))
704  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
705  (block nil (let (... buf) (while --dolist-temp--98110 ... ... ...) nil))
706  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
707  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
708  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
709  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
710  proof-shell-kill-function()
711  kill-buffer(#<buffer "*goals*">)
712  (progn (kill-buffer (symbol-value buf)) (set buf nil))
713  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
714  (while --dolist-temp--98107 (setq buf (car --dolist-temp--98107)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98107 (cdr --dolist-temp--98107)))
715  (let ((--dolist-temp--98107 ...) buf) (while --dolist-temp--98107 (setq buf ...) (if ... ...) (setq --dolist-temp--98107 ...)) nil)
716  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98107 ... ... ...) nil))
717  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
718  (block nil (let (... buf) (while --dolist-temp--98107 ... ... ...) nil))
719  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
720  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
721  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
722  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
723  proof-shell-kill-function()
724  kill-buffer(#<buffer "*goals*">)
725  (progn (kill-buffer (symbol-value buf)) (set buf nil))
726  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
727  (while --dolist-temp--98104 (setq buf (car --dolist-temp--98104)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98104 (cdr --dolist-temp--98104)))
728  (let ((--dolist-temp--98104 ...) buf) (while --dolist-temp--98104 (setq buf ...) (if ... ...) (setq --dolist-temp--98104 ...)) nil)
729  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98104 ... ... ...) nil))
730  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
731  (block nil (let (... buf) (while --dolist-temp--98104 ... ... ...) nil))
732  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
733  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
734  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
735  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
736  proof-shell-kill-function()
737  kill-buffer(#<buffer "*goals*">)
738  (progn (kill-buffer (symbol-value buf)) (set buf nil))
739  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
740  (while --dolist-temp--98101 (setq buf (car --dolist-temp--98101)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98101 (cdr --dolist-temp--98101)))
741  (let ((--dolist-temp--98101 ...) buf) (while --dolist-temp--98101 (setq buf ...) (if ... ...) (setq --dolist-temp--98101 ...)) nil)
742  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98101 ... ... ...) nil))
743  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
744  (block nil (let (... buf) (while --dolist-temp--98101 ... ... ...) nil))
745  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
746  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
747  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
748  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
749  proof-shell-kill-function()
750  kill-buffer(#<buffer "*goals*">)
751  (progn (kill-buffer (symbol-value buf)) (set buf nil))
752  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
753  (while --dolist-temp--98098 (setq buf (car --dolist-temp--98098)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98098 (cdr --dolist-temp--98098)))
754  (let ((--dolist-temp--98098 ...) buf) (while --dolist-temp--98098 (setq buf ...) (if ... ...) (setq --dolist-temp--98098 ...)) nil)
755  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98098 ... ... ...) nil))
756  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
757  (block nil (let (... buf) (while --dolist-temp--98098 ... ... ...) nil))
758  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
759  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
760  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
761  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
762  proof-shell-kill-function()
763  kill-buffer(#<buffer "*goals*">)
764  (progn (kill-buffer (symbol-value buf)) (set buf nil))
765  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
766  (while --dolist-temp--98095 (setq buf (car --dolist-temp--98095)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98095 (cdr --dolist-temp--98095)))
767  (let ((--dolist-temp--98095 ...) buf) (while --dolist-temp--98095 (setq buf ...) (if ... ...) (setq --dolist-temp--98095 ...)) nil)
768  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98095 ... ... ...) nil))
769  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
770  (block nil (let (... buf) (while --dolist-temp--98095 ... ... ...) nil))
771  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
772  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
773  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
774  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
775  proof-shell-kill-function()
776  kill-buffer(#<buffer "*goals*">)
777  (progn (kill-buffer (symbol-value buf)) (set buf nil))
778  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
779  (while --dolist-temp--98092 (setq buf (car --dolist-temp--98092)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98092 (cdr --dolist-temp--98092)))
780  (let ((--dolist-temp--98092 ...) buf) (while --dolist-temp--98092 (setq buf ...) (if ... ...) (setq --dolist-temp--98092 ...)) nil)
781  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98092 ... ... ...) nil))
782  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
783  (block nil (let (... buf) (while --dolist-temp--98092 ... ... ...) nil))
784  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
785  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
786  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
787  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
788  proof-shell-kill-function()
789  kill-buffer(#<buffer "*goals*">)
790  (progn (kill-buffer (symbol-value buf)) (set buf nil))
791  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
792  (while --dolist-temp--98089 (setq buf (car --dolist-temp--98089)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98089 (cdr --dolist-temp--98089)))
793  (let ((--dolist-temp--98089 ...) buf) (while --dolist-temp--98089 (setq buf ...) (if ... ...) (setq --dolist-temp--98089 ...)) nil)
794  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98089 ... ... ...) nil))
795  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
796  (block nil (let (... buf) (while --dolist-temp--98089 ... ... ...) nil))
797  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
798  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
799  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
800  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
801  proof-shell-kill-function()
802  kill-buffer(#<buffer "*goals*">)
803  (progn (kill-buffer (symbol-value buf)) (set buf nil))
804  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
805  (while --dolist-temp--98086 (setq buf (car --dolist-temp--98086)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98086 (cdr --dolist-temp--98086)))
806  (let ((--dolist-temp--98086 ...) buf) (while --dolist-temp--98086 (setq buf ...) (if ... ...) (setq --dolist-temp--98086 ...)) nil)
807  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98086 ... ... ...) nil))
808  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
809  (block nil (let (... buf) (while --dolist-temp--98086 ... ... ...) nil))
810  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
811  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
812  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
813  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
814  proof-shell-kill-function()
815  kill-buffer(#<buffer "*goals*">)
816  (progn (kill-buffer (symbol-value buf)) (set buf nil))
817  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
818  (while --dolist-temp--98083 (setq buf (car --dolist-temp--98083)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98083 (cdr --dolist-temp--98083)))
819  (let ((--dolist-temp--98083 ...) buf) (while --dolist-temp--98083 (setq buf ...) (if ... ...) (setq --dolist-temp--98083 ...)) nil)
820  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98083 ... ... ...) nil))
821  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
822  (block nil (let (... buf) (while --dolist-temp--98083 ... ... ...) nil))
823  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
824  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
825  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
826  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
827  proof-shell-kill-function()
828  kill-buffer(#<buffer "*goals*">)
829  (progn (kill-buffer (symbol-value buf)) (set buf nil))
830  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
831  (while --dolist-temp--98080 (setq buf (car --dolist-temp--98080)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98080 (cdr --dolist-temp--98080)))
832  (let ((--dolist-temp--98080 ...) buf) (while --dolist-temp--98080 (setq buf ...) (if ... ...) (setq --dolist-temp--98080 ...)) nil)
833  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98080 ... ... ...) nil))
834  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
835  (block nil (let (... buf) (while --dolist-temp--98080 ... ... ...) nil))
836  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
837  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
838  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
839  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
840  proof-shell-kill-function()
841  kill-buffer(#<buffer "*goals*">)
842  (progn (kill-buffer (symbol-value buf)) (set buf nil))
843  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
844  (while --dolist-temp--98077 (setq buf (car --dolist-temp--98077)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98077 (cdr --dolist-temp--98077)))
845  (let ((--dolist-temp--98077 ...) buf) (while --dolist-temp--98077 (setq buf ...) (if ... ...) (setq --dolist-temp--98077 ...)) nil)
846  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98077 ... ... ...) nil))
847  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
848  (block nil (let (... buf) (while --dolist-temp--98077 ... ... ...) nil))
849  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
850  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
851  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
852  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
853  proof-shell-kill-function()
854  kill-buffer(#<buffer "*goals*">)
855  (progn (kill-buffer (symbol-value buf)) (set buf nil))
856  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
857  (while --dolist-temp--98074 (setq buf (car --dolist-temp--98074)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98074 (cdr --dolist-temp--98074)))
858  (let ((--dolist-temp--98074 ...) buf) (while --dolist-temp--98074 (setq buf ...) (if ... ...) (setq --dolist-temp--98074 ...)) nil)
859  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98074 ... ... ...) nil))
860  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
861  (block nil (let (... buf) (while --dolist-temp--98074 ... ... ...) nil))
862  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
863  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
864  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
865  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
866  proof-shell-kill-function()
867  kill-buffer(#<buffer "*goals*">)
868  (progn (kill-buffer (symbol-value buf)) (set buf nil))
869  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
870  (while --dolist-temp--98071 (setq buf (car --dolist-temp--98071)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98071 (cdr --dolist-temp--98071)))
871  (let ((--dolist-temp--98071 ...) buf) (while --dolist-temp--98071 (setq buf ...) (if ... ...) (setq --dolist-temp--98071 ...)) nil)
872  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98071 ... ... ...) nil))
873  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
874  (block nil (let (... buf) (while --dolist-temp--98071 ... ... ...) nil))
875  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
876  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
877  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
878  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
879  proof-shell-kill-function()
880  kill-buffer(#<buffer "*goals*">)
881  (progn (kill-buffer (symbol-value buf)) (set buf nil))
882  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
883  (while --dolist-temp--98068 (setq buf (car --dolist-temp--98068)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98068 (cdr --dolist-temp--98068)))
884  (let ((--dolist-temp--98068 ...) buf) (while --dolist-temp--98068 (setq buf ...) (if ... ...) (setq --dolist-temp--98068 ...)) nil)
885  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98068 ... ... ...) nil))
886  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
887  (block nil (let (... buf) (while --dolist-temp--98068 ... ... ...) nil))
888  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
889  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
890  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
891  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
892  proof-shell-kill-function()
893  kill-buffer(#<buffer "*goals*">)
894  (progn (kill-buffer (symbol-value buf)) (set buf nil))
895  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
896  (while --dolist-temp--98065 (setq buf (car --dolist-temp--98065)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98065 (cdr --dolist-temp--98065)))
897  (let ((--dolist-temp--98065 ...) buf) (while --dolist-temp--98065 (setq buf ...) (if ... ...) (setq --dolist-temp--98065 ...)) nil)
898  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98065 ... ... ...) nil))
899  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
900  (block nil (let (... buf) (while --dolist-temp--98065 ... ... ...) nil))
901  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
902  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
903  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
904  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
905  proof-shell-kill-function()
906  kill-buffer(#<buffer "*goals*">)
907  (progn (kill-buffer (symbol-value buf)) (set buf nil))
908  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
909  (while --dolist-temp--98062 (setq buf (car --dolist-temp--98062)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98062 (cdr --dolist-temp--98062)))
910  (let ((--dolist-temp--98062 ...) buf) (while --dolist-temp--98062 (setq buf ...) (if ... ...) (setq --dolist-temp--98062 ...)) nil)
911  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98062 ... ... ...) nil))
912  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
913  (block nil (let (... buf) (while --dolist-temp--98062 ... ... ...) nil))
914  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
915  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
916  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
917  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
918  proof-shell-kill-function()
919  kill-buffer(#<buffer "*goals*">)
920  (progn (kill-buffer (symbol-value buf)) (set buf nil))
921  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
922  (while --dolist-temp--98059 (setq buf (car --dolist-temp--98059)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98059 (cdr --dolist-temp--98059)))
923  (let ((--dolist-temp--98059 ...) buf) (while --dolist-temp--98059 (setq buf ...) (if ... ...) (setq --dolist-temp--98059 ...)) nil)
924  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98059 ... ... ...) nil))
925  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
926  (block nil (let (... buf) (while --dolist-temp--98059 ... ... ...) nil))
927  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
928  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
929  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
930  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
931  proof-shell-kill-function()
932  kill-buffer(#<buffer "*goals*">)
933  (progn (kill-buffer (symbol-value buf)) (set buf nil))
934  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
935  (while --dolist-temp--98056 (setq buf (car --dolist-temp--98056)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98056 (cdr --dolist-temp--98056)))
936  (let ((--dolist-temp--98056 ...) buf) (while --dolist-temp--98056 (setq buf ...) (if ... ...) (setq --dolist-temp--98056 ...)) nil)
937  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98056 ... ... ...) nil))
938  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
939  (block nil (let (... buf) (while --dolist-temp--98056 ... ... ...) nil))
940  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
941  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
942  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
943  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
944  proof-shell-kill-function()
945  kill-buffer(#<buffer "*goals*">)
946  (progn (kill-buffer (symbol-value buf)) (set buf nil))
947  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
948  (while --dolist-temp--98053 (setq buf (car --dolist-temp--98053)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98053 (cdr --dolist-temp--98053)))
949  (let ((--dolist-temp--98053 ...) buf) (while --dolist-temp--98053 (setq buf ...) (if ... ...) (setq --dolist-temp--98053 ...)) nil)
950  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98053 ... ... ...) nil))
951  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
952  (block nil (let (... buf) (while --dolist-temp--98053 ... ... ...) nil))
953  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
954  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
955  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
956  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
957  proof-shell-kill-function()
958  kill-buffer(#<buffer "*goals*">)
959  (progn (kill-buffer (symbol-value buf)) (set buf nil))
960  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
961  (while --dolist-temp--98050 (setq buf (car --dolist-temp--98050)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98050 (cdr --dolist-temp--98050)))
962  (let ((--dolist-temp--98050 ...) buf) (while --dolist-temp--98050 (setq buf ...) (if ... ...) (setq --dolist-temp--98050 ...)) nil)
963  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98050 ... ... ...) nil))
964  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
965  (block nil (let (... buf) (while --dolist-temp--98050 ... ... ...) nil))
966  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
967  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
968  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
969  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
970  proof-shell-kill-function()
971  kill-buffer(#<buffer "*goals*">)
972  (progn (kill-buffer (symbol-value buf)) (set buf nil))
973  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
974  (while --dolist-temp--98047 (setq buf (car --dolist-temp--98047)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98047 (cdr --dolist-temp--98047)))
975  (let ((--dolist-temp--98047 ...) buf) (while --dolist-temp--98047 (setq buf ...) (if ... ...) (setq --dolist-temp--98047 ...)) nil)
976  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98047 ... ... ...) nil))
977  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
978  (block nil (let (... buf) (while --dolist-temp--98047 ... ... ...) nil))
979  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
980  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
981  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
982  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
983  proof-shell-kill-function()
984  kill-buffer(#<buffer "*goals*">)
985  (progn (kill-buffer (symbol-value buf)) (set buf nil))
986  (if (buffer-live-p (symbol-value buf)) (progn (kill-buffer ...) (set buf nil)))
987  (while --dolist-temp--98044 (setq buf (car --dolist-temp--98044)) (if (buffer-live-p ...) (progn ... ...)) (setq --dolist-temp--98044 (cdr --dolist-temp--98044)))
988  (let ((--dolist-temp--98044 ...) buf) (while --dolist-temp--98044 (setq buf ...) (if ... ...) (setq --dolist-temp--98044 ...)) nil)
989  (catch (quote --cl-block-nil--) (let (... buf) (while --dolist-temp--98044 ... ... ...) nil))
990  (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
991  (block nil (let (... buf) (while --dolist-temp--98044 ... ... ...) nil))
992  (dolist (buf (quote ...)) (if (buffer-live-p ...) (progn ... ...)))
993  (let ((proof-shell-buffer nil)) (dolist (buf ...) (if ... ...)))
994  (let (timeout-id) (sit-for 0) (if alive (progn ... ... ...)) (if (comint-check-proc ...) (proof-debug "Error in proof-shell-kill-function: process still lives!")) (if proc (set-process-sentinel proc nil)) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks (quote proof-shell-kill-function-hooks)) (if (and proof-multiple-frames-enable proof-shell-fiddle-frames) (proof-delete-other-frames)) (let (...) (dolist ... ...)) (message "%s exited." bufname))
995  (let* ((alive ...) (proc ...) (bufname ...)) (message "%s, cleaning up and exiting..." bufname) (let (timeout-id) (sit-for 0) (if alive ...) (if ... ...) (if proc ...) (proof-script-remove-all-spans-and-deactivate) (proof-shell-clear-state) (run-hooks ...) (if ... ...) (let ... ...) (message "%s exited." bufname)))
996  proof-shell-kill-function()
997  kill-buffer(#<buffer " *temp*">)
998  byte-code("..." [temp-buffer buffer-name kill-buffer] 2)
999  replace-in-string("(subgoal_tac \"-=Èname1'. name1' (<-(B (f k, pi );· name1, pi · name2, pi · name3, pi · name4, pi · trm1, pi · trm2)\")" "[\n   ]+" " " t)-A
1000  paren-describe-match(1730 nil)
1001  paren-highlight()