Mercurial > emacs
changeset 51560:12371b18ce00
Documented Mouse wheel problems on MS-Windows.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 14 Jun 2003 11:26:08 +0000 |
parents | b4847cd4179f |
children | bed114065e35 |
files | etc/PROBLEMS |
diffstat | 1 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/PROBLEMS Fri Jun 13 08:40:16 2003 +0000 +++ b/etc/PROBLEMS Sat Jun 14 11:26:08 2003 +0000 @@ -952,6 +952,23 @@ program in JDEE when javac.exe is installed, but not on the system PATH. +* Pressing the mouse button on MS-Windows does not give a mouse-2 event. + +This is usually a problem with the mouse driver. Because most Windows +programs do not do anything useful with the middle mouse button, many +mouse drivers allow you to define the wheel press to do something +different. Some drivers do not even have the option to generate a +middle button press. In such cases, setting the wheel press to +"scroll" sometimes works if you press the button twice. Trying a +generic mouse driver might help. + +* Scrolling the mouse wheel on MS-Windows always scrolls the top window. + +This is another common problem with mouse drivers. Instead of +generating scroll events, some mouse drivers try to fake scroll bar +movement. But they are not intelligent enough to handle multiple +scroll bars within a frame. Trying a generic mouse driver might help. + * Mail sent through Microsoft Exchange in some encodings appears to be mangled and is not seen correctly in Rmail or Gnus. We don't know exactly what happens, but it isn't an Emacs problem in cases we've