Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] focus on current goal

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] focus on current goal


chronological Thread 
  • From: Hendrik Tews <tews AT os.inf.tu-dresden.de>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] focus on current goal
  • Date: Wed, 07 Dec 2011 10:37:58 +0100

Gert Smolka 
<smolka AT ps.uni-saarland.de>
 writes:

   Can I switch Coq's subgoal display in a mode where it shows
   only the current subgoal? 

I just noticed yesterday that Proof General provides the
necessary infrastructure for years already: proof-shell-end-goals-regexp

There were however two problems. First, Proof General leaves the
*goals* buffer empty, when proof-shell-end-goals-regexp was set
but did not match. Second, when it matched, Proof General showed
everything including the match.

Because occasionally I also had the wish to hide the subgoal
noise, I fixed those things and added an entry "Hide Additional
Subgoals" in the Coq->Settings menu. You'll find all that in the
latest cvs development version of Proof General.

Bye,

Hendrik Tews



Archive powered by MhonArc 2.6.16.

Top of Page