>> Each process quits before processing all of its IO, so the output > ^^^^^^ > > Do you mean "after"?
To Waldek: yes. > Hmm... cannot we also have something like this -paste option > for the .ps file generation? To Ralf: we can, but we also decided to decouple book generation with hypertex pages generation. About the other workaround, yes, we can workaround the problem by running the input file twice, once for the graphics, once for text output. But I believe my patch can handle the IO correctly now, so workaround is not needed. > After, call some routines and close FriCAS with ')q', > HD hasn't the focus. To Greg, thanks for reporting this. This is a not a new issue, but it is newly exposed after my patch. The problem is that in hyper/event.c, it uses "select" instead of "sselect", which means when HyperDoc gets interrupted, the "select" system call is not automatically retried, instead it goes to the X11 event loop and blocked by it. To Greg and Waldek, I'll open a new thread, posting a patch to make HyperDoc exit properly. - Qian -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/76f4af58-2234-4385-8227-6cc65bc51231%40gmail.com.
