From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Emacs Mac Port Date: Thu, 13 Feb 2014 13:07:14 +0100 Message-ID: References: <87lhxftle7.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40785) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDv6E-0007bD-4y for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 07:09:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDv66-0002gl-JC for emacs-orgmode@gnu.org; Thu, 13 Feb 2014 07:09:02 -0500 In-Reply-To: <87lhxftle7.fsf@bzg.ath.cx> (Bastien's message of "Thu, 13 Feb 2014 10:25:04 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Org Mode , Marcelo de Moraes Serpa Hi Bastien, Bastien writes: > Alan Schmitt writes: > >> - smooth scrolling; > > I'm curious about this one -- any screencast demonstrating > this? Any hint on what part of the Emacs display engine has > been improved to get this? I don't know how to make a screencast ... but what I refer to is this in the feature list (https://github.com/railwaycat/emacs-mac-port/blob/master/README-mac): * Pixel-based mouse wheel smooth scroll for newer mice/trackpads. Searching for a bit, I think it's related to this code: https://github.com/railwaycat/emacs-mac-port/blob/4d82e17570bbae61bcea04d41a1148b3b4a57082/lisp/term/mac-win.el#L1863 Alan