emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Joakim Verona] problem with python mode


From: Dave Love
Subject: [Joakim Verona] problem with python mode
Date: Fri, 19 Nov 2004 17:27:19 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.2 (gnu/linux)

It looks like a logic error in what was meant to catch this case.
python-font-lock-syntactic-keywords should match `buffer-start (or
(not (syntax escape)))' before the triple-quoted pattern and then
python-quote-syntax shouldn't check whether char-before is an escape.

--- Begin Message --- Subject: problem with python mode Date: Fri, 19 Nov 2004 14:11:05 +0100 User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)
Hello,

I have a problem with the python mode.

This test case illustrates the problem:

test=""" a pretty long string \"and a string within\""""
#the problem is that you cant have 4 quotes near each other, even if the first 
in the series is escaped
already_here_its_wrecked="""indeed"""


Regards,
/Joakim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]