From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: mail@vrtprj.com (Rainer Volz) Newsgroups: gmane.emacs.help Subject: Re: mouse wheel only in 1st window? Date: 6 Nov 2003 23:59:50 -0800 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1068192290 28461 80.91.224.253 (7 Nov 2003 08:04:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Nov 2003 08:04:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 07 09:04:48 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AI1br-0003FH-00 for ; Fri, 07 Nov 2003 09:04:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AI1YS-0000mT-Re for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Nov 2003 03:01:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: 62.153.39.157 Original-X-Trace: posting.google.com 1068191991 24412 127.0.0.1 (7 Nov 2003 07:59:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 7 Nov 2003 07:59:51 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:117947 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13886 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13886 Dan Anderson (dan@mathjunkies.com) wrote >Did you turn the mouse wheel on in your .emacs? Mouse-wheel-mode was enabled, if I disable it, the behaviour is the same. jasonr (Jason Rumney) @ f2s.com wrote > What does C-h k [mouse-wheel] say? Some mouse drivers, especially for > laptop touchpads on MS-Windows, try to simulate a drag of the scroll > bar instead of sending the default mouse-wheel event. This is > annoying, because such drivers make the assumption that a frame only > has one vertical scroll-bar, and Emacs can do nothing about it. Emacs says: (translated from ) runs the command scroll-bar-toolkit-scroll which is an interactive compiled Lisp function in `scroll-bar'. It is bound to . (scroll-bar-toolkit-scroll EVENT) Not documented. Looks like it is the touchpad driver, not Emacs. Thank you.