Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone


Chronological Thread 
  • From: Pierre Courtieu <pierre.courtieu AT gmail.com>
  • To: Coq Club <coq-club AT inria.fr>
  • Cc: Andrej Bauer <andrej.bauer AT andrej.com>
  • Subject: Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone
  • Date: Fri, 13 Apr 2018 14:54:31 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=pierre.courtieu AT gmail.com; spf=Pass smtp.mailfrom=pierre.courtieu AT gmail.com; spf=None smtp.helo=postmaster AT mail-ot0-f176.google.com
  • Ironport-phdr: 9a23:G5QA4RAdCGu3Fk+CuQL4UyQJP3N1i/DPJgcQr6AfoPdwSPv8rsbcNUDSrc9gkEXOFd2Cra4c0KyO6+jJYi8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL1LdrWev4jEMBx7xKRR6JvjvGo7Vks+7y/2+94fcbglUijexe69+IAmrpgjNq8cahpdvJLwswRXTuHtIfOpWxWJsJV2Nmhv3+9m98p1+/SlOovwt78FPX7n0cKQ+VrxYES8pM3sp683xtBnMVhWA630BWWgLiBVIAgzF7BbnXpfttybxq+Rw1DWGMcDwULs5Qiqp4bt1RxD0iScHLz85/3/Risxsl6JQvRatqwViz4LIfI2ZMfxzdb7fc9wHX2pMRsReVyJBDI2ybIUBEvQPMvpDoonhu1cDtweyCRWwCO7tzDJDm3/43bc90+QkCQzIxg0gEMwUsHTOstr+KbkfUeeozKnS0TXDbu1Z2Srg44XPahAhoO+DXahqccXP00UgCwTFjkiKqYz5PjOayPkNvnOU7+plT+2vimonpxttrTiow8chk4/EjZ8WxFDc7Sh0wok4KcelREJlYdOoCphduz+AO4drQM4vQmdlszsgxLIco560Zi0KxYwnxxHBb/yHdJCF4hf5W+aQJTd0nXVleK6jixqr/0is1+/xW8iu3FZFqSpFldbMtnQT2BDJ9seHTf598l+g2TaJyQ/T9vlJLEI7mKbBNpIt3L49moAQvEjdBCP6hUf7ga6OekUh4Oeo6uDnYrv8pp+bMo95khn+MqUwlcylG+Q3LBICUHSc+eShzr3j4Uz5T6tXjvAtnanZtYrVJcUfpqKjHwBV1YMj5w6lDzi6yNQYgWUHLFVddR2biIjpIkjCL+z8DfeimFuhiyxrxvDDPr35GJrBNHnDkLH7fbZ88UFQ0gQzzcoMr65TX5oGObrYXlL7/IjTCQZ8OAipyc7mDs9838UQQzTcLLWeNfbqsFKS/O9nCO6RfpMUtSu1f+Ak6uT0gDkynkIHYaikwLMYbXm5GrJtJEDPMimkucsIDWpf5ll2d+ftklDXFGcLPy/jDZJ53SkyDcedNamGQ4mshLKb2yLiR89ZY2lHDhaHFnK6LtzYCcdJUzqbJ4paqhJBTaKoEtZz2hSntQu8wL1ifLKNp38o8Kn73d0w3NX90BE/8TsuUZaY2mCJCmZoxiYGHmBomq94pkN5xxGI1q0q2/E=

Hi,

The annoying thing here is to have to resize windows each time you
restart coq, isn't it? My guess is that most people killing coq do
want the associated frames to disappear, especially if this is for
doing something else than coq with emacs.

So trying to remember the size and places of frames of response and
goals buffers is the best way to go. This should not be too hard to
implement indeed, using registers. We could also have a special
command "restart coq on this new file without killing frames". For the
latter it would help to know in which scenario you need to restart
coq.

P.



2018-04-13 14:23 GMT+02:00 Stefan Monnier
<monnier AT iro.umontreal.ca>:
>> 3. when the Coq process dies, so do the associated buffers.
>
> This is done by Proof-General, not by Emacs, so that should be "easy" to
> fix.
>
>
> Stefan



Archive powered by MHonArc 2.6.18.

Top of Page