From: martin rudalics <rudalics@gmx.at>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Bostjan Vilfan <bvilf@yahoo.com>, bug-gnu-emacs@gnu.org
Subject: Re: Erroneous selection extension in Emacs version 22.1 for Win32
Date: Fri, 22 Jun 2007 13:51:14 +0200 [thread overview]
Message-ID: <467BB7B2.5080403@gmx.at> (raw)
In-Reply-To: <uabv6jlq0.fsf@gnu.org>
[-- Attachment #1: Type: text/plain, Size: 125 bytes --]
> I can confirm that with that recipe I can reproduce the problem on my
> machine. Thanks.
Does the attached patch fix it?
[-- Attachment #2: mouse.patch --]
[-- Type: text/plain, Size: 509 bytes --]
*** 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)
[-- Attachment #3: Type: text/plain, Size: 149 bytes --]
_______________________________________________
bug-gnu-emacs mailing list
bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
next prev parent reply other threads:[~2007-06-22 11:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <251292.40142.qm@web58609.mail.re3.yahoo.com>
2007-06-11 20:10 ` Erroneous selection extension in Emacs version 22.1 for Win32 Eli Zaretskii
2007-06-22 11:51 ` martin rudalics [this message]
[not found] <121608.61940.qm@web58613.mail.re3.yahoo.com>
2007-06-26 12:04 ` martin rudalics
[not found] <234179.27310.qm@web58611.mail.re3.yahoo.com>
2007-06-26 12:03 ` martin rudalics
2007-06-10 6:22 Bostjan Vilfan
2007-06-10 19:03 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=467BB7B2.5080403@gmx.at \
--to=rudalics@gmx.at \
--cc=bug-gnu-emacs@gnu.org \
--cc=bvilf@yahoo.com \
--cc=eliz@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).