[Github-comments] [geany/geany] Internal problem of Geany's context action & Run/Compile/Build commands (#1801)

elextr notifications at xxxxx
Tue Mar 13 22:05:02 UTC 2018


If we set the Run command (let it be so dull, heh):
> xterm -e /home/me/sh1 $2 $3 "%s"
> and press F5, all we get in xterm is:
> %s

xterm runs the command in a shell, which substitutes $2 and $3 with nothing since they are undefined.

The other problems may be variations of this I suspect or of the several levels of command encoding/decoding that occur.

-- 
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/issues/1801#issuecomment-372834651
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180313/37e1879a/attachment-0001.html>


More information about the Github-comments mailing list