Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Symbol's function definition is void: mouse-wheel-mode" after first run #32

Closed
rodlogic opened this issue Oct 25, 2012 · 3 comments
Closed

Comments

@rodlogic
Copy link

This is what I see after cloning the latest repository and running emacs from my OSX box using 24.2:

arning (initialization): An error occurred while loading `/Users/ydewit/.emacs.d/init.el':

Symbol's function definition is void: mouse-wheel-mode

To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file.  Start Emacs with
the `--debug-init' option to view a complete error backtrace.
@wangbin
Copy link

wangbin commented Nov 2, 2012

I got the same warning on my Gentoo linux system, looks like mouse-wheel-mode need mwheel.el installed, which is not on my machine, I manually changed the line in starter-kit-misc.el to:

(when (require 'mwheel nil 'noerror)
  (mouse-wheel-mode t))

to disable it if no mwheel.el not installed.

@eschulte
Copy link
Owner

I've applied your suggested fix. Thanks,

@0xqd
Copy link

0xqd commented Nov 5, 2014

@wangbin thanks. it saves my hours of searching :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants