aboutsummaryrefslogtreecommitdiff
path: root/isar/isar-unicode-tokens.el
AgeCommit message (Collapse)Author
2018-12-13Use `cl-lib` instead of `cl` everywhereStefan Monnier
Use lexical-binding in a few files where it was easy. Don't require `proof-compat` when it's not used. * coq/coq-db.el: Use lexical-binding. * coq/coq-system.el: Use lexical-binding. (coq--extract-prog-args): Use concatenated-args rather than recomputing it. * coq/coq.el: Require `span` to silence some warnings. * generic/pg-user.el: Use lexical-binding. (complete, add-completion, completion-min-length): Silence warnings. * generic/pg-xml.el: Use lexical-binding. (pg-xml-string-of): Prefer mapconcat to reduce+concat. * generic/proof-depends.el: Use lexical-binding. (proof-dep-split-deps): Use `push`. * generic/proof-shell.el: Require `span` to silence some warnings. (proof-shell-invisible-command): Don't use lexical-let just to build a wasteful η-redex! * lib/holes.el: Use lexical-binding. Remove redundant :group args. * lib/span.el: Use lexical-binding. (span-read-only-hook): Use user-error. (span-raise): Remove, unused.
2017-05-05Change (eval-when (compile) ...) to (eval-when-compile ...)Clément Pit--Claudel
This fixes a bunch of compilation warnings
2015-03-05Summary: Fix compile warning on isar-markup-mlDavid Aspinall
2014-01-18unicode tokens for \<open>, \<close>, \<newline>;Makarius Wenzel
2010-10-10isar-user-tokens: add doc so user can see it when using customizeDavid Aspinall
2010-08-04Swap phi and varphi for better consistency with STIX.David Aspinall
2010-08-03less surprising unicode tokens: <-> corresponds to longleftrightarrow in ↵Makarius Wenzel
common Isabelle theories (according to symbol length not shape), emdash is not predefined by default and confuses typical LaTeX source;
2009-12-01Add rest of standard token symbols for alphabets in other fontsDavid Aspinall
(e.g. fraktur lower case \<aa>, whatever these are supposed to look like).
2009-12-01isar-control-char-format-regexp: correct to only affect next char/symbolDavid Aspinall
isar-control-regions: add \<^bisup>..\<^eisup> and \<^bisub>..\<^eisub>
2009-12-01isar-control-char-format-regexp: prevent subsequent control chars being capturedDavid Aspinall
2009-09-29inline isar-long-id-stuffDavid Aspinall
2009-09-28Add markup for \<^const> control, complicate ↵David Aspinall
`isar-control-char-format-regexp' to markup identifiers
2009-09-11Bug in \\<diamond> tokenDavid Aspinall
2009-09-10Experimental changes to queue several commands at once and to allow ↵David Aspinall
pre-processing of commands when they're queued from script
2009-09-07Require unicode-tokens during compile.David Aspinall
2009-09-07Remove \t in \<inverse> expansion.David Aspinall
Make \<spacespace> be a single EM-DASH SPACE
2009-09-07Remove \t in \<module> expansion.David Aspinall
2009-09-05Fix defcustom typesDavid Aspinall
2009-09-05Separate standard tokens from extended set. Add missing compositions. Set ↵David Aspinall
for Tokens customize menu
2009-09-05Add shortcuts for (| and |).David Aspinall
Ensure if shortcuts are customized, replacement-alist is reset too.
2009-09-05Add custom groupDavid Aspinall
2009-09-03Remove objectionable |> shortcut for Isar hackersDavid Aspinall
2009-09-02proper backslash escape;Makarius Wenzel
2009-08-31Add custom docDavid Aspinall
2009-08-31isar-symbol-shortcuts: add customizationDavid Aspinall
2009-08-31Remove over-enthusiastic single-character shortcutsDavid Aspinall
2009-08-31Disable large symbol font for nowDavid Aspinall
2009-08-30Support dynamic customization. Add additional shortcuts handy for ↵David Aspinall
symbolizing old files.
2009-08-28Move fontsymb properties to library file.David Aspinall
2009-08-12Add indirection for setting unicode tokens variables to add customize menu ↵David Aspinall
options
2008-12-05Hyphen instead of emdash in faked longleftarrowDavid Aspinall
2008-08-03Updated.David Aspinall
2008-07-24Merge changes from Version4Branch.David Aspinall
2008-07-19Add lbrace, rbraceDavid Aspinall
2008-07-18Disable \<zero>, \<a>, \<aa>, etc. To prevent unexpected behaviourDavid Aspinall
with cut-and-paste and when typing tokens directly. Trac#223.
2008-07-09more precise regexps isar-token-match, isar-control-token-match;Makarius Wenzel
2008-07-07isar-shortcut-alist: map << >> to guillemots -- this is what HOL-Nominal ↵Makarius Wenzel
expects;
2008-07-07isar-shortcut-alist: tweaked behaviour of ~= ~: <= `` which all have a ↵Makarius Wenzel
particular meaning in Isabelle;
2008-07-07unicode shortcut alist: literal backslash instead of strange control ↵Makarius Wenzel
sequence, e.g. "\\nat" instead of "\nat";
2008-07-05Add back |-> shortcutDavid Aspinall
2008-02-17Missing backslashes.David Aspinall
2008-02-17Experimental use of fonts for \<AA> etc. Disable some contentious shortcutsDavid Aspinall
2008-02-13tuned comment;Makarius Wenzel
2008-02-05Remove ligature/latin1 symbols. Trim short cutsDavid Aspinall
2008-02-04Disable warnings.David Aspinall
2008-02-04Support Isabelle control sequences for subscripts/superscriptsDavid Aspinall
2008-02-04Go back to isabellesym.sty as master symbol listDavid Aspinall
2008-01-30Harmonise a bit more with X-Symbols. Add customization facilityDavid Aspinall
2008-01-28Switch to fake long symbolsDavid Aspinall
2008-01-28Add hooks for unicode tokens within proof shellDavid Aspinall