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

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

bug#9541: Acknowledgement (mouse-1 inside scroll-margin causes undesirab


From: Le Wang
Subject: bug#9541: Acknowledgement (mouse-1 inside scroll-margin causes undesirable region activation)
Date: Sun, 18 Sep 2011 19:31:27 +0800

Here is my work-around.  I don't fully understand the ramifications of
doing this, but so far it seems work.

(defun le::mouse-drag-region (event)
  "mouse-drag-region but clickable in scroll-margin"
  (interactive "e")
  (let ((scroll-margin 0))
    (mouse-drag-region event)))

(global-set-key [(down-mouse-1)] 'le::mouse-drag-region)

-- 
Le





reply via email to

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