In article <[email protected]>, "Rhodri James" <[email protected]> wrote:
> On Tue, 26 May 2009 14:22:29 +0100, Roy Smith <[email protected]> wrote: > > > My pet peeve is syntax-aware editors which get things wrong. For > > example, > > the version of emacs I'm using now doesn't parse this properly: > > > > '''A triple-quoted string. Some editors won't get this right''' > > > > The solution is to change the outer quotes to double-quotes, but it > > annoys me when I have to change my code to appease a tool. > > It's the separate python-mode that gets this (and much else) wrong. > The Python mode that Ubuntu packages with emacs 22.2.1 works just > fine. Cool. I'll see if I can snarf that and use it instead. -- http://mail.python.org/mailman/listinfo/python-list
