aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAge
* Small fix in holes code.Gravatar Pierre Courtieu2012-09-19
|
* Fix compile for Emacs 24Gravatar David Aspinall2012-09-04
|
* Remove functions defined for Emacs 22 compatibilityGravatar David Aspinall2012-09-02
|
* Summary: Don't quote lambda expressionsGravatar Stefan Monnier2012-08-30
| | | | | | | | | | | | | | | | * coq/coq-indent.el (coq-indent-inner-regexp): Remove old X-Symbol element. (coq-save-count, coq-proof-count): * obsolete/plastic/plastic.el (plastic-shell-handle-output): * lib/texi-docstring-magic.el (texi-docstring-magic-insert-magic): * lib/pg-dev.el (emacs-lisp-mode-hook): * lib/maths-menu.el (maths-menu-filter-predicate) (maths-menu-tokenise-insert): * lib/holes.el (holes-next): * lego/lego.el (lego-shell-handle-output): * isar/isabelle-system.el (isabelle-docs-menu): * coq/coq.el (coq-compile-command, coq-compile-auto-save) (coq-compile-ignored-directories, coq-load-path-safep) (proof-shell-handle-delayed-output-hook): Don't quote lambda.
* Emacs 24 updateGravatar David Aspinall2012-08-16
|
* Emacs 24 compatibility (ucs-insert -> insert-char)Gravatar David Aspinall2012-08-16
|
* Simplified file variable code for coq.Gravatar Pierre Courtieu2012-07-11
|
* Use proof-add-to-load-path to extend load-path. This way,Gravatar Hendrik Tews2012-05-08
| | | | | distributions with specific requirements (such as Debian with debian-pkg-add-load-path-item) only need to patch one function.
* Change default Unicode Tokens font back to DejaVU Sans, more reliable ↵Gravatar David Aspinall2012-04-30
| | | | without installing STIX.
* fix compilation with emacs23-nox of DebianGravatar Hendrik Tews2012-03-01
|
* Patch from Tom Prince to fix Emacs 24 byte compilation (replace ↵Gravatar David Aspinall2011-10-13
| | | | interactive-p with called-interactively-p)
* DocstringGravatar David Aspinall2011-04-18
|
* Support delete selection mode on remapped delete commandsGravatar David Aspinall2011-02-23
| | | | Update some of font alias choices.
* Make proof-assistant-settings follow currently available dynamic settings, ↵Gravatar David Aspinall2011-01-31
| | | | and keep possibly customized variables bound. Closes Trac #387.
* ns-popup-font-panel: pass through argument list (used in Aquamacs Options menu).Gravatar David Aspinall2011-01-26
|
* Remove dead codeGravatar David Aspinall2011-01-25
|
* - 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.
* Summary: New indentation code using SMIEGravatar Stefan Monnier2010-11-15
| | | | | | | | | | * coq/coq.el (coq-build-prog-args): Avoid meaningless \- escape sequence. (coq-use-smie): New custom var. (coq-smie-grammar): New var. (coq-smie-rules): New function. (coq-guess-or-ask-for-string): Use use-region-p. (coq-mode-config): Use smie-setup if available. * lib/proof-compat.el (use-region-p): Provide fallback definition.
* Failed attempt to fix font lock customizations for elispGravatar David Aspinall2010-10-01
|
* span-make-modifying-removing-span: add utilityGravatar David Aspinall2010-10-01
| | | | span-make-self-removing-span: rename from span-add-self-removing-span
* Clean up invisibility specGravatar David Aspinall2010-09-08
|
* Implement the eagerly anticipated Beyond Script Management Feature No.2 ↵Gravatar David Aspinall2010-08-27
| | | | (i.e., automatic preview of next command)
* Bring syntactic context functions togetherGravatar David Aspinall2010-08-25
|
* unicode-tokens-delete-backward-1: backward-delete-char -> delete-char to fix ↵Gravatar David Aspinall2010-08-24
| | | | Emacs 24 compile warning
* Default to non-italic symbol font variant for Mac OS X. Simplify font ↵Gravatar David Aspinall2010-08-19
| | | | changing code.
* unicode-tokens-show-controls (C-c C-t C-t): Use redraw-display insteadGravatar David Aspinall2010-08-18
| | | | of redisplay to reveal invisibility spec changes
* Tune profilingGravatar David Aspinall2010-08-18
|
* Load elp firstGravatar David Aspinall2010-08-18
|
* hack to ELP to give better readability of profile results, in millisecondsGravatar David Aspinall2010-08-18
|
* unicode-tokens-symbol-font-face: default to italic and support settingGravatar David Aspinall2010-08-11
| | | | the symbol font face's :slant as well as :family attributes.
* span-mapcar-spans-inorder: added for pg-movie productionGravatar David Aspinall2010-08-03
|
* save-excursion -> with-temp-bufferGravatar David Aspinall2010-07-08
|
* Remove debug messageGravatar David Aspinall2010-06-28
|
* Experimental backwards delete char. See Trac #290Gravatar David Aspinall2010-06-27
|
* tidyGravatar David Aspinall2009-12-01
|
* Attempt at http://proofgeneral.inf.ed.ac.uk/trac/ticket/311Gravatar David Aspinall2009-12-01
|
* spacesGravatar David Aspinall2009-12-01
|
* CleanGravatar David Aspinall2009-12-01
|
* unicode-tokens-fontsymb-properties: use font-lock faces instead of proof- ones.Gravatar David Aspinall2009-10-01
| | | | | Prevent font setting when symbols are revealed (use default font family). Tweak menu titles.
* Conforming Menu TitlesGravatar David Aspinall2009-09-30
|
* Conforming Menu TitlesGravatar David Aspinall2009-09-30
|
* Rename dec->keyword. Update doc for quail input language.Gravatar David Aspinall2009-09-28
|
* Add customize group unicode-tokens-options to faces top-level group.Gravatar David Aspinall2009-09-21
|
* unicode-tokens-add-help-echo: add this customize optionGravatar David Aspinall2009-09-21
| | | | unicode-tokens-display-table: use this (experimental) for alternative ellipsis glyph
* Functions to add buttons to buffer (initial attempt)Gravatar David Aspinall2009-09-21
|
* unicode-tokens-set-font-var-aux: run font-lock-fontify-buffer in displayedGravatar David Aspinall2009-09-20
| | | | buffers to ensure font changes are seen (change for Mac)
* Protect against error caseGravatar David Aspinall2009-09-20
|
* NoteGravatar David Aspinall2009-09-17
|
* span-give-warning: remove, unused.Gravatar David Aspinall2009-09-14
| | | | span-write-warning: don't call FUN if inhibit-read-only.
* Times -> Times New Roman, seems to have better substitution behaviourGravatar David Aspinall2009-09-13
| | | | | under fontconfig (i.e. existence of smoothly rendering free fonts with same metrics)