What text editor is everyone using for Python

Bruno Desthuilliers bruno.42.desthuilliers at websiteburo.invalid
Wed May 27 11:56:12 EDT 2009


Rhodri James a écrit :
> On Tue, 26 May 2009 14:22:29 +0100, Roy Smith <roy at panix.com> 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.

On this point, indeed. But it also lacks almost every nice feature of 
the One True python-mode (or at least did last time I had to update this 
... ubuntu box at work).




More information about the Python-list mailing list