deactivate the mark before insertion.
* w32-fns.el (x-selection-owner-p): New function.
* mouse.el (mouse-drag-track): Call deactivate-mark earlier.
- (mouse-yank-at-click): If select-active-regions is non-nil,
- deactivate the mark before insertion.
+ (mouse-yank-at-click, mouse-yank-primary): If
+ select-active-regions is non-nil, deactivate the mark before
+ insertion.
* simple.el (deactivate-mark, set-mark): Only save selection if we
own it.
(interactive "e")
;; Give temporary modes such as isearch a chance to turn off.
(run-hooks 'mouse-leave-buffer-hook)
+ (when select-active-regions
+ ;; Without this, confusing things happen upon e.g. inserting into
+ ;; the middle of an active region.
+ (deactivate-mark t))
(or mouse-yank-at-point (mouse-set-point click))
(let ((primary (x-get-selection 'PRIMARY)))
(if primary