From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steven Huwig Newsgroups: gmane.emacs.devel Subject: Re: commends in Python mode Date: Wed, 27 Dec 2006 07:16:07 -0500 Message-ID: <23511492-6F31-4EC5-BEB2-4951CCDA9AE6@acm.org> References: <200612260030.49345.pogonyshev@gmx.net> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167221787 2199 80.91.229.10 (27 Dec 2006 12:16:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 27 Dec 2006 12:16:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 27 13:16:20 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 1GzXhh-0001NA-3Y for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 13:16:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzXhg-00023Q-HD for ged-emacs-devel@m.gmane.org; Wed, 27 Dec 2006 07:16:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzXhT-000232-TG for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:16:03 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzXhR-000201-9T for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:16:03 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzXhQ-0001zl-Ob for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:16:00 -0500 Original-Received: from [64.233.166.179] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GzXhQ-0000wV-HI for emacs-devel@gnu.org; Wed, 27 Dec 2006 07:16:00 -0500 Original-Received: by py-out-1112.google.com with SMTP id u77so2207326pyb for ; Wed, 27 Dec 2006 04:16:00 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:subject:date:to:x-mailer:from; b=LTAdsa4JamSWtUqk/jGvEpOh7SrgA1q35+sYZBgrd3S4QQb0+/SiqeUhHfZk1/xPMpibPUM/707MHttWYdgSokmtZI21WPGQJ4Dp9bSiRjiq9LDyCBcLSGyVh6RiZHzSSYDe8GDH4zr3Lg7A+1An7E9ES7z3iVVDBTYTUQtLtFc= Original-Received: by 10.35.102.1 with SMTP id e1mr10296499pym.1167221759047; Wed, 27 Dec 2006 04:15:59 -0800 (PST) Original-Received: from ?10.0.1.3? ( [24.95.36.8]) by mx.google.com with ESMTP id 38sm66448546nzk.2006.12.27.04.15.57; Wed, 27 Dec 2006 04:15:58 -0800 (PST) In-Reply-To: <200612260030.49345.pogonyshev@gmx.net> Original-To: Paul Pogonyshev X-Mailer: Apple Mail (2.752.2) 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:64335 Archived-At: 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