From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.help Subject: Re: Smooth scrolling Date: Tue, 6 Jul 2010 23:21:21 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1278451343 26681 80.91.229.12 (6 Jul 2010 21:22:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2010 21:22:23 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcelo de Moraes Serpa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 06 23:22: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 1OWFas-0001Pz-32 for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2010 23:22:18 +0200 Original-Received: from localhost ([127.0.0.1]:52571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWFar-0000IT-7S for geh-help-gnu-emacs@m.gmane.org; Tue, 06 Jul 2010 17:22:17 -0400 Original-Received: from [140.186.70.92] (port=38224 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWFaT-0000IG-9g for help-gnu-emacs@gnu.org; Tue, 06 Jul 2010 17:21:54 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWFaS-0006Il-Bx for help-gnu-emacs@gnu.org; Tue, 06 Jul 2010 17:21:53 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:37927) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWFaS-0006IY-82 for help-gnu-emacs@gnu.org; Tue, 06 Jul 2010 17:21:52 -0400 Original-Received: by wyj26 with SMTP id 26so1039186wyj.0 for ; Tue, 06 Jul 2010 14:21:51 -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; bh=KWAwabr7OVLkhWcpQR0Vnc7IVgIDqKj04YFwR0PStcc=; b=RxYkmbCTqRHgozoZ+AoCi7XcIN8XXqJ0g3w85Z/Eq5E8taWOIpTCe4U3o185t4kCRu XiaAfQf64w3nSgg9SJBDmlfDh00bXnoV8G8XAc5LwaL9f0sJYT4rpdT/sDbH9/XWOFyu GBN8Guv+cxIcqnF3V3MblP+c8D+59rQ19paeo= 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; b=s2ZmjGcBEAIxhiWbriaamF8Dhj4hJNUeXBrKNqnpoVsBrnzgoja+88lthC09EEnPId Ei8GXKBtgHZxO3qm/vRg71w2Hbpw8WUtVcXBootnETIOwUFfLsLH+7GbcmTl8ayc+atn FjqppX8iGGAj4oJ3jfXclCcOCgM3ybq1K7m4s= Original-Received: by 10.227.138.67 with SMTP id z3mr4077032wbt.179.1278451311231; Tue, 06 Jul 2010 14:21:51 -0700 (PDT) Original-Received: by 10.216.184.196 with HTTP; Tue, 6 Jul 2010 14:21:21 -0700 (PDT) In-Reply-To: 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:74114 Archived-At: 2010/7/6 Marcelo de Moraes Serpa : > Emacs on OSX Snow Leopard, v. 23.2. I'd like wheel-scrolling that > works like Textmate's scrolling. It's not really line by line, I think > it is pixel-based. Either way, with Textmate, you can scroll a huge > file with the mouse without it jumping large portions, and it also > doesn't have rendering glitches. Emacs does. The keyboard scrolling > for me is fine -- I mainly use C-r/s when using the keyboard, anyway. > I understand exactly what you mean by pixel-based scrolling. This is how many other editors work, e.g. Notepad or Textmate. I'd love to have that as well, but I don't think there is anything like that in Emacs today. Many parts of Emacs are about columns and lines, e.g. the size of frames are "measured" in columns and lines. -- Deniz Dogan