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

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

bug#26816: mouse movement support for OS X


From: Charles A. Roelli
Subject: bug#26816: mouse movement support for OS X
Date: Thu, 18 May 2017 21:43:37 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Sorry for the trouble -- I had called M-x untabify on two lines of the patch (bad idea, I think) and I must have messed up the line count at that point too. Second attempt attached.


Cheers,

Charles


On 17/05/2017 10:36, Andreas Schwab wrote:
On Mai 16 2017, Alan Third <alan@idiocy.org> wrote:

On Mon, May 15, 2017 at 08:23:27PM +0200, Charles A. Roelli wrote:
Patch is attached, with a commit message.
For some reason I can’t apply this patch. It looks fine, and I can’t
see what the problem is at all.
The patch is broken, the hunk for test/lisp/mouse-tests.el has the wrong
line count:

@@ -47,5 +47,13 @@
      (should-not (mouse--down-1-maybe-follows-link))
      (should (equal unread-command-events '((mouse-2 nil 1))))))
+(ert-deftest bug26816-mouse-frame-movement ()
+  "Mouse moves relative to frame."
+  (skip-unless (display-graphic-p))
+  (let ((frame (selected-frame)))
+    (set-mouse-position frame 0 0)
+    (should (equal (mouse-position)
+                   (cons frame (cons 0 0))))))
+
+
  ;;; mouse-tests.el ends here

Attachment: 0001-Fix-macOS-mouse-movement.patch
Description: Text Data


reply via email to

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