aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/span.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.
* Fix most doc issues raised by (checkdoc)Gravatar Erik Martin-Dorel2018-08-23
|
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* Ensure PG overlays have pg-span property (#98)Gravatar Tej Chajed2016-08-25
|
* Don't mess with overlay priorities.Gravatar Stefan Monnier2014-06-06
|
* - change 'span-delete-action in 'span-delete-actions, which isGravatar Hendrik Tews2011-01-24
| | | | | now a list of functions to be run when the span is deleted. Use span-add-delete-action to add a delete action.
* span-make-modifying-removing-span: add utilityGravatar David Aspinall2010-10-01
| | | | span-make-self-removing-span: rename from span-add-self-removing-span
* Implement the eagerly anticipated Beyond Script Management Feature No.2 ↵Gravatar David Aspinall2010-08-27
| | | | (i.e., automatic preview of next command)
* span-mapcar-spans-inorder: added for pg-movie productionGravatar David Aspinall2010-08-03
|
* span-give-warning: remove, unused.Gravatar David Aspinall2009-09-14
| | | | span-write-warning: don't call FUN if inhibit-read-only.
* (C) dateGravatar David Aspinall2009-09-07
|
* More defun->defsubst changesGravatar David Aspinall2009-09-06
|
* span-mapc-spans for span-delete-spansGravatar David Aspinall2009-09-06
|
* set-span-keymap: only override local map, not replace it.Gravatar David Aspinall2009-09-06
|
* Fix parenoGravatar David Aspinall2009-09-06
|
* CleanupsGravatar David Aspinall2009-09-06
|
* Tidy whitespaceGravatar David Aspinall2009-09-05
|
* Merge changes from Version4Branch.Gravatar David Aspinall2008-07-24
|
* Tweak version differentiation for compilationGravatar David Aspinall2008-01-16
|
* Many compatibility updates, bug fixes, rearrangements for compilation.Gravatar David Aspinall2008-01-15
|
* - Remove wrong docstring on make-detached-span.Gravatar David Aspinall2005-05-17
| | | | | | | - Basically rewrite span-overlay.el to better use the built-in overlay facilities. - Complain about the namespace pollution in span*.el.
* Renamed fileGravatar David Aspinall2004-08-25