You are not logged in.
I have decided to learn emacs, so I want to know which one should I install for python coding. And if the choice is xemacs the which addetional package should i install xemacs-sumo or xemacs-all-packages.
Last edited by jaideep_jdof (2009-09-25 06:09:47)
Offline
I think xemacs is a nearly dead project. I recommend gnu-emacs ("emacs" or "emacs-cvs" in the repos, differences between that two should be small now). It is very actively maintained and has a friendly community. http://www.nabble.com/Emacs-f1569.html
Last edited by Stefan Husmann (2009-09-24 21:42:09)
Offline
thanks for the input. Is there a guide to setup emacs for python and what all plugins i need to install to make emacs a python ide.
Offline
There are /two/ python plugins. On "official" emacs-plugin (bundled with Emacs) and one distributed by Python. They cannot be merge since whoever wrote the Python-Python mode didn't want to publish it under GPL or something like that (there is a long thread about it somewhere on usenet).
To summarize:
pyhton.el is included in emacs 23.
python-mode.el can be obtained from:
https://launchpad.net/python-mode
Or you could install emacs-python-mode from [community]
--Rasmus
Arch x64 on Thinkpad X200s/W530
Offline
I checked the link https://launchpad.net/python-mode and it states that python mode plugin is licensed gpl3. Anyway thanks every one for the help.
Offline
You might want to look at rope too.
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Hello,
Anyone know is there anything like that for Vim?
Thanks.
Edit
Ok I found that:
http://www.vim.org/scripts/script.php?script_id=790
Last edited by SpeedVin (2009-09-25 16:35:47)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline