Function: hmouse-drag-not-allowed
hmouse-drag-not-allowed is a byte-compiled function defined in
hui-window.el.
Signature
(hmouse-drag-not-allowed)
Documentation
Display an error when a region is active and in-window drags are not allowed.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui-window.el
(defun hmouse-drag-not-allowed ()
"Display an error when a region is active and in-window drags are not allowed."
;; Return point to where it was prior to depress so the region does not permanently change.
(goto-char hkey-value)
(error "(hmouse-drag-region-active): Region is active; use a Smart Key press/click within a window, not a drag"))