From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: comments in Python mode Date: Wed, 27 Dec 2006 19:07:20 +0200 Message-ID: <200612271907.20325.pogonyshev@gmx.net> References: <200612260030.49345.pogonyshev@gmx.net> <23511492-6F31-4EC5-BEB2-4951CCDA9AE6@acm.org> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167239237 21859 80.91.229.10 (27 Dec 2006 17:07:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 17:07:17 +0000 (UTC) Cc: Steven Huwig Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 18:07:15 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzcFD-0003g0-LA for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 18:07:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzcFD-0000w3-5c for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 12:07:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzcAO-0002sy-B0 for emacs-devel@gnu.org; Wed, 27 Dec 2006 12:02:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzcAM-0002q6-3V for emacs-devel@gnu.org; Wed, 27 Dec 2006 12:02:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzcAL-0002pJ-27 for emacs-devel@gnu.org; Wed, 27 Dec 2006 12:02:09 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1GzcAK-0006fU-Ai for emacs-devel@gnu.org; Wed, 27 Dec 2006 12:02:08 -0500 Original-Received: (qmail invoked by alias); 27 Dec 2006 17:02:07 -0000 Original-Received: from unknown (EHLO [80.94.234.60]) [80.94.234.60] by mail.gmx.net (mp029) with SMTP; 27 Dec 2006 18:02:07 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: <23511492-6F31-4EC5-BEB2-4951CCDA9AE6@acm.org> Content-Disposition: inline X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:64359 Archived-At: Steven Huwig wrote: > > 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? Weird, because I just tested and sexp scanning is still broken. I updated from CVS, opened `python.el' and invoked `eval-buffer'. No change. Paul