From: defn noob on
Can I run the python interpreter from with in Emacs?

Do i have to change anything then? or is it by default? it already
syntax-highlights python-files.
From: Diez B. Roggisch on
defn noob schrieb:
> Can I run the python interpreter from with in Emacs?

Yes, the python-mode supports that. Make sure to install the proper one

http://www.emacswiki.org/cgi-bin/wiki/PythonMode

> Do i have to change anything then? or is it by default? it already
> syntax-highlights python-files.


See above for docs.

Diez
From: defn noob on
thanks but i dont quite understand the load-path, add to the load
path. the loadpath has a lot of variables.

so where i should i place the python-mode folder and should i then add
that directory to the loadpath?