bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#687: 23.0.60; Mouse wheel should not trigger mouse avoidance


From: Chong Yidong
Subject: bug#687: 23.0.60; Mouse wheel should not trigger mouse avoidance
Date: Tue, 12 Aug 2008 14:46:59 -0400

> I noticed that mouse wheel events might trigger mouse avoidance. That
> seems inappropriate. The attached patch should fix that.

Doesn't the code just below your change prevent mouse wheel events from
triggering avoidance?

   (memq 'click modifiers)
   ...
   (memq 'down modifiers)))))))

Do you have a recipe for reproducing the bug?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]