Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] remote collaborative editing of coq files

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] remote collaborative editing of coq files


Chronological Thread 
  • From: Jay Kruer <j AT dank.systems>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] remote collaborative editing of coq files
  • Date: Wed, 14 Oct 2020 15:24:11 -0400
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=j AT dank.systems; spf=Pass smtp.mailfrom=j AT dank.systems; spf=None smtp.helo=postmaster AT mout-p-103.mailbox.org
  • Ironport-phdr: 9a23:ejyVDRViT/M0GmQDHQCtIEKvenrV8LGtZVwlr6E/grcLSJyIuqrYbBKOt8tkgFKBZ4jH8fUM07OQ7/m/HzJZqs/f+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe7x/IAi0oAnLt8QanIRuJrswxxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKjg0+3zVhMNtlqJWuA6uqRN/zYHbfY+bOvlwfq3fct0EXmdBQt9RVyldDo+gc4cCDewMNvtYoYnnoFsOqAOzCw22C+Lv1zRGg2X23bAk3OQ7DArL2w4gEskTv3vOqtX1N70eUfu1zanT0TXMcfZW2Szk5YXObxsuru2CU6hqfsrN1UkgCRnFjlOIpIHkPz2b2foAvmiY4ud9W+yilXMqpx1xrzWswsoihIfHiIwJxl3Z+it3z5g4KMO4RUNlbtCpE4Vcuz2YOoZyXs8vRXxjtig9yr0Do5G7fS4KxYwoxx7ed/yHc5WI7Qn5WOmNJjd4gWppd664hxao90iv1On8Vs2u3FlUsyVFj8HAtnUM1xPP8MiHTeB9/kCv2TaTzQzc9uZEIUUymKHGKJAh2qY9m5kPvUjZACP7l1j6gLWWe0gl4OSk9uXqbqj+qpKfK4N4kB/yP6szlsClAOk0LhICU3aU9Oig0rDo4Ff3T69QjvIsl6nUqJDaKtofpq6+GwJV14Ej6wujDzu/yNQUhGQLIE5LdR6diojmIVDOIPTjAve4jFWgijBrx+rJPrH5A5XNKGbMkKv5cLt+90JQ0hQ/wN9C655OCrwMIej/VlLwudDFFhM5Nha7w+fjCNVzzIMeXmePD7ebMK7JrFCH/OQvI+qWaI8OuDf9MOQl6ODrjX8igVMdZ7Wm3YMLaHCkGfRrO1mWYX31gtsYDWgKuhc+Q/fxhV2ZUT9TYm6yULgm6jE6DoKmF4bDSZq3jLyPxifoVqFRM2tBExWHFWriX4SCQfYFLiyIceF7lTlRd7GwA6w7yBy0/Fv447ZuKOmS4TwDqZ/mz44mtKXoiRgu+GksXIym2GaXQjQsxzJad3oNxKl65HdF5BKG2Kl8jeZfEIUPtf9AVAR8Lo/H0+F/EIKrA1+TTpKyUF+jB+6eL3QxQ9Y2mYNcZkFgB5C6y0mbhGyvCr4RnbubQpsu/fCEhiSjF4NG03/DkZIZoRw+WMIWaT+qj6h8sRPCHJLEll7Lz6s=

I think the codespaces feature isn't generally available yet, which might be
problematic for some coq-club readers.

> On Oct 14, 2020, at 3:08 PM, Bas Spitters <b.a.w.spitters AT gmail.com> wrote:
>
> 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/



Archive powered by MHonArc 2.6.19+.

Top of Page