From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: mickbert@posteo.net Newsgroups: gmane.emacs.help Subject: x-clipboard-yank insert kill-ring entry instead of primary selection Date: Fri, 28 Feb 2020 09:31:07 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="36206"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Posteo Webmail To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Feb 28 09:31:32 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1j7b3U-0009LN-Tw for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Feb 2020 09:31:32 +0100 Original-Received: from localhost ([::1]:43482 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7b3T-0000bO-V7 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 28 Feb 2020 03:31:31 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43643) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7b3A-0000bC-0W for help-gnu-emacs@gnu.org; Fri, 28 Feb 2020 03:31:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7b38-0002DK-QT for help-gnu-emacs@gnu.org; Fri, 28 Feb 2020 03:31:11 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:51511) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7b38-0002Bq-Ab for help-gnu-emacs@gnu.org; Fri, 28 Feb 2020 03:31:10 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id B7D072400FB for ; Fri, 28 Feb 2020 09:31:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1582878667; bh=a4T9+pXQJ9wy+2Vfs7jxCgx34dBcjj2E/K7GS6oqiG8=; h=Date:From:To:Subject:From; b=Uch/ZF82qKT/mGsjD0qbyeG1a+sg+89pb8oj2eb4oe7/friQgGMcbs1aLSZY3efgO h0K8u8aC2NYWVC2RbGcTnBkKEfhh+1pVYN4UgSi7KyxDMpoxaL/29PnPbqCfvGpQrL 7KVu8K3KeMhJWIv7JD9mbpXUoIwjzuVUdnFtd2p2el6u/sQyZmzPbULlNGmA8oVJdy rI8Us9cgGXxhYRDJaTPztIWeOhBc40uUaVn2CzinifcdFcF4wUMSzYoQYa1FD3RZrK pzgiPiwPtBuNqPEXGVtBUM0zu0E3zgSBZ4jv39D8tFlJdAC22PdIfRi48RBJqeDRY+ BbLYkiHLZA52Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48TN6M1dD1z9rxS for ; Fri, 28 Feb 2020 09:31:07 +0100 (CET) X-Sender: mickbert@posteo.net X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.67.36.66 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:122499 Archived-At: Hello. I am using GNU Emacs 24.3.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.22.30) of 2018-09-12 on x86-039.build.eng.bos.redhat.com (but the same happen with the latest version compiled by me from sources) in an X frame Note that the middle button of mouse, bound to 'mouse-yank-primary, works correctly. Instead the command 'x-clipboard-yank (which I bound to "", "", "" just as experiments) inserts the current entry of kill-ring, just the same as 'yank. Any idea what I can look to find why it does this way, and correct it? -- Mick