From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: ignore mouse-wheel press during rotation Date: Sun, 05 Feb 2006 06:25:33 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139116185 27704 80.91.229.2 (5 Feb 2006 05:09:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2006 05:09:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 06:09:43 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F5c9c-0003Qe-Ce for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 06:09:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5cCq-0003oa-J5 for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 00:13:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5bWC-0001k9-Iy for emacs-devel@gnu.org; Sat, 04 Feb 2006 23:28:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5bW8-0001df-LI for emacs-devel@gnu.org; Sat, 04 Feb 2006 23:28:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5bW6-0001b7-KN for emacs-devel@gnu.org; Sat, 04 Feb 2006 23:28:50 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F5bVQ-0005ta-2x for emacs-devel@gnu.org; Sat, 04 Feb 2006 23:28:08 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-198-179.inter.net.il [80.230.198.179]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id DMM52980 (AUTH halo1); Sun, 5 Feb 2006 06:25:25 +0200 (IST) Original-To: "Drew Adams" In-reply-to: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:50033 Archived-At: > From: "Drew Adams" > Date: Sat, 4 Feb 2006 10:20:01 -0800 > > Question: Is it not the case that people only rarely intend to press (e.g. > click, to paste) mouse-2 directly after using the wheel? I don't see why this should be rare. It's quite possible that a user scrolls the buffer to find the correct place, then yanks some text in that place. > If so, then shouldn't `mouse-wheel-inhibit-click-time' be (much) > larger, by default? I don't know. Kim, could you perhaps tell why you've chosen the current default?