all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul D. Smith" <psmith@gnu.org>
Subject: Re: Help:Enable mouse wheel
Date: 14 May 2003 00:57:14 -0400	[thread overview]
Message-ID: <p5of26m8gl.fsf@lemming.engeast.baynetworks.com> (raw)
In-Reply-To: TQjwa.25682$231.14662@fed1read04

%% Jasen <xx@yy.zz> writes:

  j> Does anybody know how to enable mouse wheel on Linux? I'm using
  j> Redhat 8.0 and Emacs 21.2.

  j> In emacs, mouse-wheel-mode is t but it doesn't response to mouse
  j> wheel action.

Can you use the wheel with other applications?

If not you have to enable it on your X server.  Probably you've chosen a
simple PS/2 mouse in your X configuration, so the X server is not
looking for any sort of wheel motion.

You need to choose a mouse driver like ImPS/2, and enable ZAxixMapping;
for example from my /etc/X11/XF86Config file:

  Section "InputDevice"
          Identifier      "Configured Mouse"
          Driver          "mouse"
          Option          "CorePointer"
          Option          "Device"                "/dev/psaux"
          Option          "Protocol"              "ImPS/2"
          Option          "ZAxisMapping"          "4 5"
  EndSection

Note this might not be right for your mouse, depending on what kind you
have.


Anyway, unless your wheel works for all other apps _except_ for Emacs,
for more info please post to a group or list that's related to Linux,
Red Hat, or XFree86 in particular: this isn't an Emacs issue.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith@gnu.org>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

  parent reply	other threads:[~2003-05-14  4:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-14  1:44 Help:Enable mouse wheel Jasen
     [not found] ` <mailman.6162.1052890544.21513.help-gnu-emacs@gnu.org>
2003-05-14  3:03   ` Jasen
2003-05-14  3:03   ` Jasen
2003-05-14  3:04   ` Jasen
2003-05-14  7:17     ` Dan Anderson
2003-05-14  4:57 ` Paul D. Smith [this message]
2003-05-14  5:26 ` Dan Anderson
2003-05-14  7:22 ` Jiri Pejchal
2003-05-14 15:57 ` Francois Fleuret

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=p5of26m8gl.fsf@lemming.engeast.baynetworks.com \
    --to=psmith@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.