coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Bas Spitters <b.a.w.spitters AT gmail.com>
- To: Coq Club <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] remote collaborative editing of coq files
- Date: Wed, 14 Oct 2020 21:07:56 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=b.a.w.spitters AT gmail.com; spf=Pass smtp.mailfrom=b.a.w.spitters AT gmail.com; spf=None smtp.helo=postmaster AT mail-yb1-f169.google.com
- Ironport-phdr: 9a23:wiEgZxSC059vHADUoZnxCDasD9psv+yvbD5Q0YIujvd0So/mwa6zYRyN2/xhgRfzUJnB7Loc0qyK6v+mBzVLuMjJmUtBWaQEbwUCh8QSkl5oK+++Imq/EsTXaTcnFt9JTl5v8iLzG0FUHMHjew+a+SXqvnYdFRrlKAV6OPn+FJLMgMSrzeCy/IDYbxlViDanbr5+MRe7oR/Qu8ULjoduN6c8wQbVr3VVfOhb2XlmLk+JkRbm4cew8p9j8yBOtP8k6sVNT6b0cbkmQLJBFDgpPHw768PttRnYUAuA/WAcXXkMkhpJGAfK8hf3VYrsvyTgt+p93C6aPdDqTb0xRD+v4btnRAPuhSwaLDMy7n3ZhdJsg6JauBKhpgJww4jIYIGOKfFyerrRcc4GSWZdW8pcUTFKDIGhYIsVF+cOMuhYoIv9qVUArhWwGBeiC//0xz9UmnP7x7E23/g9HQzE2gErAtIAsG7TrNXwLKofTPq6zLLVxjved/NW2Cv96JTWfRA7uvGHQLV9ftHLxUY1DQ/EgE+cqZf9PzOUyuQNr3aU7/B7Ve+0hG4nrht+ojmrxss2lobJgYcVx0nC+C5kz4k7Oce2R1RnYd64DpRQrSeaOpN2T84tQWxluiY0xqMGtJC7YCQHyJsqywDDZ/GHc4WF/hHuWfqPLDp2gH9oZbOyiwiu/UWi1ODyWcm63EtIoydHlNTHq34D1xvW6sedS/t9+F+s2TmO1wDP6uFEPFs7mbDHJJ4mx748joYcsUPZHi/whkr2iKuWel869ee19uTrerDmpp6AOI9ujQH+KaMumsKjAegiLgcOWG2b9OKh37Pg5U30WKtGguEyn6XDs53XJd4XqrCkDwJRyIov9heyAjOg3d8Fh3cINkhFdwiCj4XxO1HBPvT4DfCnjlSpijhrxvTGMqThA5rWM3TPibnhcat85kNY0gYzwtdf55VbCrEFPv3/QFP+tNvdDhMhMgy0xfjoCMll248ARW6CBrWVPaDSvFOS+O4jPu2BaJUItDv8L/Up//vugmU4mV8Zc6mpx5wXaHWgE/t9OUmWe2Dgg9kbHWcRpgo+TfDqiEGcXj5JfHa/RK085jQhB4KnCYfPXJyigLuE3CujBJ1ZenhGCkyQEXfvb4iLR/AMaDuLLsB9ljwESKOuRpQ61RCusQ/606BoIvDV+i0er5Lj1cJ66/fdlREopnRICJG21HjFZGVplCtcTDgvmat7vEZVy1GZ0KE+jeYORvJJ4PYceA4hfaXEzvBmBsrpElbLON7PVxC9WtS6HTwrVfo+xtYPZwB2HND03UOL5DajH7JAz+/DP5cz6K+JmiGpf58gmUaD77EoihwdeuUKNWCigfQhpQ3aBoqMgk/A0qjzK/Va0ynK+2OOi2GJuRMACVIiYeD+RXkaI3Dug5Hh/EqbFu2hDL0mNk1KzsvQcvIbOO2stk1PQbLYAPqbZmuwn2mqAhPRn+GDaYPrfyMW2yCPUUU=
The following works quite well:
https://github.com/features/codespaces
Getting Coq to run is actually easy. Open a terminal in github
codespaces. Do the regular install, set the path and select "interpret
to point".
On Wed, Oct 14, 2020 at 6:23 PM Abhishek Anand
<abhishek.anand.iitg AT gmail.com> wrote:
>
> When using vscode liveshare with coq (vscoq I guess), do all participants
> see the host's proof window? or each participant independently has coqtop
> running locally to produce the proof window in a non-synced manner?
>
> Thanks,
> -- Abhishek
> http://www.cs.cornell.edu/~aa755/
>
>
> On Wed, Jun 17, 2020 at 2:04 PM Bas Spitters <b.a.w.spitters AT gmail.com>
> wrote:
>>
>> My students are using vscode for this, and I understand it works well.
>> I believe it only has a cloud based solution.
>> https://visualstudio.microsoft.com/services/live-share/
>>
>> On Sat, Jun 13, 2020 at 9:50 PM Abhishek Anand
>> <abhishek.anand.iitg AT gmail.com> wrote:
>> >
>> > At our company, people in different cities/countries often need to
>> > collaboratively edit Coq files.
>> > We have been using tmux+ssh+emacs-console-mode+PG+company-coq solution
>> > for a few years and it works ok.
>> > I have described our setup in the following wiki page:
>> > https://github.com/coq/coq/wiki/Remote-Collaborative-Editing-of-Coq-Files
>> >
>> > Are there other ways people remotely collaboratively edit Coq files?
>> > It would be great to add to that page and/or describe/discuss the setup
>> > in this email thread.
>> >
>> > Thanks,
>> > -- Abhishek
>> > http://www.cs.cornell.edu/~aa755/
- Re: [Coq-Club] remote collaborative editing of coq files, Abhishek Anand, 10/14/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Bas Spitters, 10/14/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Jay Kruer, 10/14/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Maxime Dénès, 10/14/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Kevin Sullivan, 10/15/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Théo Zimmermann, 10/15/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Bas Spitters, 10/15/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Kevin Sullivan, 10/15/2020
- Re: [Coq-Club] remote collaborative editing of coq files, Bas Spitters, 10/14/2020
Archive powered by MHonArc 2.6.19+.