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: Autoload failed to define function mwheel-install Date: Mon, 27 Dec 2004 00:04:19 +0100 Message-ID: <86is6o3bm4.fsf@ketchup.de.uu.net> References: <41C19D47.13A64AD4@Houston.rr.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1104103165 10399 80.91.229.6 (26 Dec 2004 23:19:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Dec 2004 23:19:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 27 00:19:19 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 1CihfS-0000P1-00 for ; Mon, 27 Dec 2004 00:19:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CihqE-0002Xy-K3 for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Dec 2004 18:30:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Cihq2-0002WY-IM for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:30:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Cihq0-0002VR-At for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:30:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cihpz-0002Ui-Kr for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:30:11 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CihXW-000743-As for help-gnu-emacs@gnu.org; Sun, 26 Dec 2004 18:11:06 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CihXV-00044z-00 for ; Mon, 27 Dec 2004 00:11:05 +0100 Original-Received: from pd951f642.dip.t-dialin.net ([217.81.246.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2004 00:11:05 +0100 Original-Received: from kai by pd951f642.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Dec 2004 00:11:05 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951f642.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:4482TOql3N9z6eYOfQ8pc7hxYzU= 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:22988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22988 Bob Marcum writes: > I received this message upon starting up emacs after upgrading from > RedHat 7.1 to Fedora Core 3, now using emacs 21.3. I struggled for > a while trying to determine a solution. A search using google for > this error message found one person's experience which gave some > guidance. What happens if you do nothing at all to support the mouse wheel? I just started Emacs without customizations, and the mouse wheel worked out of the box. (But this was CVS Emacs, not 21.3.) Try "emacs -q -no-site-file" and then open a file and turn the mouse wheel to see what happens. Kai