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

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

Re: Erroneous selection extension in Emacs version 22.1 for Win32


From: martin rudalics
Subject: Re: Erroneous selection extension in Emacs version 22.1 for Win32
Date: Fri, 22 Jun 2007 13:51:14 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

I can confirm that with that recipe I can reproduce the problem on my
machine.  Thanks.

Does the attached patch fix it?
*** mouse.el    Wed Jun 20 09:53:10 2007
--- mouse.el    Fri Jun 22 13:47:16 2007
***************
*** 1013,1018 ****
--- 1013,1021 ----
                              (overlay-start mouse-drag-overlay))
                           region-termination))
                       last-command this-command)
+                 ;; Turn off temporary transient-mark-mode.
+                 (when (eq transient-mark-mode 'identity)
+                   (setq transient-mark-mode nil))
                  (push-mark region-commencement t t)
                  (goto-char region-termination)
                  (if (not do-mouse-drag-region-post-process)

reply via email to

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