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: Sun, 24 Apr 2005 17:23:07 -0400 Message-ID: References: <01c54841$Blat.v2.4$8f503680@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114377787 9189 80.91.229.2 (24 Apr 2005 21:23:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 24 Apr 2005 21:23:07 +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:23:06 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DPoYd-0000uZ-55 for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 23:22:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPoe1-0004FW-EZ for ged-emacs-devel@m.gmane.org; Sun, 24 Apr 2005 17:28:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPodW-0003z2-CY for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:27:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPodV-0003yV-KU for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:27:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPodV-0003pV-FC for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:27:29 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPod8-0005U9-BB for emacs-devel@gnu.org; Sun, 24 Apr 2005 17:27:06 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DPoZH-0005ED-BO; Sun, 24 Apr 2005 17:23:07 -0400 Original-To: Eli Zaretskii In-reply-to: <01c54841$Blat.v2.4$8f503680@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:36343 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36343 JIT lock is optimized for C-v and similar methods that page by large chunks of text rather than by one line. I am not sure what that means, in concrete terms of Lisp program actions. I'm also not sure what you mean by "make text visible". It turns out that vertical-motion was fontifying all the text that it moved over. That seems to be easy to fix.