From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: X selection access in xterm (OSC 52) Date: Mon, 16 Mar 2015 09:29:23 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1426512599 5653 80.91.229.3 (16 Mar 2015 13:29:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Mar 2015 13:29:59 +0000 (UTC) Cc: Emacs developers , Yuri Khan To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 16 14:29:51 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YXV5Z-0005ei-QA for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2015 14:29:49 +0100 Original-Received: from localhost ([::1]:49278 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXV5Z-0000vS-2A for ged-emacs-devel@m.gmane.org; Mon, 16 Mar 2015 09:29:49 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXV5J-0000vA-87 for emacs-devel@gnu.org; Mon, 16 Mar 2015 09:29:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXV5F-0004SA-QE for emacs-devel@gnu.org; Mon, 16 Mar 2015 09:29:33 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:1955) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXV5F-0004RU-MM for emacs-devel@gnu.org; Mon, 16 Mar 2015 09:29:29 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar8TAPOG1lQXW5EB/2dsb2JhbABbgwaDX4VTwGMCBAICgQ1EAQEBAQEBfIQNAQQBViMFCwsOJhIUGA0kiDgIziMBAQEHAgEfj3gHhCoFqzcihAoignMBAQE X-IPAS-Result: Ar8TAPOG1lQXW5EB/2dsb2JhbABbgwaDX4VTwGMCBAICgQ1EAQEBAQEBfIQNAQQBViMFCwsOJhIUGA0kiDgIziMBAQEHAgEfj3gHhCoFqzcihAoignMBAQE X-IronPort-AV: E=Sophos;i="5.09,536,1418101200"; d="scan'208";a="113673858" Original-Received: from 23-91-145-1.cpe.pppoe.ca (HELO pastel.home) ([23.91.145.1]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 16 Mar 2015 09:29:24 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E505FF89; Mon, 16 Mar 2015 09:29:23 -0400 (EDT) In-Reply-To: (Philipp Stephani's message of "Sun, 15 Mar 2015 18:33:38 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183905 Archived-At: > Yes. IIUC pasting has always been supported, either via the slow path of > character-by-character insertion, or the bracketed paste functionality. Tho it's not quite the same: this relies on the terminal emulator's access to the clipboard/primary so you don't get to use Emacs's own commands to choose which you want to use (e.g. C-y in Emacs still won't be able to fetch the contents of the clipboard). Stefan