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: comments in Python mode Date: Thu, 4 Jan 2007 18:59:40 -0500 Message-ID: References: <200612260030.49345.pogonyshev@gmx.net> <23511492-6F31-4EC5-BEB2-4951CCDA9AE6@acm.org> <200612271907.20325.pogonyshev@gmx.net> <07DE5CAC-02F8-4752-8A5A-DA53945A0907@acm.org> NNTP-Posting-Host: lo.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 1167955206 16864 80.91.229.12 (5 Jan 2007 00:00:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 00:00:06 +0000 (UTC) Cc: Steven Huwig , emacs-devel@gnu.org, Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 05 01:00:04 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H2cV9-0007KX-Ow for ged-emacs-devel@m.gmane.org; Fri, 05 Jan 2007 01:00:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2cV9-00063h-6h for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 19:00:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2cUx-00062a-0B for emacs-devel@gnu.org; Thu, 04 Jan 2007 18:59:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2cUt-0005zP-RL for emacs-devel@gnu.org; Thu, 04 Jan 2007 18:59:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2cUt-0005zA-Mn for emacs-devel@gnu.org; Thu, 04 Jan 2007 18:59:47 -0500 Original-Received: from [64.233.166.183] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2cUs-0002Pl-QI for emacs-devel@gnu.org; Thu, 04 Jan 2007 18:59:47 -0500 Original-Received: by py-out-1112.google.com with SMTP id u77so3403985pyb for ; Thu, 04 Jan 2007 15:59:45 -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=HVAd10Xx/MOaM3aZu4ejb/LJtGbDFbWtYCEpNu29Zai826UH+Nfcd5WhzyxqLBaOkZUMgdI/NzES1eqn+s9ArQd//anhi/kWWdQBFwOjjBEFO0Ncew2m3iTuBDa4W05ucOoEN28GGAaE3fQ2QaEgz48YDFB1T+4736m5EQhenC8= Original-Received: by 10.35.21.1 with SMTP id y1mr42728850pyi.1167955185534; Thu, 04 Jan 2007 15:59:45 -0800 (PST) Original-Received: from ?10.0.1.3? ( [24.95.36.8]) by mx.google.com with ESMTP id 24sm19018172nzn.2007.01.04.15.59.43; Thu, 04 Jan 2007 15:59:43 -0800 (PST) In-Reply-To: Original-To: Chris Moore 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:64795 Archived-At: On Jan 3, 2007, at 7:08 PM, Chris Moore wrote: > Steven Huwig writes: > >> Maybe we are looking at different behavior. I checked that >> show-paren-mode and forward- and backward-sexp worked. Is that what >> you are doing? > > It's what I'm doing, and it fails for me, using python.el revision > 1.52, which hasn't been changed for a month or so. > > I've tried lots of older versions of python.el, but they all (1.1, > 1.10, 1.20, 1.30, 1.40, 1.49 - 1.52) exhibit the same problem. I > guess the problem is in some other source file. Well, I rebuilt my emacs from CVS on Jan 1, and it still works fine for me. This is quite strange. Is there anyone else *besides* me that can input test = (1, # Apostrophe: ' 2) into a Python buffer and have the sexp-based commands work correctly? -- Steve