From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Proulx Newsgroups: gmane.emacs.help Subject: Re: How to achieve desired automatic scrolling behavior Date: Fri, 17 May 2013 17:37:10 -0600 Message-ID: <20130517233710.GA9060@hysteria.proulx.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1368834084 16206 80.91.229.3 (17 May 2013 23:41:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 May 2013 23:41:24 +0000 (UTC) Cc: help-gnu-emacs To: Barry OReilly Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 18 01:41:24 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UdUH5-0002zZ-J5 for geh-help-gnu-emacs@m.gmane.org; Sat, 18 May 2013 01:41:23 +0200 Original-Received: from localhost ([::1]:32784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdUH5-0001BB-5Y for geh-help-gnu-emacs@m.gmane.org; Fri, 17 May 2013 19:41:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdUGr-00019u-KP for help-gnu-emacs@gnu.org; Fri, 17 May 2013 19:41:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdUGm-0002N0-QM for help-gnu-emacs@gnu.org; Fri, 17 May 2013 19:41:09 -0400 Original-Received: from joseki.proulx.com ([216.17.153.58]:36290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdUD1-0000us-L1 for help-gnu-emacs@gnu.org; Fri, 17 May 2013 19:37:11 -0400 Original-Received: from hysteria.proulx.com (hysteria.proulx.com [192.168.230.119]) by joseki.proulx.com (Postfix) with ESMTP id AACDE211DE; Fri, 17 May 2013 17:37:10 -0600 (MDT) Original-Received: by hysteria.proulx.com (Postfix, from userid 1000) id 7A48C2DCE0; Fri, 17 May 2013 17:37:10 -0600 (MDT) Mail-Followup-To: Barry OReilly , help-gnu-emacs Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 216.17.153.58 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90883 Archived-At: Barry OReilly wrote: > For the most part, I want the behavior of scroll-conservatively 1, where > navigating line by line doesn't recenter, but jumping to a different part > of the buffer does. > > One jarring behavior I wish to customize away is when going line by line > across a line that wraps visually, the behavior is to recenter. How do I > have it not recenter in this case? > > Also desirable is when scroll-conservatively==1 would cause a recenter, it > would instead use the scroll-*-aggressively setting. Setting both of these > does not have that effect. The current knowledge and wisdom concerning this topic is documented here on this wiki page. Start there. Then if things still don't work come back and describe what you have tried. http://www.emacswiki.org/emacs/SmoothScrolling Bob