aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-31Resize response window when showing an ancient goal.Pierre Courtieu
2012-08-31Fixing previous commit on double hit.Pierre Courtieu
2012-08-30Impementing a "double hit" electric terminator. Idea: do electricPierre Courtieu
terminator when hitting "." twice quickly.
2012-08-30Summary: Don't quote lambda expressionsStefan Monnier
* 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.
2012-08-30Added some new behavior to the usual 'show goal' shortcut: if point isPierre Courtieu
on a locked span, it now displays the corresponding (ancient) goal instead of the current one.
2012-08-27Illustrat Trac #447David Aspinall
2012-08-24Fixed an error when smie not present in the system.Pierre Courtieu
2012-08-16Add option proof-layout-windows-on-visit-file, addressing Trac #444David Aspinall
2012-08-16Emacs 24 updateDavid Aspinall
2012-08-16Better colours on dark framesDavid Aspinall
2012-08-16UpdatedDavid Aspinall
2012-08-16Emacs 24 compatibility (ucs-insert -> insert-char)David Aspinall
2012-08-16Fix lambda quoteDavid Aspinall
2012-08-14Set version tag for new release.David Aspinall
2012-08-14Add user option proof-next-command-insert-space.David Aspinall
2012-08-14Add setting for rcs2log pathDavid Aspinall
2012-08-14fix 443 by enforcing that the prover is not busy in proof-retract-until-pointHendrik Tews
2012-08-09Set version tag for new release.David Aspinall
2012-08-09coq-optimise-resp-windows: Check proof script buffer window exists, ↵David Aspinall
addressing Trac #446
2012-08-09Rename optim-resp-windows -> coq-optimise-resp-windows for naming conventionDavid Aspinall
2012-08-09Updated.David Aspinall
2012-08-09Fix name in proof-easy-config, addressing Trac #441David Aspinall
2012-07-27Set version tag for new release.David Aspinall
2012-07-25Cleaned up a obsolete regexp.Pierre Courtieu
2012-07-24Fixing compilation. Still need to verify some smie stuff on different ↵Pierre Courtieu
versions of emacs.
2012-07-23Set version tag for new release.David Aspinall
2012-07-22Making better menus for Coq. Menus visible in response and goals buffer.Pierre Courtieu
2012-07-21Fixed some regexp for V8.4 final version.Pierre Courtieu
2012-07-19Fixed widow shrinking hooks + added coq command shortcuts inPierre Courtieu
coq-response buffer.
2012-07-15Patch to allow byte compilation without X, reported on Gentoo via Ulrich MuellerDavid Aspinall
2012-07-11Simplified file variable code for coq.Pierre Courtieu
2012-07-10Adapted to late coq-8.4 new messages.Pierre Courtieu
2012-07-10Fixed incorrect syntax of previous commit.Pierre Courtieu
2012-07-10Made "printing all" queries smater in letting the prover in the samePierre Courtieu
printing state as before.
2012-07-09Fixing previous commit (Added completion to insert Require, based onPierre Courtieu
coq-load-path) in the case of complex coq-load-path.
2012-07-09Added completion to insert Require, based on coq-load-path.Pierre Courtieu
2012-07-09updated CHANGES for Coq.Pierre Courtieu
2012-07-09Fixed a small bug in indentation + added new commands for queries withPierre Courtieu
Printing Implicit and Printing All flags.
2012-07-07Debugged coq indentation.Pierre Courtieu
2012-07-06More fixes in coq indentation (2).Pierre Courtieu
2012-07-06More fixes in coq indentation.Pierre Courtieu
2012-07-05Indentation debugging for coq.Pierre Courtieu
2012-07-05Code cleaning.Pierre Courtieu
2012-07-05Fixed some indentation details for Coq.Pierre Courtieu
2012-07-05Fixed a syntactic recognition function. Should Fix #2819.Pierre Courtieu
2012-07-03Fixed some indentation bugs.Pierre Courtieu
2012-06-29* generic/pg-user.el (which-func-modes): Fix compiler declaration.Stefan Monnier
* generic/proof-site.el (assistants): Fix regexp.
2012-06-28Fixed some small bugs in coq indentation.Pierre Courtieu
2012-06-28Complete rework of the indentation mechanism using smie. The firstPierre Courtieu
version of smie indentation code was a good first try but this one is much faster and cleaner. All desambiguations are done in the lexers, it is still a bit slow on large proofs. Some bugs remain to be fixed.
2012-06-19Simplified file variables code.Pierre Courtieu