From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Proposal to improve the nomenclature of scrolling directions Date: Fri, 09 Nov 2012 10:50:39 +0100 Message-ID: <509CD1EF.8070701@gmx.at> References: <201211080338.qA83c7NY006393@winooski.ccs.neu.edu> <20635.16010.769769.433949@winooski.ccs.neu.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1352454660 17256 80.91.229.3 (9 Nov 2012 09:51:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2012 09:51:00 +0000 (UTC) Cc: Eli Barzilay , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 09 10:51:08 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TWlEw-0008NU-83 for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2012 10:51:06 +0100 Original-Received: from localhost ([::1]:46761 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWlEn-0002Et-4n for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2012 04:50:57 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:48797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWlEi-0002E8-WE for emacs-devel@gnu.org; Fri, 09 Nov 2012 04:50:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWlEe-0007QK-Tf for emacs-devel@gnu.org; Fri, 09 Nov 2012 04:50:52 -0500 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:47781) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TWlEe-0007PZ-Ih for emacs-devel@gnu.org; Fri, 09 Nov 2012 04:50:48 -0500 Original-Received: (qmail invoked by alias); 09 Nov 2012 09:50:45 -0000 Original-Received: from 62-47-52-3.adsl.highway.telekom.at (EHLO [62.47.52.3]) [62.47.52.3] by mail.gmx.net (mp028) with SMTP; 09 Nov 2012 10:50:45 +0100 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1+1FMYzGIa11DUCopowCVZozAmZqYTbTTiIOAreYu y4Lx1CUwQWd7zF In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154754 Archived-At: >> I'll be happy if it does happen, of course. One thing that would be >> much simpler is if the functionality is folded into the scrolling >> functions (as a customizable thing, of course), then a large part of > > Yes, that's the way I'd like to see it, indeed. Without a post-display hook? Then the display-engine may override it. martin