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

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

Re: blue marked region appears in other window of C-x 2


From: Richard Stallman
Subject: Re: blue marked region appears in other window of C-x 2
Date: Sat, 6 Apr 2002 10:32:00 -0700 (MST)

Does this change fix it?

*** mouse.el.~1.239.~   Tue Mar  5 17:06:15 2002
--- mouse.el    Sat Apr  6 07:36:16 2002
***************
*** 739,745 ****
      (setq start-point (point))
      (let ((range (mouse-start-end start-point start-point click-count)))
        (move-overlay mouse-drag-overlay (car range) (nth 1 range)
!                   (window-buffer start-window)))
      (deactivate-mark)
      ;; end-of-range is used only in the single-click case.
      ;; It is the place where the drag has reached so far
--- 739,746 ----
      (setq start-point (point))
      (let ((range (mouse-start-end start-point start-point click-count)))
        (move-overlay mouse-drag-overlay (car range) (nth 1 range)
!                   (window-buffer start-window))
!       (overlay-put mouse-drag-overlay 'window (selected-window)))
      (deactivate-mark)
      ;; end-of-range is used only in the single-click case.
      ;; It is the place where the drag has reached so far



reply via email to

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