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 01:46:04 +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 1276645602 26563 80.91.229.12 (15 Jun 2010 23:46:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 23:46:42 +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:46:41 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 1OOfq1-0002GC-K0 for ged-emacs-devel@m.gmane.org; Wed, 16 Jun 2010 01:46:38 +0200 Original-Received: from localhost ([127.0.0.1]:49619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOfq0-0006nh-Lv for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 19:46:36 -0400 Original-Received: from [140.186.70.92] (port=58597 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOfps-0006gf-BY for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:46:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOfpr-00027j-6E for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:46:28 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:38655) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOfpq-00027a-V6 for emacs-devel@gnu.org; Tue, 15 Jun 2010 19:46:27 -0400 Original-Received: by bwz4 with SMTP id 4so953372bwz.0 for ; Tue, 15 Jun 2010 16:46: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 :content-transfer-encoding; bh=pwuHMRZ9FkNk5xYLt/q2MkIDsurTa5gnwOs4QmyYwKk=; b=aevoPqaXdpDm4kD+2wZ8bZmv4lNWLGMhG6DgL4BBzhgS87pqDSG9nkzBisEYJPO/SQ g02UcvnZNltE+q/fZODNdxKA8s4tf0ZhD7lAtj1riY2zK/iVIqGK1g68J1y/E3VY8WH6 DgYe8/tUt3FRg4JKeUiYEf4RAJhAo7E3O7Bgg= 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=gzBVvKJcZgyYeI4k63CZDmfc45DFtcmoAuLdqf+ub+pm9/M19YIBcVKSwRkl+TwTNi 4zJL7iswW0PmEsCww9jO9AKgEUTjfeHZu7oc2ym3izmKBfjs1uduLG061rWgiw0e/ZFy AfUFLYsuDW/NzvBAlpm4rgj/AGEuQ3eqZ4P68= Original-Received: by 10.204.140.153 with SMTP id i25mr5849141bku.169.1276645584240; Tue, 15 Jun 2010 16:46:24 -0700 (PDT) Original-Received: by 10.204.32.5 with HTTP; Tue, 15 Jun 2010 16:46:04 -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:125979 Archived-At: 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. Juanma