[Github-comments] [geany/geany-plugins] GeanyLatex and "Make": Shortcuts become disabled (#282)

Colomban Wendling notifications at xxxxx
Fri Apr 29 00:00:11 UTC 2016


> However, I believe that Geany should be able to `make` again as soon as `make` returns, so I do consider this a bug.

I don't think so.  I'm not so much knowledgeable about that, but AFAIK for the background jobs not to block Geany's spawning, it would require for Geany to inherit those children from the process it spawned, as they didn't deamonize themselves and need a parent.
I don't know what Geany could even do (portably, nonetheless) to achieve that, but I'm not quite sure it makes much sense to support that.

I understand your use case, but it seems fairly hacky to put that in the Makefile.  I myself do something similar with Lilypond files, but have a separate (run) command to show the generated PDF, which doesn't have the problem you're facing.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/282#issuecomment-215597208
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160428/81b93c90/attachment.html>


More information about the Github-comments mailing list