From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Stefan Monnier" Newsgroups: gmane.emacs.devel Subject: Re: Subject: w32 mouse wheel handling Date: Tue, 27 May 2003 10:28:13 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200305271428.h4RESDMg007135@rum.cs.yale.edu> References: <30929908.1054023169308.JavaMail.www@wwinf0602> <20030527102541.E26E.JMBARRANQUERO@laley.wke.es> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1054048261 21434 80.91.224.249 (27 May 2003 15:11:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 27 May 2003 15:11:01 +0000 (UTC) Cc: emacs-devel Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 27 17:10:59 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19Kg2X-0005Eu-00 for ; Tue, 27 May 2003 17:07:01 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19KgGH-000210-00 for ; Tue, 27 May 2003 17:21:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Kg3u-0001fZ-B8 for emacs-devel@quimby.gnus.org; Tue, 27 May 2003 11:08:26 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19Kfll-0006cw-O5 for emacs-devel@gnu.org; Tue, 27 May 2003 10:49:41 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19KfR8-0001CU-7v for emacs-devel@gnu.org; Tue, 27 May 2003 10:28:22 -0400 Original-Received: from rum.cs.yale.edu ([128.36.229.169]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19KfR0-00017g-DI for emacs-devel@gnu.org; Tue, 27 May 2003 10:28:14 -0400 Original-Received: from rum.cs.yale.edu (localhost [127.0.0.1]) by rum.cs.yale.edu (8.12.8/8.12.8) with ESMTP id h4RESE0i007138; Tue, 27 May 2003 10:28:14 -0400 Original-Received: (from monnier@localhost) by rum.cs.yale.edu (8.12.8/8.12.8/Submit) id h4RESDMg007135; Tue, 27 May 2003 10:28:13 -0400 X-Mailer: exmh version 2.4 06/23/2000 with nmh-1.0.4 Original-To: Juanma Barranquero Original-cc: david.ponce@wanadoo.fr X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:14328 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:14328 > > I not decided to commit that patch. > > Juanma asked me for a Changelog to commit the patch, so I thought it > > was fine with other people. > > I routinely commit other people's patches, when RMS asks me to do so. I > suppose he wasn't aware there where objections to this one. I wasn't (I > didn't follow this particular thread). > > > Feel free to revert the changes, until a better solution is found. > > I agree. If no one does it before, I'll do in about twelve hours. Why not fix it instead of reverting it. After all nobody objected to the basic idea. Le'ts just change it to mouse-wheel-up and mouse-wheel-down. [ If people really really care about the naming and prefer wheel-up/wheel-down or wheel-north/wheel-south or wheel-forward/wheel-backward or ... I have no objection against any naming and I don't think anybody should either, so whoever does the commit gets to choose. ] Stefan