On Thu, Jul 19, 2001 at 10:21:48AM -0500, Ian Bicking wrote:
> Well, usable for editting and such... syntax highlighting and
> auto-indent don't work, or rather, they tend to work incorrectly.
> 
> Emacs parses the Python and does stuff based on that parse.  The only
> place this causes a problem is typically in doc strings with ''' -- it
> otherwise parses multiline fine.

Syntax highlighting of multiline quoted constructs is iffy anyway.  
Vim normally gets my Python programs right, but sometimes it loses its
place inside triple-quoted strings.  But if you scroll up to the top of the big
block it mishighlighted, it fixes itself.

a2ps sometimes gets tripped up with apostrophes inside triple quotes.
I think vim does sometimes too in SQL queries.  I've been known to
occasionally insert irritated comments in my code:

        # ' <-- This just to satisfy Vim's syntax highlighting.

In spite of this, syntax highlighting is something I can't live without.

-- 
-Mike (Iron) Orr, [EMAIL PROTECTED]  (if mail problems: [EMAIL PROTECTED])
   http://iron.cx/     English * Esperanto * Russkiy * Deutsch * Espan~ol

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to