[Python-mode] Indent bug(?)

David Hemmingsson david.se at home.se
Mon Aug 4 15:33:44 EDT 2003


Thanks for a nice emacs mode!

But today I found that the indentation didnt work when I tried the following:

filen.write("<style type=\"text/css\">\n")
filen.write("a:link{ text-decoration:none; color:#ffffff}\n")
filen.write("a:visited\{ text-decoration:none\; color:#ffffff\}\n")
filen.write("a:active\{ text-decoration:none\; color:#ffffff\} </style>\n")  

If these lines are written and you auto indent them & well, see for yourself.  Of course Its the ':'-sign that is the problem. Can you solve it?

/David Hemmingsson




More information about the Python-mode mailing list