aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
Commit message (Collapse)AuthorAge
...
* fix :get for coq-search-blacklistGravatar Hendrik Tews2016-12-15
|
* Merge pull request #101 from tchajed/print-universes-optionGravatar hendriktews2016-12-15
|\ | | | | Add Set Printing Universes to options menu
* | fix customize-group coqGravatar Hendrik Tews2016-11-30
| |
| * Add Set Printing Universes to options menuGravatar Tej Chajed2016-08-15
|/
* Replace "Set Implicit Arguments" option with "Set Printing Implicit".Gravatar Erik Martin-Dorel2016-08-14
| | | | Closes #99.
* Coq: option to prefer top over bottom of concl.Gravatar Pierre Courtieu2016-06-23
|
* Merge branch 'master' of github.com:ProofGeneral/PGGravatar Pierre Courtieu2016-05-20
|\
* | Fix #72+ make user keywords prioritized over default ones.Gravatar Pierre Courtieu2016-05-20
| |
| * Merge branch 'master' of github.com:ProofGeneral/PGGravatar Clément Pit--Claudel2016-05-16
| |\ | |/ |/|
| * Don't offer "" as the default in C-c C-c C-aGravatar Clément Pit--Claudel2016-05-16
| |
* | Merge branch 'master' of github.com:ProofGeneral/PGGravatar Pierre Courtieu2016-05-02
|\|
* | Fixing detection of symbol at point.Gravatar Pierre Courtieu2016-05-02
| | | | | | | | | | | | Quote at start of a word should not be considered part of the word. Other characters than ' or _ are punctuation.
| * Don't use string-empty-pGravatar Clément Pit--Claudel2016-04-25
| | | | | | | | It's too recent
| * Respect user settings in coq-insert-introsGravatar Clément Pit--Claudel2016-04-14
|/ | | | Fixes #67.
* Option to toggle optimising response windo heigth.Gravatar Pierre Courtieu2016-03-21
|
* Fixed #64 again. e2c5da0 commits was wrong.Gravatar Pierre Courtieu2016-03-09
|
* Fix #64. Use syntax-ppss in fill-nobreak-predicate.Gravatar Pierre Courtieu2016-03-09
| | | | | More robust to font-lock tweaks that change font inside comments (whitespace mode etc).
* Fixing #62.Gravatar Pierre Courtieu2016-03-08
| | | | | I don't know if it is a coq bug that bullet do not support Time. I remove Time from bullets for the moment.
* Redo 11b03d4 (ensure that ‘Time’ isn't added to internal commands)Gravatar Clément Pit--Claudel2016-02-29
|
* Don't add the ‘Time’ prefix to internal Coq commandsGravatar Clément Pit--Claudel2016-02-28
| | | | | This ensures that parts of Proof General that use Coq commands in the background are not confused by extra timing information.
* Merge pull request #40 from hendriktews/proof-treeGravatar Pierre Courtieu2016-02-17
|\ | | | | basic proof tree changes for Coq 8.5
* | Fixed recent coq syntax change (tac !H become tac (H)).Gravatar Pierre Courtieu2016-01-27
| |
| * basic proof tree changes for Coq 8.5Gravatar Hendrik Tews2016-01-24
|/ | | | | | Fixes to get basic proof tree functionality, including support for give_up, cycle, swap, revgoals. Unshelve and evar's don't work yet, see proof-tree issues #1 and #2
* Merge pull request #22 from ProofGeneral/fix-scrolling-buffersGravatar Pierre Courtieu2016-01-06
|\ | | | | Fix spurious scrolling of *goals* and *response* buffers
* | Fixing #25.Gravatar Pierre Courtieu2016-01-06
| | | | | | | | proof-script-buffer was not set before calling proof-shell-ready-prover.
* | Fixing #20. #19 fixed by a commit in coq-8.5.Gravatar Pierre Courtieu2016-01-06
| |
* | First try to fix #19 and #20. Not finished.Gravatar Pierre Courtieu2016-01-04
| | | | | | | | Maybe need coq fix.
| * Fix spurious scrolling of *goals* and *response* buffersGravatar Clément Pit--Claudel2015-12-31
| | | | | | | | | | | | See https://github.com/cpitclaudel/company-coq/issues/8 and https://github.com/cpitclaudel/company-coq/issues/32 for some background info.
* | comment and readme.Gravatar Pierre Courtieu2015-12-31
| |
* | Refactoring. New file coq-system.el.Gravatar Pierre Courtieu2015-12-14
|/
* Small refactoring of coqxxx args detection.Gravatar Pierre Courtieu2015-12-14
| | | | | | Need some more refactoring actually: Some code from coq-compile-common became necessary to coq/pg globally. We shoudl refelct this by moving these parts somewhere else.
* Fixing variable declaration.Gravatar Pierre Courtieu2015-12-10
|
* Adding an setting for Search Blacklist coq option.Gravatar Pierre Courtieu2015-12-09
|
* Fixed a typo.Gravatar Pierre Courtieu2015-12-04
|
* A shortcut for coq-insert-as-in-next-command.Gravatar Pierre Courtieu2015-11-26
| | | | | | | | | | | | | Works well for a single induction/destruct. Works sometimes for inversion. Does not work in presence of eqn flag yet (easy to fix). Does not work on ;-combined tactics (hard to fix). Does not work on a lot of inversion invocation (but some are ok). We basically need another "as" tactical with a retro-predictable input. That is: when seeing the resulting goal we can deduce what would have been the right "as" close. This is currently the case only for destruct/induction !foo (notice the exclamation mark).
* Experimenting less brutal frame deletion.Gravatar Pierre Courtieu2015-11-13
| | | | | Only in coq mode for now. There are still some strange frame deletion some times.
* Fixed auto-width setting not initialized (trac #456).Gravatar Pierre Courtieu2015-11-13
|
* Cleaning code for auto width adapting.Gravatar Pierre Courtieu2015-11-13
| | | | Less guessing, separate guessing code.
* Tentative fix for #10Gravatar Clément Pit--Claudel2015-11-12
|
* Debuging: display a warning.Gravatar Pierre Courtieu2015-11-12
| | | | | The warning is displayed when failing to retrieve last prompt info. Once we understand what happened we can remove this warning.
* coq-pre-v85 option to fix coqdep invocation in [compile before require].Gravatar Pierre Courtieu2015-11-02
| | | | | | Command line options changed heavily betwenn 8.4 and 8.5. We need an option to force V8.4 in some cases, mainly to infer the right coqtop/coqdep invocations.
* Re-thinking auto-insert-as.Gravatar Pierre Courtieu2015-10-20
| | | | | | | | | Now there is acommand that adds as close to the next to be scripted command. Finally found a way to make this close to correct for destruct and induction by using "!" modifier on the destructed names, so that the automatic naming does not reuse the this name. Probably still very approximated for inversion.
* Fixed coq-id-at-point.Gravatar Pierre Courtieu2015-10-13
|
* proof-retract-command-hook added + more auto adjust width in coq mode.Gravatar Pierre Courtieu2015-10-13
|
* proof-assert-command-hook added + Auto adjust width in coq mode.Gravatar Pierre Courtieu2015-10-12
| | | | | | | This hook was missing, it allows to send complete commands before the (set of) command(s) sent by the user. It shall be used when proof-shell-insert-hook cannot be used (because of multiple prompts appearing).
* Fixing < 25 use of window-frame (mandatory arg).Gravatar Pierre Courtieu2015-10-09
|
* Put 'delete-selection t on coq-terminator-insertGravatar Clément Pit--Claudel2015-10-06
| | | | | delete-selection-mode requires command that insert text to be annotated with a 'delete-selection property.
* Trying to deal with debug mode.Gravatar Pierre Courtieu2015-10-06
|
* Fixed #1 (Missing space in coq-insert-intros).Gravatar Pierre Courtieu2015-09-29
| | | | Added a newline and removed the useless intros.
* More Fixes when issuing commands from another buffer.Gravatar Pierre Courtieu2015-09-25
|