stuck with tabs? check
try emacs 23 using python.el? check
I ran into the same wall as you recently ... what I found out is that I really hate tabs and that I find the value of the python skips incredibly annoying.
Do you set tab width in your init or with customization?
I had to change the tab width in the โEditing Basicsโ section, setting up โ4 spacesโ in (to have something in common with the global / local area) to add tabs . But the fun does not end ... python.el seems to only want to back down to the first tab stop (now this column 4), and no further, no matter what I set for the indent-tab-mode or tab-always parameter -indent to. I finally gave up and reverted to using python-mode.el, which has its own set of features, but at least the python code delays "correctly."
source share