aboutsummaryrefslogtreecommitdiff
path: root/lib/proof-compat.el
AgeCommit message (Collapse)Author
2011-01-31Make proof-assistant-settings follow currently available dynamic settings, ↵David Aspinall
and keep possibly customized variables bound. Closes Trac #387.
2010-11-15Summary: New indentation code using SMIEStefan Monnier
* 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.
2010-08-25Bring syntactic context functions togetherDavid Aspinall
2009-09-09Add compatilibity for declare-function in Emacs 22.1David Aspinall
2009-09-06proof-buffer-syntactic-context-emulate: use caching syntax-ppssDavid Aspinall
instead of parse-partial-sexp
2009-09-06Fix compile warningsDavid Aspinall
2009-09-05Add characterp for Emacs 22David Aspinall
2009-09-05Tidy whitespaceDavid Aspinall
2009-09-04replace-in-string -> replace-regexp-in-stringDavid Aspinall
2009-09-04Remove further unnecessary compatibility code.David Aspinall
2009-05-27Cleanup more Emacs compatibilityDavid Aspinall
2009-05-26Remove process-live-p, move complete autoload to use pointDavid Aspinall
2008-07-24Merge changes from Version4Branch.David Aspinall
2008-01-29Add buffer-substring-no-properties in case of older Emacs versionsDavid Aspinall
2008-01-28Workaround a small bug in Carbon Emacs Winter 2008: mac-key-mode not boundDavid Aspinall
2008-01-25Back patch for XEmacs 21.4 on API change to add-hook.David Aspinall
2008-01-25Back patch for XEmacs 21.4 on API change to add-hook.David Aspinall
2008-01-17Avoid some compilation/warningsDavid Aspinall
2008-01-15Many compatibility updates, bug fixes, rearrangements for compilation.David Aspinall
2007-12-14Remove eval-when, seems unreliableDavid Aspinall
2007-12-14Add eval-whenDavid Aspinall
2007-12-12Tune compatibilityDavid Aspinall
2007-05-10Emulate find-coding-system for GNU EmacsDavid Aspinall
2007-01-20Patch x-symbol problem with XEmacs betaDavid Aspinall
2006-10-27Rationalise testing for different values of window-system, to/and support ↵David Aspinall
more Emacs ports easily
2006-09-22Add workaround for GNU Emacs problems in easymenu-add.David Aspinall
2006-08-23sit-for is indeed in subr.el, must be careful to load rightDavid Aspinall
libraries...
2006-08-23Compatibility for GNU Emacs CVS losing sit-forDavid Aspinall
(this will break much code, isn't it in some .el file?)
2005-09-27Compatibility in proof-buffer-syntactic-context for XEmacs 21.5. Buffer ↵David Aspinall
tabs hack.
2004-08-25Renamed fileDavid Aspinall