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: Fri, 5 Jan 2007 02:11:56 +0200 Message-ID: <200701050211.57062.pogonyshev@gmx.net> References: <200612260030.49345.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1167955607 18271 80.91.229.12 (5 Jan 2007 00:06:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 00:06:47 +0000 (UTC) Cc: Chris Moore , Steven Huwig Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 05 01:06:44 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 1H2cba-0000et-0w for ged-emacs-devel@m.gmane.org; Fri, 05 Jan 2007 01:06:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2cbZ-0002WN-DE for ged-emacs-devel@m.gmane.org; Thu, 04 Jan 2007 19:06:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2cb3-0002C3-F9 for emacs-devel@gnu.org; Thu, 04 Jan 2007 19:06:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2cb1-00029w-P7 for emacs-devel@gnu.org; Thu, 04 Jan 2007 19:06:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2cb1-00029l-JV for emacs-devel@gnu.org; Thu, 04 Jan 2007 19:06:07 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1H2cb0-00043N-UY for emacs-devel@gnu.org; Thu, 04 Jan 2007 19:06:07 -0500 Original-Received: (qmail invoked by alias); 05 Jan 2007 00:06:06 -0000 Original-Received: from unknown (EHLO [80.94.234.121]) [80.94.234.121] by mail.gmx.net (mp034) with SMTP; 05 Jan 2007 01:06:06 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: 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:64796 Archived-At: Steven Huwig wrote: > 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? Maybe you have customized something. Try running `emacs -Q' (gives the same incorrect behavior here with sources of today CVS.) Paul