|
From: | Steven Huwig |
Subject: | Re: commends in Python mode |
Date: | Wed, 27 Dec 2006 07:16:07 -0500 |
On Dec 25, 2006, at 5:30 PM, Paul Pogonyshev wrote:
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
This example works for me in a recent build from CVS. Are you using python.el from Emacs 22, or the old python-mode.el? -- Steve
[Prev in Thread] | Current Thread | [Next in Thread] |