From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bob Marcum Newsgroups: gmane.emacs.help Subject: Re: Autoload failed to define function mwheel-install Date: Fri, 17 Dec 2004 07:58:27 -0600 Organization: BCScomputers Message-ID: <41C2E603.78CC9C90@Houston.rr.com> References: <41C19D47.13A64AD4@Houston.rr.com> <523F0421-4F7A-11D9-8EDB-000D932A32C4@Web.DE> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1103291882 14795 80.91.229.6 (17 Dec 2004 13:58:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Dec 2004 13:58:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 17 14:57:54 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 1CfIcE-0007Hf-00 for ; Fri, 17 Dec 2004 14:57:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CfImX-0003Be-7d for geh-help-gnu-emacs@m.gmane.org; Fri, 17 Dec 2004 09:08:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CfIm7-00035T-M2 for help-gnu-emacs@gnu.org; Fri, 17 Dec 2004 09:08:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CfIm6-00034g-Bz for help-gnu-emacs@gnu.org; Fri, 17 Dec 2004 09:08:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CfIm6-00034O-3A for help-gnu-emacs@gnu.org; Fri, 17 Dec 2004 09:08:06 -0500 Original-Received: from [24.93.47.43] (helo=ms-smtp-04.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CfIb5-0004uT-AP for help-gnu-emacs@gnu.org; Fri, 17 Dec 2004 08:56:43 -0500 Original-Received: from Houston.rr.com ([24.242.255.128]) by ms-smtp-04.texas.rr.com (8.12.10/8.12.7) with ESMTP id iBHDudJ5023194 for ; Fri, 17 Dec 2004 07:56:39 -0600 (CST) X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.6.9-1.667 i686) X-Accept-Language: en Original-To: help-gnu-emacs@gnu.org X-Virus-Scanned: Symantec AntiVirus Scan Engine 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:22835 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22835 Peter Dyballa wrote: > Am 16.12.2004 um 15:35 schrieb Bob Marcum: > > > ( autoload 'mwheel-install "mwheel" "Enable mouse wheel support" t) > > (mwheel-install) > > Shouldn't this be handled by loaddefs.el and ldefs-boot.el? And you > just use your mouse wheel ... > > -- > Greetings > > Pete > Frankly, Pete, ya got me. I haven't a clue. Are you suggesting a specific solution? If you are, please flush it out. Show me how.