From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: Re: Shortkeys to make mousewheel work?? Date: Fri, 12 Nov 2004 12:34:16 -0700 Message-ID: <2vkhhtF2mpjjbU1@uni-berlin.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100288191 10621 80.91.229.6 (12 Nov 2004 19:36:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2004 19:36:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 12 20:36:27 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 1CShDf-0006iv-00 for ; Fri, 12 Nov 2004 20:36:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CShME-0004Wg-46 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Nov 2004 14:45:18 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-X-Trace: news.uni-berlin.de GL6Qyq/m5ltgKsQYLtF2Ew4P5kR1+0JfVH54eo6EmWg2Rel8Q= User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: Original-Xref: shelby.stanford.edu gnu.emacs.help:126542 Original-To: help-gnu-emacs@gnu.org 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:21936 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21936 JS wrote: > "Christian Plate" skrev i en meddelelse > news:mailman.2336.1100269606.8225.help-gnu-emacs@gnu.org... >>I have >> (mouse-wheel-mode) >>in my .emacs. This way the mouse-wheel is enabled by default. No, that toggles it from its previous state. To unconditionally turn it on: (mouse-wheel-mode 1) > 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. C-u M-x mouse-wheel-mode RET -- Kevin Rodgers