From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.help Subject: Re: Shortkeys to make mousewheel work?? Date: Sun, 14 Nov 2004 13:48:25 +0100 Message-ID: <86bre0d2au.fsf@ketchup.de.uu.net> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100436528 22917 80.91.229.6 (14 Nov 2004 12:48:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2004 12:48:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 14 13:48:43 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTJoB-0000WA-00 for ; Sun, 14 Nov 2004 13:48:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTJwp-0001r8-Ns for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Nov 2004 07:57:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTJwi-0001r3-1E for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 07:57:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CTJwh-0001qr-Jg for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 07:57:31 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTJwh-0001qo-Gy for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 07:57:31 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTJnz-00006S-O9 for help-gnu-emacs@gnu.org; Sun, 14 Nov 2004 07:48:31 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CTJnz-0001NI-00 for ; Sun, 14 Nov 2004 13:48:31 +0100 Original-Received: from pd951f09f.dip.t-dialin.net ([217.81.240.159]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Nov 2004 13:48:31 +0100 Original-Received: from kai by pd951f09f.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 14 Nov 2004 13:48:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951f09f.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:QFyB54u34uFUjksiEIjFII1glJ4= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21960 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21960 "JS" writes: > yes I know that is possible, but I wanted to know if there were any short > keys that made it work without having to edit the .emac file. Given that it doesn't hurt to turn on mouse wheel support always, I'm having some trouble to imagine why it would be bad to put a line in .emacs. Can you explain? You can type M-x mouse-wheel-mode RET to toggle mouse wheel support. Does that help? Kai