From unknown Thu Aug 14 22:23:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10741: missing comment-start-skip python.el Resent-From: Thomas Bach Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 06 Feb 2012 23:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10741 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 10741@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.132857195620530 (code B ref -1); Mon, 06 Feb 2012 23:46:02 +0000 Received: (at submit) by debbugs.gnu.org; 6 Feb 2012 23:45:56 +0000 Received: from localhost ([127.0.0.1]:57787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuYFv-0005L4-3K for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:45:55 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33776) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuY39-00050V-4r for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:32:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuY2C-0003TI-GP for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:31:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:56086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuY2C-0003TD-Bc for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:31:44 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuY2B-0004dZ-AA for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 18:31:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuY29-0003SC-QA for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 18:31:43 -0500 Received: from mailgate-02.zdv.uni-mainz.de ([134.93.178.246]:4905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuY29-0003R5-GN for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 18:31:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-mainz.de; i=thbach@students.uni-mainz.de; q=dns/txt; s=ironport; t=1328571101; x=1360107101; h=from:to:subject:date:message-id:mime-version; bh=sV6V4+zM9Ksbgqhtufx+yjcECC/E9/p1Obm0HtYbrDM=; b=kF2jDT9RF+akCz93KA4xtbkg8zlgI3EGY0TXlS01W09JDgBxrQbRLsax F06iuY4mqPYbsuPVIfqeDmp4Ea86BOxE/rtd192/Ky7VwDWBAerKo2gtb e9bYIgcAh9jwOfIkpEozQVRF3qzw+HSMRB5p7pOzBBw2L01IThugLAQ4Z w=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAHFiME8KXgZQ/2dsb2JhbABDsEqDLjQBLSCIEpg9oDSLWQYBDA0GCQ0PAQIBgnEdAyhsPIMcBJUoklw Received: from e14hub-01.zdv.uni-mainz.de ([10.94.6.80]) by mailgate-02.zdv.uni-mainz.de with ESMTP; 07 Feb 2012 00:31:39 +0100 Received: from jubold.box (85.55.52.96) by mail.uni-mainz.de (10.94.6.82) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 7 Feb 2012 00:31:39 +0100 From: Thomas Bach Date: Tue, 7 Feb 2012 00:31:26 +0100 Message-ID: <87haz35yk1.fsf@jubold.box> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [85.55.52.96] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.2 (----) X-Mailman-Approved-At: Mon, 06 Feb 2012 18:45:52 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Hi there, I'm currently working on a better Python integration in CEDET. I observed that python.el doesn't define `comment-start-skip' which is now set by CEDET via `python-mode-hook' to "#+\\s-*". Anyway, I wondered if this could make its way into python.el as that is actually the proper place. Note: python-mode.el defines `comment-start-skip' as "^[ \t]*#+ *". Regards, Vincent. From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 06 18:46:36 2012 Received: (at control) by debbugs.gnu.org; 6 Feb 2012 23:46:36 +0000 Received: from localhost ([127.0.0.1]:57792 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuYGa-0005Me-7I for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:46:36 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:55359 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuYGY-0005MY-Py for control@debbugs.gnu.org; Mon, 06 Feb 2012 18:46:35 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RuYFi-0000Vt-3K for control@debbugs.gnu.org; Mon, 06 Feb 2012 18:45:42 -0500 Date: Mon, 06 Feb 2012 18:45:42 -0500 Message-Id: Subject: control message for bug 10741 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) merge 1985 10741 From unknown Thu Aug 14 22:23:09 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10741: missing comment-start-skip python.el Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 07 Feb 2012 03:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 10741 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Thomas Bach Cc: 10741@debbugs.gnu.org Received: via spool by 10741-submit@debbugs.gnu.org id=B10741.132858422515512 (code B ref 10741); Tue, 07 Feb 2012 03:11:02 +0000 Received: (at 10741) by debbugs.gnu.org; 7 Feb 2012 03:10:25 +0000 Received: from localhost ([127.0.0.1]:57939 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RubRp-000429-BK for submit@debbugs.gnu.org; Mon, 06 Feb 2012 22:10:25 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:6497) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RubRn-00041x-IU for 10741@debbugs.gnu.org; Mon, 06 Feb 2012 22:10:23 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EALCVME9MCqD0/2dsb2JhbABDr0aBBoFyAQEEAVYjBQsLDiYSFBgNJIgPuR2LWBICAgMGAgQCAQQCAgwGCgECAYQdAQQEHoM5BIhEmwOEWg X-IronPort-AV: E=Sophos;i="4.73,374,1325480400"; d="scan'208";a="161569566" Received: from 76-10-160-244.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.244]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Feb 2012 22:09:24 -0500 Received: by pastel.home (Postfix, from userid 20848) id 84C5358BE3; Mon, 6 Feb 2012 22:09:24 -0500 (EST) From: Stefan Monnier Message-ID: References: <87haz35yk1.fsf@jubold.box> Date: Mon, 06 Feb 2012 22:09:24 -0500 In-Reply-To: <87haz35yk1.fsf@jubold.box> (Thomas Bach's message of "Tue, 7 Feb 2012 00:31:26 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.9 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.9 (-) > I'm currently working on a better Python integration in CEDET. I > observed that python.el doesn't define `comment-start-skip' which is now > set by CEDET via `python-mode-hook' to "#+\\s-*". Calling comment-normalize-vars will setup comment-start-skip if needed. Stefn From unknown Thu Aug 14 22:23:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Thomas Bach Subject: bug#10741: closed (Re: bug#10741: missing comment-start-skip python.el) Message-ID: References: <87haz35yk1.fsf@jubold.box> X-Gnu-PR-Message: they-closed 10741 X-Gnu-PR-Package: emacs Reply-To: 10741@debbugs.gnu.org Date: Tue, 19 Jun 2012 07:42:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1340091721-20318-1" This is a multi-part message in MIME format... ------------=_1340091721-20318-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10741: missing comment-start-skip python.el which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 10741@debbugs.gnu.org. --=20 10741: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10741 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1340091721-20318-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10741-done) by debbugs.gnu.org; 19 Jun 2012 07:42:00 +0000 Received: from localhost ([127.0.0.1]:47742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgt4a-0005HU-AX for submit@debbugs.gnu.org; Tue, 19 Jun 2012 03:42:00 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34740) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgt4Y-0005HN-6v for 10741-done@debbugs.gnu.org; Tue, 19 Jun 2012 03:41:59 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Sgt1J-0008JQ-5g; Tue, 19 Jun 2012 03:38:37 -0400 From: Glenn Morris To: 10741-done@debbugs.gnu.org Subject: Re: bug#10741: missing comment-start-skip python.el References: <87haz35yk1.fsf@jubold.box> X-Spook: BCCI cybercash Becker Firefly New World Order ASPIC X-Ran: R7t=Vp_pj7=dEciup\!lWSy~]u>E8@J=B"sxLcq,yK]{zuR`.8QN^Dt"Q(=%@]/g!?1O}@ X-Hue: blue X-Attribution: GM Date: Tue, 19 Jun 2012 03:38:37 -0400 In-Reply-To: <87haz35yk1.fsf@jubold.box> (Thomas Bach's message of "Tue, 7 Feb 2012 00:31:26 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 10741-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 Thanks for the report. The Emacs trunk has a new python.el, and it seems your issue is fixed there. This should appear in Emacs 24.2. ------------=_1340091721-20318-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Feb 2012 23:45:56 +0000 Received: from localhost ([127.0.0.1]:57787 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuYFv-0005L4-3K for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:45:55 -0500 Received: from eggs.gnu.org ([140.186.70.92]:33776) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RuY39-00050V-4r for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:32:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuY2C-0003TI-GP for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:31:45 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:56086) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuY2C-0003TD-Bc for submit@debbugs.gnu.org; Mon, 06 Feb 2012 18:31:44 -0500 Received: from eggs.gnu.org ([140.186.70.92]:55757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuY2B-0004dZ-AA for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 18:31:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuY29-0003SC-QA for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 18:31:43 -0500 Received: from mailgate-02.zdv.uni-mainz.de ([134.93.178.246]:4905) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuY29-0003R5-GN for bug-gnu-emacs@gnu.org; Mon, 06 Feb 2012 18:31:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uni-mainz.de; i=thbach@students.uni-mainz.de; q=dns/txt; s=ironport; t=1328571101; x=1360107101; h=from:to:subject:date:message-id:mime-version; bh=sV6V4+zM9Ksbgqhtufx+yjcECC/E9/p1Obm0HtYbrDM=; b=kF2jDT9RF+akCz93KA4xtbkg8zlgI3EGY0TXlS01W09JDgBxrQbRLsax F06iuY4mqPYbsuPVIfqeDmp4Ea86BOxE/rtd192/Ky7VwDWBAerKo2gtb e9bYIgcAh9jwOfIkpEozQVRF3qzw+HSMRB5p7pOzBBw2L01IThugLAQ4Z w=; X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEAHFiME8KXgZQ/2dsb2JhbABDsEqDLjQBLSCIEpg9oDSLWQYBDA0GCQ0PAQIBgnEdAyhsPIMcBJUoklw Received: from e14hub-01.zdv.uni-mainz.de ([10.94.6.80]) by mailgate-02.zdv.uni-mainz.de with ESMTP; 07 Feb 2012 00:31:39 +0100 Received: from jubold.box (85.55.52.96) by mail.uni-mainz.de (10.94.6.82) with Microsoft SMTP Server (TLS) id 14.2.247.3; Tue, 7 Feb 2012 00:31:39 +0100 From: Thomas Bach To: Subject: missing comment-start-skip python.el Date: Tue, 7 Feb 2012 00:31:26 +0100 Message-ID: <87haz35yk1.fsf@jubold.box> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [85.55.52.96] X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 06 Feb 2012 18:45:52 -0500 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Hi there, I'm currently working on a better Python integration in CEDET. I observed that python.el doesn't define `comment-start-skip' which is now set by CEDET via `python-mode-hook' to "#+\\s-*". Anyway, I wondered if this could make its way into python.el as that is actually the proper place. Note: python-mode.el defines `comment-start-skip' as "^[ \t]*#+ *". Regards, Vincent. ------------=_1340091721-20318-1-- From unknown Thu Aug 14 22:23:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.428 (Entity 5.428) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: herring@lanl.gov Subject: bug#1985: closed (Re: bug#10741: missing comment-start-skip python.el) Message-ID: References: <4tocy0yrs7.fsf@fencepost.gnu.org> X-Gnu-PR-Message: they-closed 1985 X-Gnu-PR-Package: emacs Reply-To: 1985@debbugs.gnu.org Date: Tue, 19 Jun 2012 07:42:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1340091722-20318-3" This is a multi-part message in MIME format... ------------=_1340091722-20318-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10741: python.el doesn't define `comment-start-skip' which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 1985@debbugs.gnu.org. --=20 10741: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10741 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1340091722-20318-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10741-done) by debbugs.gnu.org; 19 Jun 2012 07:42:00 +0000 Received: from localhost ([127.0.0.1]:47742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgt4a-0005HU-AX for submit@debbugs.gnu.org; Tue, 19 Jun 2012 03:42:00 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:34740) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Sgt4Y-0005HN-6v for 10741-done@debbugs.gnu.org; Tue, 19 Jun 2012 03:41:59 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Sgt1J-0008JQ-5g; Tue, 19 Jun 2012 03:38:37 -0400 From: Glenn Morris To: 10741-done@debbugs.gnu.org Subject: Re: bug#10741: missing comment-start-skip python.el References: <87haz35yk1.fsf@jubold.box> X-Spook: BCCI cybercash Becker Firefly New World Order ASPIC X-Ran: R7t=Vp_pj7=dEciup\!lWSy~]u>E8@J=B"sxLcq,yK]{zuR`.8QN^Dt"Q(=%@]/g!?1O}@ X-Hue: blue X-Attribution: GM Date: Tue, 19 Jun 2012 03:38:37 -0400 In-Reply-To: <87haz35yk1.fsf@jubold.box> (Thomas Bach's message of "Tue, 7 Feb 2012 00:31:26 +0100") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: 10741-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) Version: 24.2 Thanks for the report. The Emacs trunk has a new python.el, and it seems your issue is fixed there. This should appear in Emacs 24.2. ------------=_1340091722-20318-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at quiet) by emacsbugs.donarmstrong.com; 22 Jan 2009 02:55:50 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-3.0 required=4.0 tests=X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0M2tlJC024528 for ; Wed, 21 Jan 2009 18:55:48 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1LPphw-0007gl-Qd for quiet@emacsbugs.donarmstrong.com; Wed, 21 Jan 2009 21:54:16 -0500 From: "Davis Herring" To: quiet@debbugs.gnu.org Subject: python.el doesn't define `comment-start-skip' Date: Tue, 13 Jan 2009 13:43:18 -0800 (PST) Lines: 15 X-From-Line: emacs-devel-bounces+rgm=gnu.org@gnu.org Tue Jan 13 16:46:25 2009 Received: from mail.gnu.org ([199.232.76.166]:40426 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LMr5c-00029c-63 for rgm@gnu.org; Tue, 13 Jan 2009 16:46:24 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LMr6s-0004ww-NX for rgm@gnu.org; Tue, 13 Jan 2009 16:47:43 -0500 Received: from lists.gnu.org ([199.232.76.165]:33055) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMr6s-0004wo-8p for rgm@gnu.org; Tue, 13 Jan 2009 16:47:42 -0500 Received: from localhost ([127.0.0.1]:48202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMr6s-0006jq-4P for rgm@gnu.org; Tue, 13 Jan 2009 16:47:42 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMr2l-0003Ej-Vb for emacs-devel@gnu.org; Tue, 13 Jan 2009 16:43:28 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMr2i-0003AZ-05 for emacs-devel@gnu.org; Tue, 13 Jan 2009 16:43:27 -0500 Received: from [199.232.76.173] (port=58601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMr2h-0003AJ-EE for emacs-devel@gnu.org; Tue, 13 Jan 2009 16:43:23 -0500 Received: from mail.lanl.gov ([204.121.3.26]:40862 helo=proofpoint2.lanl.gov) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LMr2h-000466-0V for emacs-devel@gnu.org; Tue, 13 Jan 2009 16:43:23 -0500 Received: from mailrelay1.lanl.gov (mailrelay1.lanl.gov [128.165.4.101]) by proofpoint2.lanl.gov (8.14.3/8.14.3) with ESMTP id n0DLhGU0000990 for ; Tue, 13 Jan 2009 14:43:18 -0700 Received: from localhost (localhost.localdomain [127.0.0.1]) by mailrelay1.lanl.gov (Postfix) with ESMTP id CEA6D541FF1 for ; Tue, 13 Jan 2009 14:43:18 -0700 (MST) X-NIE-2-Virus-Scanner: amavisd-new at mailrelay1.lanl.gov Received: from webmail1.lanl.gov (webmail1.lanl.gov [128.165.4.106]) by mailrelay1.lanl.gov (Postfix) with ESMTP id B6EA3541CC1 for ; Tue, 13 Jan 2009 14:43:18 -0700 (MST) Received: by webmail1.lanl.gov (Postfix, from userid 48) id B4EC91518033; Tue, 13 Jan 2009 14:43:18 -0700 (MST) Received: from 128.165.123.18 (SquirrelMail authenticated user 196434) by webmail.lanl.gov with HTTP; Tue, 13 Jan 2009 13:43:18 -0800 (PST) X-Priority: 3 (Normal) X-Debbugs-No-Ack: yes Importance: Normal X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4, 1.2.40, 4.0.166 definitions=2009-01-13_08:2009-01-08, 2009-01-13, 2009-01-13 signatures=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: herring@lanl.gov List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+rgm=gnu.org@gnu.org X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Message-ID: <4tocy0yrs7.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: Glenn Morris [ resent from http://lists.gnu.org/archive/html/emacs-devel/2009-01/msg00335.html ] It's implied in newcomment.el that `comment-normalize-vars' should be called before using the library, which creates `comment-start-skip' if necessary. However, many programming modes seem to define it themselves; cperl-mode uses "#+ *", and the old python-mode.el uses just "# *". Should this be added? Davis -- This product is sold by volume, not by mass. If it appears too dense or too sparse, it is because mass-energy conversion has occurred during shipping. ------------=_1340091722-20318-3--