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: Andrej Bauer <andrej.bauer AT andrej.com>
- To: Stefan Monnier <monnier AT iro.umontreal.ca>
- Cc: Coq Club <coq-club AT inria.fr>
- Subject: Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone
- Date: Fri, 13 Apr 2018 14:15:15 +0200
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=andrej.bauer AT andrej.com; spf=None smtp.mailfrom=andrej.bauer AT andrej.com; spf=None smtp.helo=postmaster AT mail-it0-f45.google.com
- Ironport-phdr: 9a23:vS02uxG2LyVhnqP70zGSvp1GYnF86YWxBRYc798ds5kLTJ7zos2wAkXT6L1XgUPTWs2DsrQY07GQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDSwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VC+85Kl3VhDnlCYHNyY48G7JjMxwkLlbqw+lqxBm3oLYfJ2ZOP94c6jAf90VWHBBU95QVyNDDIOyb4UBAekcM+hGs4bwvEcOoQekCAWwGO/j1j1Fi3nr1qM6yeQhFgTG0RQ8EtIIrXvUtsv6NKUPWu2o1qbI0CvMb+lL0jr68ofIdA0uoeuSUrJya8be0lMgFx7bgVWKsoHqJTWV2fkXs2eF7epsT/6gi2kiqwxopDWk28QiipHRi44L1lzJ8T91zYU1KNGiVkJ3fNGpHIFfuiyaL4d6XN8uT311tCs/17ELtpy2cDQPxZQpyR7fZeCLfo2L7x/tSOqcJCp3i255d76jghu/9UitxvHgWsSxzlpHoTBKn93Ju30D1RHc8MaKR/1g9Um7wzmPzRrc6uRcLEA0i6XbL5khz6Y1lpUJsETDGjb6mETqjKOKb0kk9Oel5uT9brXpoZ+cMIB0igXgPag0hsO/BuE4PhAPX2id5+u8yKXu8VPlTLhOlPE7kanUvIrEKcgGqaO1GQBY34Y75xa6FTim0dAYnXcdLFJCfRKKl5LmO1fTL/DiE/i/gU6gnyxxyPDbILLhGI7AIWLFkLj8Z7Zy9UxcxBAvwtBY4pJYEqsBL+7rWk/tqNzYCQc0PBCzw+b+EdlyyoceWX+UDaKCK6PTsVqI5vo1LOWWZY8Vviz9K/k/6PL0g385gwxVQa785ocaZnm+VtFhJUOYbGCk1tIGF2ELsxAWTfbtzkCHVjhPfXu7W+Q372doJpihCNLqQIy3jb7J9i6mE4ceMmlABkqBEzHifpiJQd8Fbi6IL80nmTsBA+vyA7Q93A2j4Vepg4FsKfDZr2hB7cq6hYpFotbLnBR3zgRaSsGU0mWDVWZxxzlaTjk6xq1950d6zwXbiPQqs7ljDdVWoshxfEIiL5eFlb5zDdzoVwCHddCMGg7/H4eWRAopR9d0+OcgJkZwH9L400LG1iuuRr4Jz/mFWMFy/aXb0Hz8Yc16ziSe2Q==
After investigating more than I wanted, I can summarize what the problem is:
1. the Coq process is associated with the buffers *goals* and *response*
2. the buffers *goals* and *repsonse* are associated with their
respective frames
3. when the Coq process dies, so do the associated buffers.
4. when a buffer dies, so does the associated frame.
Apply transitivity to 3 and 4.
As the source code of proof general notes, there just isn't a good
solution to the above. Well, maybe one could have some sort of a hook
so that when the frames for *goals* and *response* are created, they
could be given attributes that set their size and placement.
The best solution I could come up with was to use C-c r f and C-c r j
to quickly reconstruct the window layouts.
With kind regards,
Andrej
- [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Stefan Monnier, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Stefan Monnier, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Pierre Courtieu, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Merlin Göttlinger, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Stefan Monnier, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Pierre Courtieu, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Stefan Monnier, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Gaëtan Gilbert, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, Andrej Bauer, 04/13/2018
Archive powered by MHonArc 2.6.18.