[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
commends in Python mode
From: |
Paul Pogonyshev |
Subject: |
commends in Python mode |
Date: |
Tue, 26 Dec 2006 00:30:49 +0200 |
User-agent: |
KMail/1.7.2 |
Try inputting the following in a Python mode buffer:
test = (1,
# Apostrophe: '
2)
You can see that the apostrophe breaks sexp scanning (the closing
paren is not paired with the opening) and probably more. This
doesn't happen in e.g. C-mode, so it is a problem of Python mode.
Paul
- commends in Python mode,
Paul Pogonyshev <=