aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-13Summary: Revert change to default EMACSDavid Aspinall
2015-03-13(fixes last commit) Added a command to send Queries to coq, with completion ↵Pierre Courtieu
(C-c C-a C-q). Should replace C-c C-v at some point. Needs to have a complete list of such queries. Obeys C-u prefix for Printing all flag.
2015-03-13Added a command to send Queries to coq, with completion (C-c C-a C-q).Pierre Courtieu
Should replace C-c C-v at some point. Needs to have a complete list of such queries. Obeys C-u prefix for Printing all flag.
2015-03-11Summary: Update version yearDavid Aspinall
2015-03-11Summary: Build in default path for Isabelle2014 Mac packageDavid Aspinall
2015-03-09Added bug fixes in CHANGES.Pierre Courtieu
2015-03-09Fixes #503.Pierre Courtieu
Added a "stop silent" if needed in proof-add-queue. This allows to recover verbosity when an error left the prover in silent mode.
2015-03-05Fixed stuff in CHANGES.Pierre Courtieu
2015-03-05Customization variables for modules, section and proof indentation.Pierre Courtieu
2015-03-05Summary: Fix compile warning on phox-toolbar-entriesDavid Aspinall
2015-03-05Summary: Fix compile warning on isar-markup-mlDavid Aspinall
2015-03-05Fix compile error with make-faceDavid Aspinall
2015-03-05Summary: Remove obsolete functionDavid Aspinall
2015-03-05Summary: Build on MacDavid Aspinall
2015-03-05Fix colours for dark backgroundsDavid Aspinall
2015-03-04Fixed Proof end/start detection on Proof using ...Pierre Courtieu
Was making scripting confused. P.
2015-03-04Fixed compilation issue with previous commit + CHANGE updates.Pierre Courtieu
2015-03-03Mouse queries.Pierre Courtieu
If enabled, allows to send queries to coq with (control/shift/control-shift) mouse-1.
2015-03-03Coqtop always restarted when switching script buffer.Pierre Courtieu
This comes from Hendrik's compile mode and is actually needed even when this mode is off. When switching scripting buffer, restart the coq shell process, so that it applies local coqtop options.
2015-02-24Making freeze buffer hace coq-response-more.Pierre Courtieu
So that shortcuts work from this buffer. + colorizing.
2015-02-23Typo in last commit.Pierre Courtieu
2015-02-23Fixed a bug in syntax table making fontlock and indentation fail.Pierre Courtieu
After some command detecting things at point, the indentation was broken.
2015-02-11Fixed read-only error for compile before require option.Pierre Courtieu
the emacs bug seems solved: the error with read-only always occur whatever locale is used. So I toggle read-only off in coq-compile-response.
2015-02-09replug removal of induction principle in SearAbout queries.Pierre Courtieu
2015-02-09Adding function to grab things at point and send queries about it.Pierre Courtieu
No shortcut yet but I am testing some "one click" stuff right now.
2015-02-06Removed a debugging message.Pierre Courtieu
2015-02-05Fix colorization of for coq multiple hypothesis on the same line.Pierre Courtieu
2015-02-04cleaned previous commits (generic variable to disable error coloring).Pierre Courtieu
2015-02-04Fixed previous commit (wrong regexp).Pierre Courtieu
2015-02-03coloring names in resposne and goalsPierre Courtieu
2015-02-03beautified a bit error messages.Pierre Courtieu
2015-02-03cleaning regexp.Pierre Courtieu
2015-02-02Fix test defeated by binary installDavid Aspinall
2015-02-02Set version tag for new release.David Aspinall
2015-01-30Set double hit electric terminator back. Disabled by default.Pierre Courtieu
2015-01-27Fix coq project parsing and interpreting for coq v8.5.Pierre Courtieu
2015-01-27Fixed a bug in script navigation. Updated CHANGEPierre Courtieu
2015-01-14changed default indentation of match's cases.Pierre Courtieu
2015-01-09failed and commented attempt at improving indentation of records.Pierre Courtieu
2015-01-09Removing non-smie indentation + fix CHANGES.Pierre Courtieu
2015-01-05Fixing indentation of pending curly braces.Pierre Courtieu
2015-01-05Fix compile on 23.xDavid Aspinall
2015-01-05Fix crossref broken by newline. Remove custom fontDavid Aspinall
2015-01-05Set version tag for new release.David Aspinall
2015-01-05Improvements for type tokens, remove preceding colonDavid Aspinall
2015-01-05Fix haskell invocation comandDavid Aspinall
2015-01-05Deleted fileDavid Aspinall
2015-01-05trying to indent pending forall in the expected wayPierre Courtieu
2014-12-30removed debug message.Pierre Courtieu
2014-12-30fixed indentation (lexing of 'with') + made local coq-load-path.Pierre Courtieu