unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Po Lu via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Jean Louis <bugs@gnu.support>
Cc: 55992@debbugs.gnu.org
Subject: bug#55992: 29.0.50; Experiencing incorrect synchronization of clipboard
Date: Wed, 15 Jun 2022 18:42:38 +0800	[thread overview]
Message-ID: <87sfo66wdd.fsf@yahoo.com> (raw)
In-Reply-To: <86bkuue8t6.fsf@protected.rcdrun.com> (Jean Louis's message of "Wed, 15 Jun 2022 09:32:05 +0300")

Jean Louis <bugs@gnu.support> writes:

> I have these settings:
>
> (setq select-enable-clipboard t)
> (setq select-enable-primary t)
>
> And I can tell that with recent Emac, development version, I am
> experiencing incorrect synchronization of primary selection.
>
> 1) Too often I go to XTerm, I mark some words with mouse;
>
> 2) Then I switch window to Emacs and try to yank it with C-y
>
> 3) Instead of getting words from (1) I can see some previous selection.
>
> 4) Sometimes I see this message: "Selection owner couldn’t convert: TIMESTAMP [2 times]"
>
> I did not have these problems before in my work, but I have it
> now. Something changed.

Please place a breakpoint on this piece of xselect.c:

      if (there_is_a_selection_owner)
	{
===>	  AUTO_STRING (format, "Selection owner couldn't convert: %s");
	  CALLN (Fmessage, format,

and show a backtrace once it is hit.

Thanks.





  reply	other threads:[~2022-06-15 10:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15  6:32 bug#55992: 29.0.50; Experiencing incorrect synchronization of clipboard Jean Louis
2022-06-15 10:42 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2022-07-13 12:44   ` Lars Ingebrigtsen

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=87sfo66wdd.fsf@yahoo.com \
    --to=bug-gnu-emacs@gnu.org \
    --cc=55992@debbugs.gnu.org \
    --cc=bugs@gnu.support \
    --cc=luangruo@yahoo.com \
    /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).