[Github-comments] [geany/geany-plugins] GeanyLatex and "Make": Shortcuts become disabled (#282)
Ben Wiederhake
notifications at xxxxx
Sat Apr 23 12:06:23 UTC 2016
I believe I found the core issue: geany really doesn't like Makefiles that spawn daemons, e.g. contain a target that executes `program &` or similar.
Workaround: as soon as the called `program` returns, geany can `make` again. In my case it's `evince`, which exits immediately if there already is another instance running (which then reloads the PDF in question), so this is very easy for me.
However, I believe that Geany should be able to `make` again as soon as `make` returns, so I do consider this a bug.
---
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-213728241
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160423/9af6fb8f/attachment.html>
More information about the Github-comments
mailing list