Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 May 2006 14:27:31 -0600
From:      John E Hein <jhein@timing.com>
To:        "Eric W. Bates" <ericx@vineyard.net>
Cc:        =?ISO-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>, freebsd-x11@freebsd.org
Subject:   Re: Using imwheel with Freebsd 6.1 and xorg 6.9.0_2
Message-ID:  <17532.43699.169352.769045@gromit.timing.com>
In-Reply-To: <447C8566.2050400@vineyard.net>
References:  <4474B9A8.2040701@vineyard.net> <8664jnzxv2.fsf@xps.des.no> <447C8566.2050400@vineyard.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Eric W. Bates wrote at 13:48 -0400 on May 30, 2006:
 > emacs scrolling works with imwheel; but not without it.  Other apps I've
 > tested ALL work without imwheel (emacs is the only exception, I've found
 >  -- but my emacs doesn't have scrollbars configured):

Try putting this in your .emacs

(mouse-wheel-mode)

I also use: (setq mouse-wheel-scroll-amount '(10 . 1))

Actually what I use is:
(when (fboundp 'mouse-wheel-mode)
  (mouse-wheel-mode)
  (setq mouse-wheel-scroll-amount '(10 . 1)))



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17532.43699.169352.769045>