aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-unicode-tokens.el
Commit message (Collapse)AuthorAge
* Use `cl-lib` instead of `cl` everywhereGravatar Stefan Monnier2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Change (eval-when (compile) ...) to (eval-when-compile ...)Gravatar Clément Pit--Claudel2017-05-05
| | | | This fixes a bunch of compilation warnings
* proof-unicode-tokens-enable: autoload so turning on Unicode tokens worksGravatar David Aspinall2009-09-20
|
* Clean compileGravatar David Aspinall2009-09-10
|
* Require on scomintGravatar David Aspinall2009-09-08
|
* Clean whitespaceGravatar David Aspinall2009-09-05
|
* Add indirection for setting unicode tokens variables to add customize menu ↵Gravatar David Aspinall2009-08-12
| | | | options
* CommentGravatar David Aspinall2008-08-06
|
* Merge changes from Version4Branch.Gravatar David Aspinall2008-07-24
|
* Fix clash with X-Symbol resulting in enabling then disabling symbolsGravatar David Aspinall2008-02-17
|
* proof-unicode-tokens-set-global: call proof-unicode-tokens-init.Gravatar David Aspinall2008-02-06
|
* Use proof-auxmodes to load auxiliary modes properly when required.Gravatar David Aspinall2008-02-06
|
* Further configuration settingsGravatar David Aspinall2008-02-04
|
* Fix RCS tagsGravatar David Aspinall2008-01-30
|
* Support dynamically changing short-cut listGravatar David Aspinall2008-01-30
|
* Experiment with enabling this for XEmacs.Gravatar David Aspinall2008-01-29
| | | | Add proof-token-name-alist to allow dynamic changing of tables.
* Use correct shell encoding function!Gravatar David Aspinall2008-01-29
|
* Add autoload for proof-unicode-tokens-shell-configGravatar David Aspinall2008-01-28
|
* Add hooks for unicode tokens within proof shellGravatar David Aspinall2008-01-28
|
* Add shortcuts for tokens.Gravatar David Aspinall2008-01-28
|
* Fix startupGravatar David Aspinall2008-01-27
|
* New files.Gravatar David Aspinall2008-01-25