Skip to content Skip to sidebar Skip to footer
Showing posts with the label Emacs

Use Emacs(aquamacs) With Python 3.2

The default python version on mac osx snow leopard is python 2.6.1. I am learning python 3, so I ha… Read more Use Emacs(aquamacs) With Python 3.2

Emacs And Python Environment

I have a local Python installation in //anaconda/bin/python In the command prompt $python >>i… Read more Emacs And Python Environment

What's The Best Way To Sort Class Definitions In A Python Source File?

I have a .py source with many class definitions, like so: class C: # code c class A: # cod… Read more What's The Best Way To Sort Class Definitions In A Python Source File?

Emacs Python Error Delay

I'm using Python 3.3 and Emacs 23.4 on Windows 7. I'm getting some odd behaviour when usin… Read more Emacs Python Error Delay

Emacs C-c C-c For Python Code

I'm new to using emacs as an IDE to python. I have pymode and Ropemacs active. My understandi… Read more Emacs C-c C-c For Python Code

Emacs: Kill Running Python Script

I don't know if this is a bug with matplotlib/python but running the following from emacs remov… Read more Emacs: Kill Running Python Script