[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.1 Running Mizar | ||
2.2 Indentation and commenting | ||
2.3 Error explanations and movement |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mizar-it
mizar-compile
Run mizar verifier on the text in the current .miz buffer.
Show the result in buffer *mizar-output*.
In interactive use, a prefix argument directs this command
to read verifier options from the minibuffer.
If options are given, pass them to the verifier.
If util is given (either a command string or elisp function), use it instead of verifier.
If ‘mizar-use-momm
’, run tptpver instead.
If noqr, does not use quick run.
If compil, emulate compilation-like behavior for error messages.
If silent, just run util without messaging and errorflagging.
If forceacc, run makeenv with the -a option.
If noacc, never try to accommodate.
Run verifier (‘mizar-it
’) in a compilation-like way.
This means that the errors are shown and clickable in buffer
Compilation, instead of being put into the editing buffer in
the traditional Mizar way.
If util is given, call it instead of the Mizar verifier.
Speeds up verifier by not displaying its intermediate output.
Can be toggled from the menu, however the nil value is no
longer supported and may be deprecated (e.g. on Windows).
The default value is t
.
Determines the size of the output window after processing.
Possible values: "none", 4, 10, "all".
The default value is 4
.
What error to move to after processing.
Possible values are none, first, next, previous.
The default value is "next"
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
comment-region
mizar-indent-line
indent-region
Comment each line in the region. With C-u prefix, uncomment each line in the region.
Indent current line as Mizar code.
Indent each nonblank line in the region.
Indentation width for Mizar articles.
The default value is 2
.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mizar-next-error
mizar-previous-error
mizar-strip-errors
Go to the next error in a mizar text, return nil if not found.
Show the error explanation in the minibuffer.
Go to the previous error in a mizar text, return nil if not found.
Show the error explanation in the minibuffer.
Delete all error lines added by Mizar.
These are lines beginning with ::>.
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated by Josef Urban on February 20, 2014 using texi2html 1.82.