[Python-bugs-list] [ python-Bugs-597401 ] python-mode 4.6 & syntax highlighting

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Aug 2002 14:31:51 -0700


Bugs item #597401, was opened at 2002-08-19 17:31
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=597401&group_id=5470

Category: Demos and Tools
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mikhail Terekhov (miketm)
Assigned to: Nobody/Anonymous (nobody)
Summary: python-mode 4.6 & syntax highlighting

Initial Comment:
 emacs 21.1.3 and python-mode 4.6 
 
The following fragment illustrates that single quote after 
triple quotes or single double quote after triple double 
quotes destroys syntax highlighting. 
 
    '''t'his is atest 
    test 
    ''' 
    test 
    te'st 
    test 
    """test 
    test 
    te"st 
    """ 
    test 
 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=597401&group_id=5470