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: Gaëtan Gilbert <gaetan.gilbert AT skyskimmer.net>
  • To: 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 10:57:26 +0200
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=gaetan.gilbert AT skyskimmer.net; spf=Pass smtp.mailfrom=gaetan.gilbert AT skyskimmer.net; spf=None smtp.helo=postmaster AT relay6-d.mail.gandi.net
  • Ironport-phdr: 9a23:pbD+QhFlQvwmnYnPmp7VGp1GYnF86YWxBRYc798ds5kLTJ7zpcywAkXT6L1XgUPTWs2DsrQY07GQ6/iocFdDyK7JiGoFfp1IWk1NouQttCtkPvS4D1bmJuXhdS0wEZcKflZk+3amLRodQ56mNBXdrXKo8DEdBAj0OxZrKeTpAI7SiNm82/yv95HJbAhEmDSwbaluIBmqsA7cqtQYjYx+J6gr1xDHuGFIe+NYxWNpIVKcgRPx7dqu8ZBg7ipdpesv+9ZPXqvmcas4S6dYDCk9PGAu+MLrrxjDQhCR6XYaT24bjwBHAwnB7BH9Q5fxri73vfdz1SWGIcH7S60/VDK/5KlpVRDokj8KOSMn/mHZisJ+j6xVrxyuqBN934Hab5qYNOZ9c67HYd8WWWRMU8RXWidcAo28dYwPD+8ZMOhZtYb6u0cOogG4BQa0Be3vyztIiWTo0q0gz+QqDAbL3AM6EN0QrHTbttP1OL0dUeC0yKnH1ivMb+lK2Trm84jIcRAgoeqPXbJxdMrRzFcgFxnfglWWt4PlIyqY2+IQuGaV6OpgUPigi28hqwxprTivx9ssionUho0O0FzL6SJ5wIMzKNalS0B7ecapHIVNuyyYLYd7QN8uT3t1tCs5xLAKo4O3cSwJxZg/xhPTdeaLf5WU7h79TuqdPDh1iXF/dL6iiRu+7U6twfDmWMauylZFtC9Fn8HMtn8T0xzT7dCKSuFj8UelwzmO1wHe5vhZLkwukKrUMZ8hwroqmpocq0vDGDL5mETsgK+QaEok5vCk6+XhYrr4up+RL5F4hhz8P6g0mMGzHf40PhUNUmWV4+iwybnu8E7hTLVPlPI2k63ZsJ7AJcQco660GwBV3Zw95BajFTim1s4UnXYGLFJBYx2IkZLpO03VLfDjDve+g0+skDRqx/DDO73uHI/NImLFkLj/YbZx81RcxxYrzdBD+5JUDakML+70Wk/ordDXEhs5MxGvzOv8E9V81oYeWXqVDaODMaPSt0WI5uM1LOWWao8VomW1F/9w7Pn3yHQ9hFU1fK+z3JJRZmrrMO5hJhC2aPnwi9E2PmYOtAckUKS+h1SPTTdVIXmzW6gx/C0TE4G3FoTCQ4WgmvqH0TvtTc4eXXxPFl3ZSSSgTI6DQfpZMHvDcP8kqSQNUP2ac6Fk0BivsAHgzL8+cLjP+TwDtpPm0dVvoeveiUNrrGAmP4Gmy2iIClpMsCYQXTZvgvJkol1myVaG1KVixfpVCY4Lvq4bYkIBLZfZitdCJZXyVwbGJIrbUluiS8T4RD13S9swx5kBakBxGpOkgwyRhyc=

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




Archive powered by MHonArc 2.6.18.

Top of Page