| author | nipkow | 
| Sat, 02 Jan 2010 22:57:19 +0100 | |
| changeset 34227 | 33d44b1520c0 | 
| parent 33929 | e7685297e9da | 
| permissions | -rw-r--r-- | 
| 33922 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 1 | --- a/generic/proof-config.el 2008-07-21 18:37:10.000000000 +0200 | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 2 | +++ b/generic/proof-config.el 2009-11-29 17:41:37.409062091 +0100 | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 3 | @@ -1493,7 +1493,7 @@ | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 4 | :type '(choice string (const nil)) | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 5 | :group 'proof-shell) | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 6 | |
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 7 | -(defcustom proof-shell-quit-timeout 4 | 
| 33929 
e7685297e9da
even higher proof-shell-quit-timeout -- saving main HOL takes 20s on a *fast* machine;
 wenzelm parents: 
33922diff
changeset | 8 | +(defcustom proof-shell-quit-timeout 45 | 
| 33922 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 9 | ;; FIXME could add option to quiz user before rude kill. | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 10 | "The number of seconds to wait after sending proof-shell-quit-cmd. | 
| 
639eb84ec640
raised proof-shell-quit-timeout to accomodate bulky write-back images;
 wenzelm parents: diff
changeset | 11 | After this timeout, the proof shell will be killed off more rudely. |