From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Moore Newsgroups: gmane.emacs.devel Subject: Re: commends in Python mode Date: Fri, 05 Jan 2007 13:05:40 +0100 Message-ID: References: <200612260030.49345.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167998767 8040 80.91.229.12 (5 Jan 2007 12:06:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 12:06:07 +0000 (UTC) Cc: emacs-devel@gnu.org, Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 05 13:06: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 1H2npi-00078o-7D for ged-emacs-devel@m.gmane.org; Fri, 05 Jan 2007 13:06:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2nph-0002lm-MJ for ged-emacs-devel@m.gmane.org; Fri, 05 Jan 2007 07:06:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H2npU-0002ja-9C for emacs-devel@gnu.org; Fri, 05 Jan 2007 07:05:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H2npR-0002fL-Uw for emacs-devel@gnu.org; Fri, 05 Jan 2007 07:05:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2npR-0002fB-MZ for emacs-devel@gnu.org; Fri, 05 Jan 2007 07:05:45 -0500 Original-Received: from [66.249.92.170] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H2npQ-0005Fv-Vy for emacs-devel@gnu.org; Fri, 05 Jan 2007 07:05:45 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so6362010ugf for ; Fri, 05 Jan 2007 04:05:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:cc:references:from:date:in-reply-to:message-id:user-agent:mime-version:content-type:x-sa-exim-connect-ip:x-sa-exim-mail-from:x-spam-checker-version:x-spam-level:x-spam-status:subject:x-sa-exim-version:x-sa-exim-scanned:sender; b=Ae8QjAxQylDlS9Kg5lHMn9DutHp23CctJnP+wSEEvVffcKMRZ62yzzmIviINBba4V/RigdztsIuOJsdDCXLhDLu1n50h41O5yT4gicZgKKIztwNhyJ6I8dJtkjHTq0rePWBfc0zam2knapN0KquAODzcFMpHIBMED+5/+lQdybM= Original-Received: by 10.66.216.1 with SMTP id o1mr29871733ugg.1167998744017; Fri, 05 Jan 2007 04:05:44 -0800 (PST) Original-Received: from chrislap.local ( [89.176.28.156]) by mx.google.com with ESMTP id o24sm35205255ugd.2007.01.05.04.05.42; Fri, 05 Jan 2007 04:05:43 -0800 (PST) Original-Received: from localhost ([127.0.0.1] helo=chrislap.local) by chrislap.local with esmtp (Exim 4.63) (envelope-from ) id 1H2npM-0003AV-QH; Fri, 05 Jan 2007 13:05:41 +0100 Original-To: Stefan Monnier In-Reply-To: (Stefan Monnier's message of "Thu\, 04 Jan 2007 23\:57\:03 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux) X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: dooglus@gmail.com X-SA-Exim-Version: 4.2.1 (built Sun, 03 Dec 2006 00:39:09 +0000) X-SA-Exim-Scanned: Yes (on chrislap.local) 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:64819 Archived-At: Stefan Monnier writes: > I believe you're just suffering the consequences of having > parse-sexp-ignore-comments set to nil. IMO it should always be set to t, > but for some reason it defaults to nil. Setting parse-sexp-ignore-comments to t fixes the bug for me. Is there a good reason why it defaults to nil, or is this another of the things we're not allowed to talk about?