-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always put newline after conclusion #342
base: async
Are you sure you want to change the base?
Conversation
I will test soon, likely tomorrow. |
It does solve it, but now PG is very "jumpy". I hit |
I guess a principle I'm trying to express is that I'd like PG to continue acting as it does now. If async is enabled, then it's more asynchronous, but it shouldn't feel like a different working environment. The |
To sum up, do you confirm that the small patch of #342 (proposed by @psteckler just before his leaving) fixes your *goals* issue (regarding the hypotheses that were scrolled out of view)? |
Oh, right, I forget about the goals scrolling! I was looking at whether it resets point to the latest error (which it now does). |
And yes, I'm testing current |
Should we merge? |
PG/xml was not putting a newline at the end of the *goals* buffer when there was a single goal. This confused the regexp search in
coq-goals--show-first-goal
.Fixes #233 (I think).