aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
Commit message (Collapse)AuthorAge
* Added proof-rsh-command to help complete documentation (was allocatedGravatar David Aspinall1998-11-09
| | | | to tms but he said he wouldn't get around to it)
* Added proof-script-indent user option, to enable indentation code.Gravatar David Aspinall1998-11-09
| | | | | | Disabled by default. May be activated by particular proof assistants if they feel confident about it. I don't. Made proof-indent be autoloaded as needed. Lets pray it won't be.
* Added proof-strict-read-only, probably a handy new user-option.Gravatar David Aspinall1998-11-09
| | | | | | Side effect is that it's default value of nil for FSF Emacs avoids the font lock problem with span-read-only for FSF Emacs. XEmacs does not have the warning message implemented yet.
* Being pedantic about variables versus predicates, renamed prog-name-ask-p.Gravatar David Aspinall1998-11-03
|
* Customization group and type fixesGravatar David Aspinall1998-11-03
|
* Improved docstringsGravatar David Aspinall1998-11-03
|
* Promoted proof-window-dedicated to be a user option, andGravatar David Aspinall1998-11-03
| | | | renamed it [to reserve -p only for functions (predicates)].
* fixed bug with font-lock face namesGravatar Thomas Kleymann1998-11-03
|
* o added support for byte-compilationGravatar Thomas Kleymann1998-11-01
| | | | | | | o removed hhg tags in todo o fixed font-lock for FSF Emacs 20.2 o ensured that goals buffer is updated for longer queues o fixed a bug in proof-universal-keys-only-mode
* implemented new buffer model. The goals buffer is now exclusivelyGravatar Thomas Kleymann1998-10-30
| | | | reserved for goals.
* Clarifying comment about obscure variable addedGravatar David Aspinall1998-10-29
|
* More hacks to variable names for customize (sorry)Gravatar David Aspinall1998-10-29
|
* Added prefixes in custom defgroups.Gravatar David Aspinall1998-10-29
|
* Added customize group for Proof General faces and fixed otherGravatar David Aspinall1998-10-28
| | | | groups in proof-config.
* Continuing mods for cleaner byte compileGravatar David Aspinall1998-10-27
|
* Made handling of multiple files more robust. On changing scriptGravatar Thomas Kleymann1998-10-27
| | | | | buffers, we invoke (save-some-buffers). Furthermore, we warn the user if modified buffers have been read in by the proof assistant.
* Fixed up proof-script.el for clean byte compileGravatar David Aspinall1998-10-27
|
* typoGravatar David Aspinall1998-10-27
|
* Moved pbp-goal-command and pbp-hyp-command to proof-config.Moved LEGO specifix.Gravatar David Aspinall1998-10-27
|
* Begun work on clean byte compilation / clarifying interfaces.Gravatar David Aspinall1998-10-27
|
* Fixed urgent message stuff. proof-shell-process-urgent-messagesGravatar David Aspinall1998-10-27
| | | | now seems to correctly observe all messages which pass through.
* Added note about mode symbolsGravatar David Aspinall1998-10-23
|
* Added proof-mode-for-script setting.Gravatar David Aspinall1998-10-23
|
* Replaced remaining face defs with defface calls.Gravatar David Aspinall1998-10-23
| | | | | Removed font-lock-<newface> with proof-<newface> so we know where things come from and won't break future font locks.
* Added deffaces to proof-configGravatar David Aspinall1998-10-22
|
* Added todo for clean byte compileGravatar David Aspinall1998-10-22
|
* Split proof.el into proof-config.el, proof-script.el, proof-shell.elGravatar David Aspinall1998-10-22