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: Tue, 19 Sep 2006 14:07:33 +0200 Message-ID: References: <87k647501r.fsf@lrde.org> <877j06ocvo.fsf@lrde.org> <87lkog8dzw.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 1158668039 26252 80.91.229.2 (19 Sep 2006 12:13:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Sep 2006 12:13:59 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 19 14:13:57 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 1GPeTu-0007EN-DI for ged-emacs-devel@m.gmane.org; Tue, 19 Sep 2006 14:13:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPeSU-0004sh-7C for ged-emacs-devel@m.gmane.org; Tue, 19 Sep 2006 08:12:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPeP6-0001tL-VK for emacs-devel@gnu.org; Tue, 19 Sep 2006 08:08:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPeP3-0001sB-Cr for emacs-devel@gnu.org; Tue, 19 Sep 2006 08:08:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPeP3-0001rt-6f for emacs-devel@gnu.org; Tue, 19 Sep 2006 08:08:41 -0400 Original-Received: from [195.41.46.237] (helo=pfepc.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPeS3-0007lw-Rh; Tue, 19 Sep 2006 08:11:48 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (unknown [80.165.4.124]) by pfepc.post.tele.dk (Postfix) with SMTP id 2774C8A0082; Tue, 19 Sep 2006 14:08:32 +0200 (CEST) Original-To: michael@cadilhac.name (=?utf-8?Q?Micha=C3=ABl?= Cadilhac) In-Reply-To: <87lkog8dzw.fsf@lrde.org> (=?utf-8?Q?Micha=C3=ABl?= Cadilhac's message of "Tue\, 19 Sep 2006 10\:19\:47 +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:60009 Archived-At: michael@cadilhac.name (Micha=C3=ABl Cadilhac) writes: > It makes the job ! I'm no longer stuck at the first line when going to > the next few lines. Good. > > To me, it's OK, but I have a minor issue (I don't know if it needs > attention). I have a few more changes pending, but I don't think they will fix this. > > After scrolling a couple of screens with C-n, the cursor stops, like > previously (it doesn't happen with auto-window-vscroll to nil), and > the display is buggy for the time I'm stuck (which could be quite > long [1]).=20 That's because redisplay has fallen behind, and until it catches up, new input keep on interrupting redisplay. > As you can see, the first half of the screen is correct whilst the > other one hasn't been redrawn. Like if the redisplay was made before > the scroll change, and not after. This should be fixed by setting redisplay-dont-pause to t. --=20 Kim F. Storm http://www.cua.dk