Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 361)

Ticket Resolution Summary Owner Reporter
#110 fixed Search Rewrite and Search About queries for Proof General/Coq David Aspinall Yves Bertot
Description

The options "Search Rewrite ..." and "Search About ..." do not work in the pre-release (ProofGeneral-3.7pre070312)

To fix the problem I had to patch the file coq.el. I include the corrected version.

#111 fixed Centering the goal window on the right part of the goals David Aspinall Yves Bertot
Description

In coq, when doing large proofs, the goals window tends to not be centered on the right information: it only shows the oldest assumptions, and when the list of assumption is too long, it does not even show the statement of the first goal.

I suggest centering on bar of equal signs that separates the most recent hypotheses from the current goal. I did it by modifying two files: proof-utils.el and pg-goals.el

While I think that the modification on proof-utils.el can be shared with other proof systems (I only add the possibility that the target point could be given by a string that will be searched in the buffer), the change done on pg-goals.el is coq-specific and should not be left there, but I could not find how to make the code customizable in this respect.

So this is a suggestion for modification, but this should be reviewed to make it more generic in its approach.

#394 fixed Coq "Library" keyword - incorrect coloring courtieu coqletsgo
Description

When using "Extraction Library <Module>", the "Library" word is not highlighted in blue like all other keywords (Extraction, Require, etc).

Note: See TracQuery for help on using queries.