From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Recentering on scroll Date: Tue, 28 Oct 2008 13:40:07 +0100 Message-ID: References: <87bpx85z7d.fsf@cyd.mit.edu> <87d4hm4nuj.fsf@cyd.mit.edu> <871vy2lhzn.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1225197853 24246 80.91.229.12 (28 Oct 2008 12:44:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 12:44:13 +0000 (UTC) Cc: 873@emacsbugs.donarmstrong.com, emacs-devel@gnu.org To: "Chong Yidong" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 13:45:13 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kunwa-00007q-8d for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 13:45:09 +0100 Original-Received: from localhost ([127.0.0.1]:33209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KunvS-0007zp-TZ for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2008 08:43:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kunrr-0006JF-AY for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:40:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kunrq-0006IW-DG for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:40:14 -0400 Original-Received: from [199.232.76.173] (port=39135 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kunrq-0006IL-0T for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:40:14 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:14238) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kunrp-0005j3-AM for emacs-devel@gnu.org; Tue, 28 Oct 2008 08:40:13 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so675712ywk.66 for ; Tue, 28 Oct 2008 05:40:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=K54q9jm5NtE7jGsGvMbwP35EYedYG7rLdi2VubVIJiA=; b=EOtwXAsC3Q2J5zHzxwHul+6KqyFw3pkV4idGG6oZp7QWy7poH0UYAkZAaLxoifLDvQ tz6FxNxbmsP4nZoI9MW6cvd/vQxmqfhFZMlDxkaENImy94GIkEuvxeMg2DWEgS3+8+aS 1vnhgYyIT/lXqXfh98DJm8UjOd0w2wEeOrYA8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=GBo9mEejwHhKc5VTa64PGYaUSNNSFf7vWfePqX8kp22xILobhofdUjpQBRkNKilf8V PtYnT2LuAoJO+0VdYYNWvR5d8t02rRmDqYWN2p5WVc7n25+NpH3On0wNx87FbIZUk4i9 Kuo+FYTb6zEvo4HOuaab6PotHYyj9kQjjPzvs= Original-Received: by 10.100.210.9 with SMTP id i9mr6997012ang.132.1225197607323; Tue, 28 Oct 2008 05:40:07 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Tue, 28 Oct 2008 05:40:07 -0700 (PDT) In-Reply-To: <871vy2lhzn.fsf@cyd.mit.edu> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:105069 Archived-At: On Mon, Oct 27, 2008 at 06:33, Chong Yidong wrote: > Actually, the fix caused a few problems; I've reverted it for now, and > will check in a new version in a couple of hours. With your most recent patch the unwanted recentering does not happen. Thanks. Line-by-line scroll is quite jumpy, though, as compared to next-line in Emacs 22.X, or even to previous-line in the current trunk. Juanma