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:53:20 +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 1276646036 27807 80.91.229.12 (15 Jun 2010 23:53:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 23:53:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sean Sieger Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 16 01:53:55 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 1OOfwy-0005GB-JU for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 01:53:49 +0200 Original-Received: from localhost ([127.0.0.1]:38784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOfwx-00069S-Ma for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 19:53:47 -0400 Original-Received: from [140.186.70.92] (port=54768 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOfws-00063r-0p for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:53:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOfwr-0002ww-10 for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:53:41 -0400 Original-Received: from mail-gy0-f169.google.com ([209.85.160.169]:41888) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOfwq-0002wr-V2 for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:53:40 -0400 Original-Received: by gyg4 with SMTP id 4so4374172gyg.0 for ; Tue, 15 Jun 2010 16:53:40 -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=qcTABYsUav2rI3Z8JMd0CA9vb0H9O5lkvy4x9h3nIvc=; b=s/uNbkYEeHjSejlkN2qilTEPiC+mwpHCKYoQwmvf2eOHsOe+BZXS/UKKCCySWmQ2ld NtS1bcwpoXyj3ftLccgSk6mE5QFQDcOm/rFGEhTbMw4l7d3KAuHJQqy+btpwykEFCVH8 UlWiAcybQxg+w0qQEt//E2PHiqghnnPD3+7RI= 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=d8w5sw4IGEpkdkoPPn3Zgy3L9te56XzvrEmOuVLiCL5RGR2K9o6bOF1eIXZxLhataT cxbER7etFqe/EHn5k9LDV6oJ9W0rbkKeeksMwJg93iO5ei/x31MfJ86KNEyDLY20F/+J G27CwmDX6IMCP7wrifqIbOMvWQaDDHerS0IJo= Original-Received: by 10.100.244.40 with SMTP id r40mr6854798anh.132.1276646020297; Tue, 15 Jun 2010 16:53:40 -0700 (PDT) Original-Received: by 10.100.154.15 with HTTP; Tue, 15 Jun 2010 16:53:20 -0700 (PDT) In-Reply-To: <87631jvpzg.fsf@gmail.com> 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:125980 Archived-At: On Wed, Jun 16, 2010 at 1:24 AM, Sean Sieger wrote: > (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) Thanks Sean, but no. I still get "jumping scrolling" with this.