From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: line-move-partial too costly ? Date: Thu, 14 Sep 2006 16:15:30 +0200 Message-ID: References: <87k647501r.fsf@lrde.org> <877j06ocvo.fsf@lrde.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1158243440 5184 80.91.229.2 (14 Sep 2006 14:17:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Sep 2006 14:17:20 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 14 16:17:17 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 1GNs1W-00005r-VY for ged-emacs-devel@m.gmane.org; Thu, 14 Sep 2006 16:17:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNs1W-00064F-Ce for ged-emacs-devel@m.gmane.org; Thu, 14 Sep 2006 10:17:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GNs1H-00062I-L6 for emacs-devel@gnu.org; Thu, 14 Sep 2006 10:16:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GNs1G-00061l-JI for emacs-devel@gnu.org; Thu, 14 Sep 2006 10:16:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GNs1G-00061h-HG for emacs-devel@gnu.org; Thu, 14 Sep 2006 10:16:46 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GNs38-0001R0-9m; Thu, 14 Sep 2006 10:18:43 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepb.post.tele.dk (Postfix) with SMTP id 9513BA5005E; Thu, 14 Sep 2006 16:16:32 +0200 (CEST) Original-To: michael@cadilhac.name (=?utf-8?Q?Micha=C3=ABl?= Cadilhac) In-Reply-To: <877j06ocvo.fsf@lrde.org> (=?utf-8?Q?Micha=C3=ABl?= Cadilhac's message of "Thu\, 14 Sep 2006 14\:23\:39 +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:59839 Archived-At: michael@cadilhac.name (Micha=C3=ABl Cadilhac) writes: > storm@cua.dk (Kim F. Storm) writes: > >> michael@cadilhac.name (Micha=C3=ABl Cadilhac) 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. >> >> You could set redisplay-dont-pause to t. > > AFAICT, it doesn't fix my problem. I recompiled Emacs with -O3, and > the problem remains,=20 I'll see if I can find some way to optimize it further. > setting redisplay-dont-pause didn't help. > > Maybe the feature provided by line-move-partial can be optional? M-: (setq auto-window-vscroll nil) --=20 Kim F. Storm http://www.cua.dk