From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Patch: Syntax and Hard Newlines Date: Wed, 29 Nov 2006 06:28:15 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164799749 13434 80.91.229.2 (29 Nov 2006 11:29:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 11:29:09 +0000 (UTC) Cc: rudalics@gmx.at, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 12:28:58 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GpNcC-00005l-J8 for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 12:28:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpNcB-0002TL-LL for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 06:28:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpNbx-0002RD-I0 for emacs-devel@gnu.org; Wed, 29 Nov 2006 06:28:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpNbv-0002Op-Hm for emacs-devel@gnu.org; Wed, 29 Nov 2006 06:28:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpNbv-0002OM-1o for emacs-devel@gnu.org; Wed, 29 Nov 2006 06:28:19 -0500 Original-Received: from [209.226.175.97] (helo=tomts40-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpNbt-0007qJ-57; Wed, 29 Nov 2006 06:28:17 -0500 Original-Received: from pastel.home ([70.53.194.10]) by tomts40-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20061129112816.YNSD3449.tomts40-srv.bellnexxia.net@pastel.home>; Wed, 29 Nov 2006 06:28:16 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id EC06F93A7; Wed, 29 Nov 2006 06:28:15 -0500 (EST) Original-To: "Herbert Euler" In-Reply-To: (Herbert Euler's message of "Wed\, 29 Nov 2006 15\:36\:52 +0800") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) 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:63030 Archived-At: > I got "Fontifying 1.pl...buffer size greater than > font-lock-maximum-size" when evaluating the forms. Which again implies that the buffer had no syntax-table (or face) properties applied. Better set font-lock-maximum-size to nil. And BTW, there's no need to redo the font-lock-mode OFF/ON all the time. You just need to redo the call to parse-partial-sexp. >> From this result I can see the delay caused by > `parse-sexp-lookup-properties'. To me it looked like it was lost in the noise. Stefan