Products  | Support & Services  | News & Events  | Partners  | Policies  | Global Sites
Home > Support > Hummingbird Connectivity Products > Exceed >  In Xemacs, the scroll wheel does not work on some Unix platforms, Buttons 4 and 5 are not defined. Print View   Contact Me
Connectivity Support


In Xemacs, the scroll wheel does not work on some Unix platforms, Buttons 4 and 5 are not defined.

LAST MODIFIED DATE: June 5, 2008

VERSION: This applies to Exceed onDemand version 6.

PROBLEM:

In Xemacs, the scroll wheel does not work on some Unix platforms, Buttons 4 and 5 are not defined.

SOLUTION:

In order to resolve this issue, you need to do the following:

  1. Check the following option in the Xconfig profile:

    1. Run Exceed onDemand client.
    2. Enter your login credentials.
    3. Click the ellipsis button for the Xconfig portion.
    4. Select the Xconfig profile and click Modify.
    5. Go to the Input tab.
    6. Make sure the following option is Enabled:

      Wheel Movement Sends Mouse Button Event (Button 4/5)

    7. Apply and click OK to accept changes.

  2. If Xemacs does not respond to actions of a scroll button on a wheel mouse you will need to configure this option through the ".emacs" file in your user's home directory:

    Add the following to your user's ".emacs" file:

    (mwheel-install)
    (setq mwheel-follow-mouse t)