From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: line-move-partial too costly ? Date: Mon, 18 Sep 2006 11:52:32 -0400 Message-ID: <87eju99npb.fsf@stupidchicken.com> References: <87k647501r.fsf@lrde.org> <877j06ocvo.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1158594650 31086 80.91.229.2 (18 Sep 2006 15:50:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2006 15:50:50 +0000 (UTC) Cc: rms@gnu.org, =?utf-8?Q?Micha=C3=ABl?= Cadilhac , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 18 17:50:49 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPLOR-0007kZ-EW for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2006 17:50:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPLOR-0000ig-0l for ged-emacs-devel@m.gmane.org; Mon, 18 Sep 2006 11:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPLOD-0000iR-EQ for emacs-devel@gnu.org; Mon, 18 Sep 2006 11:50:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPLOC-0000iF-Ov for emacs-devel@gnu.org; Mon, 18 Sep 2006 11:50:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPLOC-0000iC-Kg for emacs-devel@gnu.org; Mon, 18 Sep 2006 11:50:32 -0400 Original-Received: from [18.19.1.138] (helo=cyd) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPLR3-00075j-IT; Mon, 18 Sep 2006 11:53:29 -0400 Original-Received: by cyd (Postfix, from userid 1000) id 7D03F4E3E9; Mon, 18 Sep 2006 11:52:32 -0400 (EDT) Original-To: storm@cua.dk (Kim F. Storm) In-Reply-To: (Kim F. Storm's message of "Fri\, 15 Sep 2006 23\:06\:35 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:59978 Archived-At: storm@cua.dk (Kim F. Storm) writes: >>>> Since the creation of line-move-partial, going to the next few lines >>>> has become a P*TA. >>> >>>> Is there any solution ? >>> >>> I installed a small optimization -- pls try again. >>> >> AFAICT, it doesn't fix my problem. > > I have installed an more elaborate change to line-move-partial > (involving a new primitive `window-line-visibility'). Can we consider the FOR-RELEASE item fixed? ** Michael Cadilhac's line-move-partial is slow.