[Python-bugs-list] [ python-Bugs-622294 ] python-mode: ' or " inside """

noreply@sourceforge.net noreply@sourceforge.net
Sat, 12 Oct 2002 09:33:44 -0700


Bugs item #622294, was opened at 2002-10-12 07:23
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=622294&group_id=5470

Category: None
Group: Python 2.3
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Matthias Klose (doko)
>Assigned to: Barry A. Warsaw (bwarsaw)
>Summary: python-mode: ' or " inside """

Initial Comment:
[forwarded from http://bugs.debian.org/164423] 

Inside of a multi-line string delimited by
triple-quotes ("""), the syntax highlighting thinks
that " or ' terminates the string.  This is so bad with
", since they usually come in pairs and syntax
highlighting will be correct once the second " is
reached.  However, the apostrophe is often used in
contractions.  Once the apostrophe is hit, the
string-status of the entire rest of the script is
inverted. 


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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-10-12 12:33

Message:
Logged In: YES 
user_id=12800

This is caused by a limitation in Emacs.  See the FAQ

http://www.python.org/emacs/python-mode/faq.html


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

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