From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Redundant font-locking in comint buffers Date: 01 Jun 2004 20:04:02 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086134700 30447 80.91.224.253 (2 Jun 2004 00:05:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2004 00:05:00 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 02 02:04:55 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 1BVJFX-0004mB-00 for ; Wed, 02 Jun 2004 02:04:55 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BVJFW-0008QU-00 for ; Wed, 02 Jun 2004 02:04:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVJFm-0003AN-Oq for emacs-devel@quimby.gnus.org; Tue, 01 Jun 2004 20:05:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BVJFP-0002v0-Ix for emacs-devel@gnu.org; Tue, 01 Jun 2004 20:04:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BVJFN-0002sw-I3 for emacs-devel@gnu.org; Tue, 01 Jun 2004 20:04:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BVJFN-0002st-EY for emacs-devel@gnu.org; Tue, 01 Jun 2004 20:04:45 -0400 Original-Received: from [206.47.199.141] (helo=simmts12-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BVJEh-0004T0-9n for emacs-devel@gnu.org; Tue, 01 Jun 2004 20:04:03 -0400 Original-Received: from empanada.local ([67.70.165.15]) by simmts12-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20040602000402.OUSW7199.simmts12-srv.bellnexxia.net@empanada.local>; Tue, 1 Jun 2004 20:04:02 -0400 Original-Received: by empanada.local (Postfix, from userid 502) id 6F1FD1C24AC; Tue, 1 Jun 2004 20:04:02 -0400 (EDT) Original-To: emacs-devel@gnu.org In-Reply-To: Original-Lines: 8 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:24373 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24373 > So I suggest the patch below which wraps all the text-property manipulation > inside `inhibit-modification-hooks' to make sure font-lock will not be > unnecessarily triggered. Installed, Stefan