aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
Commit message (Collapse)AuthorAge
...
* Fixed at-point detection.Gravatar Pierre Courtieu2015-04-27
|
* bold unicode biders + Fixing highlighting in goals and response buffers + ↵Gravatar Pierre Courtieu2015-04-14
| | | | cleaning.
* Debugging font-lock for ∀, ∃, and λ.Gravatar Pierre Courtieu2015-04-13
|
* Added unicode forall in font-lock regexps.Gravatar Pierre Courtieu2015-04-10
|
* Added comment.Gravatar Pierre Courtieu2015-04-07
|
* Fixed coq-id definition to be correct wrt to coq grammar.Gravatar Pierre Courtieu2015-04-07
|
* Fixed highlighting of evars.Gravatar Pierre Courtieu2015-04-07
|
* Trying to prepare indentation cleaning...Gravatar Pierre Courtieu2015-04-03
|
* Highlighting stuff in goals mode (C-c C-a C-h). Very basic for now.Gravatar Pierre Courtieu2015-04-02
|
* Fix fill-paragraph merging comments and code (never fill code).Gravatar Pierre Courtieu2015-04-01
|
* Fixed smie code for ";" + added || in grammar.Gravatar Pierre Courtieu2015-03-31
| | | | | Actually || and + are overloaded and I don"t see how to deambiguate them. Indetation may be buggy until I found away.
* Fixed a small bug in indentation.Gravatar Pierre Courtieu2015-03-27
|
* Fix disable evar colorizing in coq file.Gravatar Pierre Courtieu2015-03-27
|
* Fixed a regex for detecting ids at point.Gravatar Pierre Courtieu2015-03-27
|
* Colorizing hyps names robustified. Still incomplete.Gravatar Pierre Courtieu2015-03-26
|
* A command to set coq printing width smartly.Gravatar Pierre Courtieu2015-03-26
| | | | | Set the width to the current goals window. Default binding: C-c C-a C-w.
* A remark about project file in the documentation.Gravatar Pierre Courtieu2015-03-26
| | | | | Saying that one -arg should be followed by only one option. For several options, put several -arg, ONE PER LINE.
* Fixed a smal bug in colorizing response buffer.Gravatar Pierre Courtieu2015-03-26
| | | | | | First constructor of an inductive was colorized as a hyp name. Hyp name colorizing should be done another way. Using font-lock here is probably bad.
* Fixed indetation of tryif then else.Gravatar Pierre Courtieu2015-03-24
|
* fixed gfail hilighting.Gravatar Pierre Courtieu2015-03-24
|
* added some keywordsGravatar Pierre Courtieu2015-03-24
|
* Highlighting evars.Gravatar Pierre Courtieu2015-03-23
|
* Fixed lazymatch and multimatch indentation/highlighting.Gravatar Pierre Courtieu2015-03-23
|
* Some comments for future work.Gravatar Pierre Courtieu2015-03-13
|
* Added a command to send Queries to coq, with completion (C-c C-a C-q).Gravatar Pierre Courtieu2015-03-13
| | | | | 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.
* Customization variables for modules, section and proof indentation.Gravatar Pierre Courtieu2015-03-05
|
* Fixed Proof end/start detection on Proof using ...Gravatar Pierre Courtieu2015-03-04
| | | | | Was making scripting confused. P.
* Fixed compilation issue with previous commit + CHANGE updates.Gravatar Pierre Courtieu2015-03-04
|
* Mouse queries.Gravatar Pierre Courtieu2015-03-03
| | | | | If enabled, allows to send queries to coq with (control/shift/control-shift) mouse-1.
* Coqtop always restarted when switching script buffer.Gravatar Pierre Courtieu2015-03-03
| | | | | | 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.
* Making freeze buffer hace coq-response-more.Gravatar Pierre Courtieu2015-02-24
| | | | | So that shortcuts work from this buffer. + colorizing.
* Typo in last commit.Gravatar Pierre Courtieu2015-02-23
|
* Fixed a bug in syntax table making fontlock and indentation fail.Gravatar Pierre Courtieu2015-02-23
| | | | After some command detecting things at point, the indentation was broken.
* Fixed read-only error for compile before require option.Gravatar Pierre Courtieu2015-02-11
| | | | | | 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.
* replug removal of induction principle in SearAbout queries.Gravatar Pierre Courtieu2015-02-09
|
* Adding function to grab things at point and send queries about it.Gravatar Pierre Courtieu2015-02-09
| | | | No shortcut yet but I am testing some "one click" stuff right now.
* Removed a debugging message.Gravatar Pierre Courtieu2015-02-06
|
* Fix colorization of for coq multiple hypothesis on the same line.Gravatar Pierre Courtieu2015-02-05
|
* cleaned previous commits (generic variable to disable error coloring).Gravatar Pierre Courtieu2015-02-04
|
* Fixed previous commit (wrong regexp).Gravatar Pierre Courtieu2015-02-04
|
* coloring names in resposne and goalsGravatar Pierre Courtieu2015-02-03
|
* beautified a bit error messages.Gravatar Pierre Courtieu2015-02-03
|
* cleaning regexp.Gravatar Pierre Courtieu2015-02-03
|
* Set double hit electric terminator back. Disabled by default.Gravatar Pierre Courtieu2015-01-30
|
* Fix coq project parsing and interpreting for coq v8.5.Gravatar Pierre Courtieu2015-01-27
|
* Fixed a bug in script navigation. Updated CHANGEGravatar Pierre Courtieu2015-01-27
|
* changed default indentation of match's cases.Gravatar Pierre Courtieu2015-01-14
|
* failed and commented attempt at improving indentation of records.Gravatar Pierre Courtieu2015-01-09
|
* Removing non-smie indentation + fix CHANGES.Gravatar Pierre Courtieu2015-01-09
|
* Fixing indentation of pending curly braces.Gravatar Pierre Courtieu2015-01-05
|