emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Autoloading failed to define function mouse-wheel-mode


From: Ulrich Neumerkel
Subject: Re: Autoloading failed to define function mouse-wheel-mode
Date: Tue, 25 Nov 2003 06:13:01 +0100 (MET)

> I can not reproduce this.  I believe this is a local problem.  Did you
> get any complaints about conflicts when updating your CVS?
I made a completely new copy

Some details I forgot:

address@hidden lisp]$ uname -a
Linux gupu.complang.tuwien.ac.at 2.4.2-2 #1 Sun Apr 8 20:41:30 EDT 2001 i686 
unknown
address@hidden lisp]$ cat /etc/issue
 
Red Hat Linux release 7.1 (Seawolf)
Kernel 2.4.2-2 on an i686

(I had to update Autoconf, installed the latest source)

> What does (symbol-function 'mouse-wheel-mode) have to tell?
> Your loaddefs.el should contain (do C-s):

> (autoload (quote mouse-wheel-mode) "mwheel" "\

address@hidden lisp]$ grep -A 5 mouse-wheel-mode loaddefs.el
;;;### (autoloads (mwheel-install mouse-wheel-mode) "mwheel" "mwheel.el"
;;;;;;  (16211 27017))
;;; Generated autoloads from mwheel.el
 
(defvar mouse-wheel-mode nil "\
Non-nil if Mouse-Wheel mode is enabled.
See the command `mouse-wheel-mode' for a description of this minor-mode.
Setting this variable directly does not take effect;
use either \\[customize] or the function `mouse-wheel-mode'.")
 
(custom-autoload (quote mouse-wheel-mode) "mwheel")
 
(autoload (quote mouse-wheel-mode) "mwheel" "\
Toggle mouse wheel support.
With prefix argument ARG, turn on if positive, otherwise off.
Returns non-nil if the new state is enabled.
 
\(fn &optional ARG)" t nil)

Best regards,
Ulrich




reply via email to

[Prev in Thread] Current Thread [Next in Thread]