[Geany-Users] setting compile-build command for Allegro

2016-08-08 Thread Amir Teymuri
I want to compile a source code of the Allegro game library.After some googling i found this compile command ( |g++hello.cpp -o hello -I/usr/include/allegro5 -L/usr/lib -lallegro| )which runs the program. How can i set this as compile command in geany, and is there a way not having to switch

[Geany-Users] Geany and CommonLisp

2016-08-04 Thread Amir Teymuri
Has anyone experiences with setting up Geany as IDE for commonlisp? I have sbcl installed, this is the output of|whereis sbcl|: |sbcl:/usr/bin/sbcl /usr/lib/sbcl /etc/sbcl.rc /usr/share/man/man1/sbcl.1.gz| However when i run a program with F5 in Geany i get this in the terminal seeming it

Re: [Geany-Users] Users Digest, Vol 127, Issue 11

2016-05-23 Thread amir teymuri
When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..." Today's Topics: 1. Execute command not working (amir teymuri) 2. Re: Execute command not working (Colomba

[Geany-Users] Execute command not working

2016-05-22 Thread amir teymuri
Hello, i wanted set up geany to do autopep8 for python files, now i have messed up a bit in Build>Set build commands so that hitting F5 doesn't execute the code anymore! :-( I think it should be something with the *Execute Command *dialog-box, what should come here? And does anyone have any

[Geany-Users] installing LispEdit plugin

2016-05-11 Thread amir teymuri
I am following the instructions in the HOWTO.pdf in https://github.com/tgutu/geanylispedit. I am using ubuntu 16 and have geany installed via software center. In /usr/lib/ there is no directory named geany, where i should put the so file in, as instructed in the pdf file. I have created a

Re: [Geany-Users] Users Digest, Vol 127, Issue 4

2016-05-08 Thread amir teymuri
at users-ow...@lists.geany.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Users digest..." Today's Topics: 1. running clojure programm in geany (amir teymuri) 2. Bracket autocompletion inside other brackets (amir teymuri) 3. R

[Geany-Users] running clojure programm in geany

2016-05-07 Thread amir teymuri
I am new to geany. I want to use geany for writing clojure since i read that clojure is now supported in geany. When i run the programm with F5 i get this message: *./geany_run_script.sh: 5: ./geany_run_script.sh: clj: not found* Has any one experinces setting up geany for using clojure?

[Geany-Users] Keyboard shortcut for Search gui-window

2016-05-03 Thread amir teymuri
Does any one know if there is a keyboard shortcut for closing the Search/Find window instead of using mouse? Just like Ctrl+f to open it? Cheers, Amir -- sent from debian ___ Users mailing list Users@lists.geany.org

[Geany-Users] geany cursor/caret shape

2016-05-03 Thread amir teymuri
I have Geany installed via apt-get on debian 8. I want to set the caret shape to be a block, but i can't find any |filetypes.common| in my |.config/geany/filedefs|. How can i do this? -- sent from debian ___ Users mailing list Users@lists.geany.org

Re: [Geany-Users] Users Digest, Vol 126, Issue 7

2016-04-27 Thread amir teymuri
@James Brierley: ok, thanks. And what would you use for searching backwards? ___ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users

[Geany-Users] Running Clojure / Lisp files in Geany

2016-04-27 Thread amir teymuri
Hello, Has any one experience on setting up Geany for working on Lisps (including Clojure)? Can someone help me to set up geany for this purpose? Thanks, Amir ___ Users mailing list Users@lists.geany.org

[Geany-Users] Clojure Files in Geany

2016-04-24 Thread Amir Teymuri
Hello, When i open a clojure file the filetype at the bottom of the window is set to filetype:None. I am using Geany version 1.25 and thought from the release informations that clojure files are supported there also. How can i activate the clojure filetype and run clojure files?   Regards, AT.