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: 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 11:07:25 +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-io0-f181.google.com
- Ironport-phdr: 9a23:NsPMPxS+fOLRsy4+EcnW9ozludpsv+yvbD5Q0YIujvd0So/mwa6ybBaN2/xhgRfzUJnB7Loc0qyK6/umATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfb1/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRAAoy+YYsBD+QPM+VFoYfju1QAogCzBRW1BO711jNEmmP60K883u88EQ/GxgsgH9cWvXnIqtX6Kb0SXv63zKLV0DjMde5W1inn6IPVdR0uu/eMUq9qccXPy0kjDRjKgU+NqYP7JTOYzf4Cs26G4Op6S+2viXQrpB12ojiq38ohjJTCiIwSylDB7yp5wYA1KMW3SE56fd6kEIZQuDqAO4RqRcMiRmdlszs5xL0eoZO3YjQGxZA9yxPca/GLaZaE7gztWeqLPDt1h29pdKqhixqu7USs1+jxWtS73VtIsiZIl9fMtn4D1xDP78WKSfVw8luk1DuBygze6uBJLEUumqbHNpIszLs9mYcNvkTNGyL2ll75g7OSe0gi5+Om8f7oYq/8qZ+ZL4J0ih/xMqApmsGnBOQ3KAkOX2yC9eS9073v4VT1QLtXgvA1j6XVqp/aJcMcpq62Bw9azJwv5Aq4DzejyNgYnH8HI0xZeB+fkYTlJ1XDLOr7APq/mVigjilnyv7cMrH8AZjBM2DPkLL7crZ8705cxhAzzdda559MEL4BJu/8WlXvu9zaFBM2KBa7w/v5B9VnzY4RQ2SPDbKDMKzMs1+E/P4gI+6JZIMNojbyN+Al5+LyjX8+gVISYa6p3YIOZH+kGvRmPl6WbGH3gtYBFGcKphAxQPbriF2ESz5TZmy9U7gy5jEhW8qaCtLoQZnlq7ic1m/vFZpPI2tCF1qkEHHydozCVe1aOwyIJco0uzoIT7WjA6UoyBy0/FvzzbZ9I+iS8CQFuIjL3d55/eDR0xo18GonXIymz2iRQjQszSszTDgs0fU6+BQlkwbR4e1Dm/VdUOdrybZMWwY+O4TbyrUgWdn0VhjMfJGCT1P0Goz6UwF0dco4xpo1W2g4A8+r10qR1iymGbIX0beMAc5sq/+O7z3KP894jk3++uwhgl0hGJUdMGSngut+8FCWCdeZygOWkKGlcala1ynIpj+O
Yes, I just found out about proof-shell-fiddle-frames, which still
doesn't seem to do what needs to be done, see
https://github.com/ProofGeneral/PG/blob/5d7c77ae029de273724248105f416d57983631b2/BUGS#L38
I think there is a further problem: when the Coq process is killed,
the associated bufferes are killed, and then the associated frames are
killed.
I'll open an issue.
On Fri, Apr 13, 2018 at 10:57 AM, Gaëtan Gilbert
<gaetan.gilbert AT skyskimmer.net>
wrote:
> Why not ask https://github.com/ProofGeneral/PG/issues/ ?
>
> There is variable proof-shell-fiddle-frames which has a suspicious name but
> I don't know if that's what you want.
>
> Gaëtan Gilbert
>
>
> On 13/04/2018 10:34, Andrej Bauer wrote:
>>
>> I apologize for the triviality of this question, but I've just spent
>> an hour reading manuals and the rest of the Internet. I can't be the
>> only one trying to accomplish this.
>>
>> I am on Emacs 25.3 with the latest Proof-general from Homebrew (4.4_2 it
>> seems).
>>
>> I have to monitors and would like to place the *goal* and *response*
>> buffers into separate windows on the second display. This is doable by
>> setting
>>
>> * proof-three-window-enable to t
>> * proof-multiple-frames-enable to t
>> * proof-delete-empty-windows to nil
>>
>> I can manually position the *response* and *goal* frames where I want
>> them to be.
>>
>> The problem is this: every time I kill Coq with C-c C-x, or I just
>> switch to a new buffer and start a new coq session, Proof General
>> moves the two frames back to the first display, on top of my existing
>> Emacs buffer.
>>
>> Is there a way to tell Emacs to bloody leave the frames alone? I don't
>> know of any other application with the audacity to move windows around
>> without explicit user constent.
>>
>> The ideal solution would be to tell Emacs where specifically and of
>> what size the two frames from *response* and *goal* should be.
>>
>> With kind regards,
>>
>> Andrej
>>
>
- Re: [Coq-Club] How to tell proof general to leave the *response* and *goal* frames alone, (continued)
- 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.