From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: C-n is very slow in Font-Lock mode Date: Mon, 25 Apr 2005 00:50:06 +0300 Message-ID: <01c54917$Blat.v2.4$b975aea0@zahav.net.il> References: <01c54841$Blat.v2.4$8f503680@zahav.net.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1114379663 14098 80.91.229.2 (24 Apr 2005 21:54:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2005 21:54:23 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 24 23:54:20 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DPp3D-00048C-9K for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 23:54:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPp8b-0000Fk-To for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 17:59:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPp6x-0007sC-Qc for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:57:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPp6u-0007qG-AC for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:57:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPp6u-0006ka-0n for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:57:52 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPp3w-00078y-WB; Sun, 24 Apr 2005 17:54:49 -0400 Original-Received: from zaretski (IGLD-80-230-58-44.inter.net.il [80.230.58.44]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EFQ43197 (AUTH halo1); Mon, 25 Apr 2005 00:51:29 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: (message from Richard Stallman on Sun, 24 Apr 2005 17:23:07 -0400) 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:36347 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36347 > From: Richard Stallman > CC: emacs-devel@gnu.org > Date: Sun, 24 Apr 2005 17:23:07 -0400 > > It turns out that vertical-motion was fontifying all the text that > it moved over. That seems to be easy to fix. Did you try my suggestion of customizing jit-lock-defer-time? I think this is the way of getting what you want; no need to fix anything.