Is a 'bugfix' version of jed's pymode.sl editor config file available anywhere?

Kenneth McDonald kenneth.m.mcdonald at sbcglobal.net
Tue Jun 8 20:48:22 EDT 2004


I just started using the jed editor, and am really happy with it--
like emacs, but much, much friendlier. However, my python mode
file (the one that came with the 0.99.16 precompiled version of
jed that I got) isn't handling string highlighting properly--
it doesn't understand that '''This 'string' isn't really a string'''
is a single triple quoted string, and instead treats the interior
' marks as string delimiters as well as (correctly) treating the 
''' as single string delimiters. I took a quick look in pymode.sl
and it didn't look hard to fix, for someone familiar with slang's
DFA implmentation and its RE syntax--which I'm not :-( ). So
I thought I would try here first.

Thanks for any suggestions,
Ken



More information about the Python-list mailing list