[Python-mode] [ python-mode-Bugs-963247 ] Triple-quoted string font-lock problem

SourceForge.net noreply at sourceforge.net
Sun May 30 15:57:08 EDT 2004


Bugs item #963247, was opened at 2004-05-30 15:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=581349&aid=963247&group_id=86916

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: James B. Reese (jreese99)
Assigned to: Nobody/Anonymous (nobody)
Summary: Triple-quoted string font-lock problem

Initial Comment:
Font-lock in xemacs is not displaying triple-quoted strings correctly. 
For example:

"""
This is "a test" string
on multiple lines.
"""

The phrases "This is " and " string on multiple lines." are formatted 
as strings, but "a test" is not formatted as a string.

It appears that the triple quote is being treated as three 
individual quotation marks instead of as a single entity.

A fix for this will be greatly appreciated. I *love* python-mode.el!

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=581349&aid=963247&group_id=86916



More information about the Python-mode mailing list