Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Switching between Coq installations w/ Proof General

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Switching between Coq installations w/ Proof General


Chronological Thread 
  • From: "Paul A. Steckler" <steck AT stecksoft.com>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Switching between Coq installations w/ Proof General
  • Date: Tue, 15 Mar 2016 12:23:22 -0400
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=stecksoft AT gmail.com; spf=Pass smtp.mailfrom=stecksoft AT gmail.com; spf=None smtp.helo=postmaster AT mail-vk0-f42.google.com
  • Ironport-phdr: 9a23:ZkWcaRCfLTSADPg+CYrWUyQJP3N1i/DPJgcQr6AfoPdwSP7/psbcNUDSrc9gkEXOFd2CrakU26yO6+u+ByQp2tWojjMrSNR0TRgLiMEbzUQLIfWuLgnFFsPsdDEwB89YVVVorDmROElRH9viNRWJ+iXhpQAbFhi3DwdpPOO9QteU1JTnkbjqsMONKyxzxxODIppKZC2sqgvQssREyaBDEY0WjiXzn31TZu5NznlpL1/A1zz158O34YIxu38I46FppIZ8VvDxeL19RrhFBhwnNXo07Yvlr0rtVwyKszEkW3gS2jMOSzPZ4Rr5Wprr+GOurfZw0yqyJtH7RrMvXjq+qaxsTUm72288Kzcl/TSP2YRLh6VBrUf5qg==

Never mind, that's a bug in my compilation of coqtop.

-- Paul

On Tue, Mar 15, 2016 at 12:10 PM, Paul A. Steckler
<steck AT stecksoft.com>
wrote:
> Thanks, that gives me the right coqtop.
>
> But the wrong .vo files are being loaded. I need to set coq-prog-args,
> or something else?
>
> -- Paul
>
> On Tue, Mar 15, 2016 at 11:27 AM, Pierre Courtieu
> <pierre.courtieu AT gmail.com>
> wrote:
>> Hi,
>>
>> Yes the .dir-locals.el is a good solution. Something like this should do
>> the
>> trick:
>>
>> ((nil
>> . ((eval
>> . (progn
>> (setq coq-prog-name "/foo/bar/mycoq/bin/coqtop"))))))
>>
>>
>> Best regards,
>> Pierre
>>
>>
>> Le mar. 15 mars 2016 à 16:13, Paul A. Steckler
>> <steck AT stecksoft.com>
>> a écrit
>> :
>>>
>>> I have a couple of Coq installations, and use Proof General.
>>>
>>> What's the easiest way to have Proof General switch between those
>>> installations?
>>>
>>> I'd like it so that if I open a .v file in a particular directory
>>> tree, it uses one of the
>>> installations, otherwise it uses the other.
>>>
>>> It looks like .dir-locals.el would be involved, but I haven't found
>>> the right incantation.
>>>
>>> -- Paul



Archive powered by MHonArc 2.6.18.

Top of Page