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: Re: x-clipboard-yank insert kill-ring entry instead of primary selection Date: Mon, 02 Mar 2020 10:57:00 +0100 Message-ID: <73781ecb442d054133e5fe81bd0c1805@posteo.net> References: <831rqeho9f.fsf@gnu.org> 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="40056"; 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 Mon Mar 02 10:57:25 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 1j8hpE-000AKt-Tc for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 02 Mar 2020 10:57:24 +0100 Original-Received: from localhost ([::1]:57538 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8hpD-0002or-Vl for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 02 Mar 2020 04:57:23 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48751) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j8hov-0002oX-7C for help-gnu-emacs@gnu.org; Mon, 02 Mar 2020 04:57:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j8hou-0003yN-1U for help-gnu-emacs@gnu.org; Mon, 02 Mar 2020 04:57:04 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]:58053) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j8hot-0003xy-HM for help-gnu-emacs@gnu.org; Mon, 02 Mar 2020 04:57:03 -0500 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E2F582400FC for ; Mon, 2 Mar 2020 10:57:00 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1583143020; bh=xUKZd3YqvpCLX89VWO1tlAOU1ZMF3l4l6dBKxRLjcUk=; h=Date:From:To:Subject:From; b=kLrh9eRlKPleX9V8WkECuDt+djNE7Uj9bszv2BghqoJd7ntTtd7E9aQaW9yaIprYh UG2hPgrb5AicndJVgjkWKNRpAjwivbru01RPR0vWg8K21ri1huzoc1g2sYl5l2iQ1d 6tCmDuwyP2VCd4+QSZ5ngay4TPuhGeYfJXu3F3R/7RNjo7UopWQOaLpoBi09QkriAK XVOdRkQwNyJRXk7LcONxxcbBGZoTjgLPkGAJiZZtgXysSPqPYIAtbRhWNmeaLQgiFc YwNF8BMKntsj37q4aHhqeKy1pFAe6JmgT5AuIrR+AnIatkrXsuuX6cMNqwY32CVrYv l0D4k5CUw+BuQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 48WFt42cCJz9rxB for ; Mon, 2 Mar 2020 10:57:00 +0100 (CET) In-Reply-To: <831rqeho9f.fsf@gnu.org> 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:122508 Archived-At: On 28.02.2020 13:47, Eli Zaretskii wrote: >> Date: Fri, 28 Feb 2020 09:31:07 +0100 > > I suggest to read the section "Selection changes" in NEWS, it explains > what has changed in this area and how to customize Emacs to get back > the old pre-Emacs 24 behavior. I read it all, and now I have clearer image of the "copy/paste universe", but I can not find anything helpful yet - that is, a command to yank from primary selection, other than mouse-yank-primary (which can only be bound to mouse event). even searching for command matching *select* or *primary* does not give any interesting result. Is it possible that there is not any command to yank from primary selection? -- Mick