I am familiar with python but completely new to Emacs, and I want to start using the latter for coding. In Emacs, I ran
M-x python-mode
And I get
Loading python...
Loading easymenu...done
Loading python...done
And then nothing happens. It doesn't freeze, it doesn't go to python mode...it just doesn't change. Could someone please help me fix this problem? I am running Emacs from the Mavericks terminal.
C-h m(orM-x describe-mode) in that buffer should clearly display Python mode as the major mode. Emacs should automatically usepython-modewhen you visit a python file, however -- you wouldn't commonly need to call the mode manually.