From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcelo de Moraes Serpa Newsgroups: gmane.emacs.help Subject: Smooth scrolling Date: Tue, 6 Jul 2010 11:32:29 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1278434005 25170 80.91.229.12 (6 Jul 2010 16:33:25 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2010 16:33:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 06 18:33:22 2010 Return-path: Envelope-to: geh-help-gnu-emacs@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 1OWB59-0001mm-V6 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2010 18:33:16 +0200 Original-Received: from localhost ([127.0.0.1]:50544 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWB59-0006lV-48 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2010 12:33:15 -0400 Original-Received: from [140.186.70.92] (port=49888 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWB4V-0006jb-0S for help-gnu-emacs@gnu.org; Tue, 06 Jul 2010 12:32:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWB4T-0001jv-J0 for help-gnu-emacs@gnu.org; Tue, 06 Jul 2010 12:32:34 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:42894) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWB4T-0001jd-Cq for help-gnu-emacs@gnu.org; Tue, 06 Jul 2010 12:32:33 -0400 Original-Received: by pwi8 with SMTP id 8so1192403pwi.0 for ; Tue, 06 Jul 2010 09:32:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QWBwI/Ni3UBHqXq9Ydmj8NpDl6GVs6klapTA+MLyELM=; b=sSWpjiBXEEQO9Ja/Jriz4KLvcL02BCeVhwFFd130e+gMpDdVBpTcymziVK4uDYoKMV LwiZl6jsdABuz3GXyRABACYB5I2qIc/ojAup1usFCUuQWY3XPkDhz9KpOLidZokUCMN4 2KEz04Y914uPLREdrWxfpAn+n1ayR2I/zxd5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=kBS83TCrloFIeImDOqf8M3oy5SKgNbKPxqzUEcC1ucnn92VWtFGZk0RNyxc8ytW9gz fu2kd3hEyyJI9jp5HzmqF0f3+3eAGCIBiGmBZuJxFTqvlUaZDv5O8r5bBaAY8uMrD068 hSfVz/BlRYi28PgpP9igmT4D7/NgCf1K7sVGU= Original-Received: by 10.142.162.17 with SMTP id k17mr6106127wfe.120.1278433949888; Tue, 06 Jul 2010 09:32:29 -0700 (PDT) Original-Received: by 10.143.156.2 with HTTP; Tue, 6 Jul 2010 09:32:29 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74100 Archived-At: Hi, I know many of might say it's "not needed", but I find that, to get an overview of the file and when you are still getting acquanted to it, scrolling slowly (without jumps) is useful. Textmate does it the way I like. Emacs' scrolling is too "jumpy". Is there a way to setup emacs for a almost-flawless smooth scrolling mode? Thanks, Marcelo.