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: Thu, 28 Apr 2005 07:00:26 -0400 Message-ID: References: <01c54841$Blat.v2.4$8f503680@zahav.net.il> <01c54917$Blat.v2.4$b975aea0@zahav.net.il> <85r7gxkf3r.fsf@lola.goethe.zz> <01c54b08$Blat.v2.4$9ce804c0@zahav.net.il> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1114686532 18033 80.91.229.2 (28 Apr 2005 11:08:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Apr 2005 11:08:52 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 28 13:08:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DR6sY-0003Cd-8m for ged-emacs-devel@m.gmane.org; Thu, 28 Apr 2005 13:08:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DR6yf-0002e4-7h for ged-emacs-devel@m.gmane.org; Thu, 28 Apr 2005 07:14:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DR6wN-0001pp-1N for emacs-devel@gnu.org; Thu, 28 Apr 2005 07:12:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DR6wL-0001p1-Tr for emacs-devel@gnu.org; Thu, 28 Apr 2005 07:12:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DR6wL-00018b-Mh for emacs-devel@gnu.org; Thu, 28 Apr 2005 07:12:17 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DR6pz-0006z7-PV for emacs-devel@gnu.org; Thu, 28 Apr 2005 07:05:43 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DR6ks-0005sQ-Q6; Thu, 28 Apr 2005 07:00:26 -0400 Original-To: Eli Zaretskii In-reply-to: <01c54b08$Blat.v2.4$9ce804c0@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:36474 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:36474 1995-03-09 Richard Stallman * simple.el (line-move-ignore-invisible): New variable. (line-move): If that var is set, use vertical-motion. Skip any extra invis chars beyond where vertical-motion stops. So it seems like you ought to know the reason ;-) I wish I remembered.