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: The unwarranted scrolling assumption Date: Wed, 16 Jun 2010 00:41:05 +0200 Message-ID: References: <87ocfcj7r4.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1276642943 18843 80.91.229.12 (15 Jun 2010 23:02:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 23:02:23 +0000 (UTC) Cc: Lennart Borgman , Emacs-Devel devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 01:02:22 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OOf94-0000Yq-Rq for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 01:02:18 +0200 Original-Received: from localhost ([127.0.0.1]:35363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOf90-0006z0-Rr for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 19:02:11 -0400 Original-Received: from [140.186.70.92] (port=57556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOeoy-00019I-Cq for emacs-devel@gnu.org; Tue, 15 Jun 2010 18:41:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOeox-0006E2-5P for emacs-devel@gnu.org; Tue, 15 Jun 2010 18:41:28 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:64798) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOeow-0006Dl-Vp for emacs-devel@gnu.org; Tue, 15 Jun 2010 18:41:27 -0400 Original-Received: by bwz4 with SMTP id 4so934812bwz.0 for ; Tue, 15 Jun 2010 15:41:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=BD1rWHRSwwXePP5R/8dsgmOvE5GeyJO9DLO3HfYUmEs=; b=V+X6nV6Ko9nQo6tImJQyBvg3UfDveJgbDjYAgfMuqjQAR39v4WzmHSwpyh3tJt8T7K 9dWlnXPVpAUPw/5kgmtME6LHqT96y5+7halZVUEFqfqFhl2HOPxRi1Yedtl0vuTAjmtP 8aqCYUeGaRez/6H3hXMqNYhe+dfN6n+KAcvAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=nsnXanSU8S3CB5NWvEdD2zX8mGQPBlvH210zKDlr5epvO1o2MeRZafMoRajWl5myYi +3mD+pIdp3pbNy7Ci4ZWXvRqD5tV4jxSCeR80qh/9SzxyXVQqwg9CWvtA0IERSfA9pCV dYRIMiH2Wb43jKHa+RRnPv6oZMY9bt9izlAV4= Original-Received: by 10.204.160.149 with SMTP id n21mr5926668bkx.68.1276641685146; Tue, 15 Jun 2010 15:41:25 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Tue, 15 Jun 2010 15:41:05 -0700 (PDT) In-Reply-To: <87ocfcj7r4.fsf@mail.jurta.org> X-detected-operating-system: by eggs.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:125975 Archived-At: On Tue, Jun 15, 2010 at 23:39, Juri Linkov wrote: > Perhaps you need to customize `scroll-preserve-screen-position'. And set line-by-line scrolling to deactivate the automatic scroll recentering. Both are needed to get sane scrolling behavior (for values of "sane" that exactly match my preferences, of course... ;-) Juanma