GNU bug report logs - #6956
24.0.50; pasting mouse selection in other session pastes only first word

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Tue, 31 Aug 2010 16:48:02 UTC

Severity: normal

Found in version 24.0.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #62 received at 6956 <at> debbugs.gnu.org (full text, mbox):

From: David De La Harpe Golden <david <at> harpegolden.net>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: Eli Zaretskii <eliz <at> gnu.org>, Djärv <jan.h.d <at> swipnet.se>,
	6956 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>
Subject: Re: bug#6956: 24.0.50; pasting mouse selection in other session pastes
	only first word
Date: Sun, 05 Sep 2010 06:33:23 +0100
On 05/09/10 02:53, Chong Yidong wrote:

>> -      (kill-region (mark t) (point))
>> +      (if mouse-drag-copy-region
>> +          ;; region already saved the previous click,
>> +          ;; don't make a duplicate entry, just delete
>> +          (delete-region (mark t) (point))
>> +        (kill-region (mark t) (point)))
>> +      (setq deactivate-mark t)
>
> What's the additional deactivate-mark for?

Uh. Nothing, I think.







This bug report was last modified 14 years and 329 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.