I have python-mode 5.2.0 installed on Emacs 23.3.1. Is there a way to
determine what version of python-mode is currently installed? I'm looking
at 6.0.2 & would like to verify.
Thanks.
___
Python-mode mailing list
[email protected]
http://mail.py
I have probably overlooked something obvious, but after installing
Emacs 22.2, I am not getting code to automatically indent as I
expected in Python mode. Instead, pressing Enter merely takes me back
to column 1 of the next line.
I am seeing "Python" in the status line at the bottom, so I'm assum
On 6/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I suspect that the ability to highlight syntax when using -nw (that is,
not
starting an X-aware instance of Emacs) depends on the terminfo/termcap
description of available for your current $TERM setting.
Thanks for your response. I'll p
I've recently switched to Emacs & have been impressed with
python-mode.elfound at SourceForge. Thanks to everyone involved with
its development.
However as a newbie, how is color syntax highlighting enabled? Searching
through Google shows that coloring is already done within python-mode.el,
but