Thank you the dev-team for the great Geany! I have set the Filetype under Documents->set Filetype->Programming language to Clojure Source file. Still when i try to run the following code:
`(print "Clojrue works!")` `(map #(+ % 3.5) [1 2 3 4 5 66])` it couldn't get run and i get the following in the opened terminal: > /tmp/geany_run_script_U407FY.sh: 7: /tmp/geany_run_script_U407FY.sh: clj: not > found Am i missing something? I have the Geany version 1.25 on ubuntu 15.10. --- 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/1007
