Tag Archives: emacs

Why is my Ubuntu 10.04 emacs so messed up?

This is what it looks like, if I install any of the emacs*-gtk packages:  (i.e. the ones that support TTF/Antialiased fonts)

Posted in General | Tagged , , , , , | 2 Comments

flymake for emacs + Python

flymake is an emacs mode that lets you “compile” (or syntax check) your code on the fly. For Python, this means that you can run several syntax checkers, like pep8 or pylint, or pyflakes (or all of the above) while … Continue reading

Posted in General | Tagged , , , , | Leave a comment

Useful keybindings for emacs python-mode

I wrote up this keybinding the other day at work, and found that I missed it when I went home, so I wrote it again from scratch. It allows you easily indent or undent the current region using M-left and … Continue reading

Posted in General | Tagged , | Leave a comment