Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] New Coq version not seen by Proof General?

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] New Coq version not seen by Proof General?


Chronological Thread 
  • From: Ralf Jung <jung AT mpi-sws.org>
  • To: coq-club AT inria.fr, Chris Brinkley <Chris.Brinkley AT sslmda.com>
  • Subject: Re: [Coq-Club] New Coq version not seen by Proof General?
  • Date: Sat, 28 Oct 2017 11:01:37 +0200
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=jung AT mpi-sws.org; spf=Pass smtp.mailfrom=jung AT mpi-sws.org; spf=None smtp.helo=postmaster AT jupiter.mpi-klsb.mpg.de
  • Ironport-phdr: 9a23:95l0mRIIkcmswHP15tmcpTZWNBhigK39O0sv0rFitYgUK/nxwZ3uMQTl6Ol3ixeRBMOAtKIC1rKempujcFJDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBX660e/5j8KGxj5KRE9ZqGsQtaT3IyL0LW5/ISWaAFVjhK8Z6lzJVO4t0GZnckMgJAqALwwzBjNr2oAL89W32JzY3iJnhD/4sqh1IV49yFcsrQq8MsWAovgeKFtd7VcAnwELmY6rJnpqB/MZQ6X5z4HTX5QlQBHVVuWpCrmV4v853Op/tF23zOXaIivFeg5

Hi,

> With apologies for tangential elementary question, how do I tell
> ProofGeneral to use a newer version of Coq or a different Coq directory
> than it was previously?   Could not find anything in ProofGeneral doc or
> general google search about this.  I’m sure there must be a way to do
> this, but what is it?
>
>  
>
> I just upgraded Software Foundations to 5.3, and immediately found at
> least one line that used a command unsupported in my previous Coq
> version.  (Command yields “Error: There is no option Warnings.”)  So, I
> used OPAM to install Coq 8.6 (8.7 package not available yet) alongside
> the existing earlier Coq version on my Ubuntu laptop.  Install process
> said something about setting default Coq version to 8.6. 
>
>  
>
> But now when I run the troublesome command from Software Foundations
> 5.3, I still get the same error, which makes me think ProofGeneral is
> not seeing the new Coq version.

Which version of ProofGeneral are you using? Most (all?) distros
package extremely outdated versions. I recommend using the latest
version from GitHub: <https://github.com/ProofGeneral/PG>

Btw, Coq 8.7 is available in opam for 10 days now, ever since
<https://github.com/ocaml/opam-repository/pull/10493> got merged.

Kind regards,
Ralf



Archive powered by MHonArc 2.6.18.

Top of Page