From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [quarl@hkn.eecs.berkeley.edu: [bug] python-mode, jit-lock, syntax-pss during file load] Date: Tue, 29 Jun 2004 23:02:38 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088571307 28973 80.91.224.253 (30 Jun 2004 04:55:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 04:55:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 30 06:55:02 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfX7e-0006jn-00 for ; Wed, 30 Jun 2004 06:55:02 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfX7b-0000Wo-00 for ; Wed, 30 Jun 2004 06:54:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfX9H-0001Is-Dh for emacs-devel@quimby.gnus.org; Wed, 30 Jun 2004 00:56:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfWsT-0006ru-2y for emacs-devel@gnu.org; Wed, 30 Jun 2004 00:39:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfWsQ-0006qn-6E for emacs-devel@gnu.org; Wed, 30 Jun 2004 00:39:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfWml-0003dc-DE for emacs-devel@gnu.org; Wed, 30 Jun 2004 00:33:27 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfVMs-00007g-QP for emacs-devel@gnu.org; Tue, 29 Jun 2004 23:02:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BfVMs-0003Wp-8e; Tue, 29 Jun 2004 23:02:38 -0400 Original-To: Stefan In-reply-to: (message from Stefan on 28 Jun 2004 21:09:05 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25316 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25316 My own take on it was mentioned a few weeks ago: move the font-lock-syntactic-keyword stuff to syntax.el (but not just by moving code: redesign the functionality from scratch). That might be the best solution ultimately, but we should not do that now. Can you work on a quicker, easier solution for the sake of the release we are aiming for?