I am trying to configure Emacs23.2 to work with python2.7.3 using the python-mode.el-6.0.7 package
After adding these LISP lines to my .emacs file, as instructed by INSTALL, ...
(add-to-list 'load-path "PATH/TO/PYTHON-MODE/") (setq py-install-directory "PATH/TO/PYTHON-MODE/") (require 'python-mode)
... I open the file foo.py, and until it is all found: python is recognized, the syntax is highlighted, and emacs works well.
But I have a suspicion that I'm missing something or something is wrong ... Basically, because the python-mode package has a few more things to use with python & emacs like pycomplete, pymacs and etc ... it looks like they don't work together when I open emacs and python.
Does anyone know how to properly configure this package so that everything works together correctly?
Any (personal) suggestion is welcome, as I am not a professional with emacs ...!
python emacs configure python-mode
peixe
source share