From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: C-n is very slow in Font-Lock mode Date: Tue, 26 Apr 2005 06:05:41 -0400 Message-ID: References: <01c54841$Blat.v2.4$8f503680@zahav.net.il> <01c54917$Blat.v2.4$b975aea0@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114510142 15361 80.91.229.2 (26 Apr 2005 10:09:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2005 10:09:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 26 12:09:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQMzT-0006N8-2m for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 12:08:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQN5A-0004Fj-GD for ged-emacs-devel@m.gmane.org; Tue, 26 Apr 2005 06:14:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQMz1-00028R-Ru for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:08:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQMz0-00026p-OE for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:07:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQMz0-0001ci-7k for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:07:58 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQN1E-0005Fp-Kl for emacs-devel@gnu.org; Tue, 26 Apr 2005 06:10:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DQMwn-0001uj-Ft; Tue, 26 Apr 2005 06:05:41 -0400 Original-To: Eli Zaretskii In-reply-to: <01c54917$Blat.v2.4$b975aea0@zahav.net.il> (eliz@gnu.org) 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:36402 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36402 > 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? No, because I want to fix this, not work around it. vertical-motion is a cursor motion function. It should not fontify anything.