From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry OReilly Newsgroups: gmane.emacs.help Subject: How to achieve desired automatic scrolling behavior Date: Fri, 17 May 2013 12:24:00 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1368807857 16210 80.91.229.3 (17 May 2013 16:24:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 17 May 2013 16:24:17 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 17 18:24:16 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 1UdNS4-0004Ay-9F for geh-help-gnu-emacs@m.gmane.org; Fri, 17 May 2013 18:24:16 +0200 Original-Received: from localhost ([::1]:40736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNS3-00042u-Px for geh-help-gnu-emacs@m.gmane.org; Fri, 17 May 2013 12:24:15 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNRr-00042d-Se for help-gnu-emacs@gnu.org; Fri, 17 May 2013 12:24:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UdNRp-0002ju-TF for help-gnu-emacs@gnu.org; Fri, 17 May 2013 12:24:03 -0400 Original-Received: from mail-oa0-f53.google.com ([209.85.219.53]:59731) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UdNRp-0002jk-NS for help-gnu-emacs@gnu.org; Fri, 17 May 2013 12:24:01 -0400 Original-Received: by mail-oa0-f53.google.com with SMTP id g12so5355769oah.26 for ; Fri, 17 May 2013 09:24:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=Av0w6rQbCEM3TxU/H4nBaJFpY8PntTx/qjbzwTA3ruY=; b=RmwK6YB4nhoZj8qoSMFunJuLrXHp6R+DnNct8JwC+JvG/YSLKwIco4DIH3e/CR5PEr +2os4FyiMZAlJQBqN0m/hksAhkclcNJ6+bqEUnXyF5fqnd9yahSKyQTqZwDZApyY5iLb RkhUoih4K/6BIy8g71V+FO31E2066BarMe3vUEv+4UU0mG8VaJDBs22mN55getjNSR+s 00lZ5a36QT/y/MtYY+bqbBcYRJUmQ7FqJnnjMb7g1+OCiLaIgjYvUZ+zPiWnom7OsLta 6RAbGTvE53/qriyfeEHOv/36zAlh4eAxBCJVmjGGPdtReF5bQMTE1dbi9QkZfw06wEPM 8e7A== X-Received: by 10.60.59.74 with SMTP id x10mr23599883oeq.48.1368807841185; Fri, 17 May 2013 09:24:01 -0700 (PDT) Original-Received: by 10.76.93.68 with HTTP; Fri, 17 May 2013 09:24:00 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.219.53 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:90875 Archived-At: 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.