GNU bug report logs - #11772
24.1; A click changes the primary selection

Previous Next

Package: emacs;

Reported by: Vincent Lefevre <vincent <at> vinc17.net>

Date: Sun, 24 Jun 2012 17:44:02 UTC

Severity: normal

Merged with 6872

Found in versions 24.0.50, 24.0.97, 24.1

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11772 in the body.
You can then email your comments to 11772 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#11772; Package emacs. (Sun, 24 Jun 2012 17:44:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Vincent Lefevre <vincent <at> vinc17.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 24 Jun 2012 17:44:05 GMT) Full text and rfc822 format available.

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

From: Vincent Lefevre <vincent <at> vinc17.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.1; A click changes the primary selection
Date: Sun, 24 Jun 2012 19:39:34 +0200
If there is something selected in the Emacs window but is no longer
the PRIMARY selection and one clicks somewhere in the window, the
primary selection is changed to what had been selected.

To reproduce the bug:

1. Run "emacs -Q" under X.
2. Select something in the Emacs window, e.g. "This buffer".
3. Select something in some other application that supports the
   PRIMARY selection, e.g. xterm.
4. Optional: paste the PRIMARY selection somewhere (but not in the
   Emacs window opened above). As expected, one can see that the
   selection done in (3) is pasted.
5. Click somethere in the Emacs window, with the left button.
   As expected, the selection is no longer highlighted.
6. Paste the PRIMARY selection somewhere: it is the one from Emacs
   (e.g. "This buffer"), i.e. in (2), that is pasted instead of the
   most recent PRIMARY selection from (3).

This is a regression: GNU Emacs 23.4.1 from Debian doesn't have this
problem.


In GNU Emacs 24.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10)
 of 2012-06-19 on xvii
Windowing system distributor `The X.Org Foundation', version 11.0.11201902
Configured using:
 `configure '--prefix=/usr/local/emacs-24.1' '--enable-asserts''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: POSIX
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: en_DK
  value of $LANG: POSIX
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  display-time-mode: t
  show-paren-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<escape> x r e p o r t b u <tab> <backspace> <backspace> 
<tab> <return>

Recent messages:
Loading /home/vinc17/share/emacs/site-lisp/mutteditor.el (source)...done
Loading time...done
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
~/share/emacs/site-lisp/sh-script hides /usr/local/emacs-24.1/share/emacs/24.1/lisp/progmodes/sh-script

Features:
(shadow sort gnus-util mail-extr warnings emacsbug message format-spec
rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils time cus-start cus-load paren
cc-styles cc-align cc-engine cc-vars cc-defs regexp-opt time-date
tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar
dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow
timer select scroll-bar mouse jit-lock font-lock syntax facemenu
font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan
thai tai-viet lao korean japanese hebrew greek romanian slovak czech
european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face files text-properties overlay sha1 md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process dbusbind dynamic-setting system-font-setting
font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11772; Package emacs. (Sun, 08 Jul 2012 06:16:02 GMT) Full text and rfc822 format available.

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

From: Chong Yidong <cyd <at> gnu.org>
To: Vincent Lefevre <vincent <at> vinc17.net>
Cc: 11772 <at> debbugs.gnu.org
Subject: Re: bug#11772: 24.1; A click changes the primary selection
Date: Sun, 08 Jul 2012 14:10:26 +0800
Vincent Lefevre <vincent <at> vinc17.net> writes:

> 1. Run "emacs -Q" under X.
> 2. Select something in the Emacs window, e.g. "This buffer".
> 3. Select something in some other application that supports the
>    PRIMARY selection, e.g. xterm.
> 4. Optional: paste the PRIMARY selection somewhere (but not in the
>    Emacs window opened above). As expected, one can see that the
>    selection done in (3) is pasted.
> 5. Click somethere in the Emacs window, with the left button.
>    As expected, the selection is no longer highlighted.
> 6. Paste the PRIMARY selection somewhere: it is the one from Emacs
>    (e.g. "This buffer"), i.e. in (2), that is pasted instead of the
>    most recent PRIMARY selection from (3).

Thanks for the extremely clear testcase.  I've committed a fix to trunk.




bug closed, send any further explanations to 11772 <at> debbugs.gnu.org and Vincent Lefevre <vincent <at> vinc17.net> Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 08 Jul 2012 06:16:02 GMT) Full text and rfc822 format available.

Forcibly Merged 6372 11772. Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 08 Jul 2012 13:40:01 GMT) Full text and rfc822 format available.

Disconnected #6372 from all other report(s). Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 08 Jul 2012 13:43:02 GMT) Full text and rfc822 format available.

Forcibly Merged 6872 11772. Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Sun, 08 Jul 2012 13:43:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 06 Aug 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 286 days ago.

Previous Next


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