I am coding python in emacs. However, somehow the python interpreter running in emacs manages to surprise me. If I write in an emacs buffer, and tell emacs to start an interpreter and run the content of this buffer, I get a buffer containing (Both __main__ and True are the outputs from the print statement; the python buffer always displays
Tag: emacs
How do you get Python documentation in Texinfo Info format?
Since Python 2.6, it seems the documentation is in the new reStructuredText format, and it doesn’t seem very easy to build a Texinfo Info file out of the box anymore. I’m an Emacs addict and prefer my documentation installed in Info. Does anyone have Python 2.6 or later docs in Texinfo format? How did you convert them? Or, is there