From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: The unwarranted scrolling assumption Date: Wed, 16 Jun 2010 01:59:50 +0200 Message-ID: References: <87ocfcj7r4.fsf@mail.jurta.org> <87631jvpzg.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1276646421 29044 80.91.229.12 (16 Jun 2010 00:00:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 Jun 2010 00:00:21 +0000 (UTC) Cc: Sean Sieger , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 02:00:20 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 1OOg3H-0008Ah-QP for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 02:00:20 +0200 Original-Received: from localhost ([127.0.0.1]:49977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOg3H-000751-A2 for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 20:00:19 -0400 Original-Received: from [140.186.70.92] (port=38223 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOg3A-00072r-HY for emacs-devel@gnu.org; Tue, 15 Jun 2010 20:00:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOg39-0003qw-ER for emacs-devel@gnu.org; Tue, 15 Jun 2010 20:00:12 -0400 Original-Received: from mail-gw0-f41.google.com ([74.125.83.41]:56794) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOg39-0003qs-8p for emacs-devel@gnu.org; Tue, 15 Jun 2010 20:00:11 -0400 Original-Received: by gwj21 with SMTP id 21so473731gwj.0 for ; Tue, 15 Jun 2010 17:00:10 -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 :content-transfer-encoding; bh=PqdFdQ9WWe9SFpgqw/SqCh+imHKDKmSOddI5YkzD7+k=; b=UOaCmVTODxMxzEZSDIyo2yDEw6fBpRcSIzyWiCH+uHcxKhKwT7tnAhBqw3falmQPbA 2T6teUHoulxEdQjiBTv43Fv1S2Egd3Z6LDjEzVfBnn+6Vw+s4ZBI2gnPyme9nDn0ClLa NxmYA9h5mSNDwBiywM1ZVylUPg3WhT1/hH+Vo= 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:content-transfer-encoding; b=XL+HzD+etPFw5Zst+8RR3/04mmTNoIJNIAk+p5skHObddy9u68QODf5kRUMIgFxPDj 6k4OQR5o8eNCXqOfihfvEy2h8aMDN3LPDUoVD+u9bNe4rjqwi3GNqpS0mLTbNLl0jt5F wFWPia4tqn8tlMXNRU1aOMKZur7c3dAqXOA8c= Original-Received: by 10.101.89.6 with SMTP id r6mr6685820anl.55.1276646410186; Tue, 15 Jun 2010 17:00:10 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Tue, 15 Jun 2010 16:59:50 -0700 (PDT) In-Reply-To: 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:125981 Archived-At: On Wed, Jun 16, 2010 at 1:46 AM, Juanma Barranquero wrot= e: > On Wed, Jun 16, 2010 at 01:24, Sean Sieger wrote: > >> This seems to work well, Lennart: >> >> (setq scroll-preserve-screen-position 'always >> =C2=A0 =C2=A0 =C2=A0scroll-conservatively =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 most-positive-fixnum >> =C2=A0 =C2=A0 =C2=A0scroll-step =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 0) > > That is exactly what I do. Oh, I did not read your answer before I tested this. As I said in the answer to Sean this does not work for me. I still get "jumping scrolling". All I do to check this is open window.c and then hit/hold down the down arrow key (or "j" in viper). Does this work without "jumping scrolling" for you? (You have to test for a while, the jumping does not happen always. I is a bit like playing a computer game.)