Skip to content
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

Have C-c C-a run asynchronous #25

Open
dinojr opened this issue Apr 8, 2017 · 2 comments
Open

Have C-c C-a run asynchronous #25

dinojr opened this issue Apr 8, 2017 · 2 comments

Comments

@dinojr
Copy link

dinojr commented Apr 8, 2017

I noticed that compile-commands-until-done sets TeX-process-asynchronous to nil. When I hack it to set it to true, I sometimes get some concurrent LaTeX process running at the same time. Could it be avoided ? It's a pity having to wait for a long compile time when one could be writing the next part.

@Malabarba
Copy link
Owner

Yes, that can be done by rewriting the function in terms of a process sentinel (or maybe hooks). It would take a bit of work though, and I probably won't have time for it.

PRs welcome.

@dinojr
Copy link
Author

dinojr commented Apr 12, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants