On 09/27/2011 07:33 PM, James Hartley wrote:
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.


C-h v py-version

should do what you want...
Or if you want to make sure that you're actually using it I normally do
C-h c C-c (to see what mode I'm actually using), then you can
C-h f "function"
and jump to the file that you're actually using.

Otherwise maybe faster just do "C-h m" and you get info on the current mode you're using.
_______________________________________________
Python-mode mailing list
Python-mode@python.org
http://mail.python.org/mailman/listinfo/python-mode

Reply via email to