From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani Newsgroups: gmane.emacs.devel Subject: X selection access in xterm (OSC 52) Date: Sun, 08 Feb 2015 18:18:23 +0000 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b86da3ae0e267050e97ad09 X-Trace: ger.gmane.org 1423419517 4555 80.91.229.3 (8 Feb 2015 18:18:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2015 18:18:37 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 08 19:18:37 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 1YKWRJ-0006D9-25 for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2015 19:18:37 +0100 Original-Received: from localhost ([::1]:57373 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKWRI-0004CG-H1 for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2015 13:18:36 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKWR7-0004C9-DT for emacs-devel@gnu.org; Sun, 08 Feb 2015 13:18:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKWR6-0004a5-G3 for emacs-devel@gnu.org; Sun, 08 Feb 2015 13:18:25 -0500 Original-Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]:34719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKWR6-0004ZW-A9 for emacs-devel@gnu.org; Sun, 08 Feb 2015 13:18:24 -0500 Original-Received: by mail-wi0-f178.google.com with SMTP id hm9so1333475wib.5 for ; Sun, 08 Feb 2015 10:18:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=lkFOnCpFHiySBckyUlJYyYe19DZjsZemIKWssSvajw8=; b=T0LdnE62S3VF7/5Uxb8mSpMTago3FrQ0KBSZQoOCDez2w9fJrajjwcdkkFZlLc1Lqj e433JGVw0MPlUBED9IHR+a2+UzkUZH1yxgjDpeuxN121kwHp2jT921qGXUZynF9K8v7o vnJeFPYipwq7QG3w3h+QW7G6VRujxOb+7RsVoagoAIqVV30FBqAf7TNED83m4bgAcQdg c2GXcBPRiOaRDfRQU5JHOYQVxKVfWJ1nLMRPvtRLmzc5klJbkyDR+uKXzdVdDuyWonKF zaSiX3K+Nlhc08aw4Y5GcObgejK6R9q+FoOk6XxIjDtiqWPKQwsVI7SHgn4Stcfik24x KSSQ== X-Received: by 10.194.63.16 with SMTP id c16mr32701276wjs.117.1423419503598; Sun, 08 Feb 2015 10:18:23 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::232 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:182633 Archived-At: --047d7b86da3ae0e267050e97ad09 Content-Type: text/plain; charset=UTF-8 As described in http://invisible-island.net/xterm/ctlseqs/ctlseqs.html, xterm supports escape sequences to read or change the X clipboard. This has been implemented in HTerm, a JavaScript-based terminal emulator: https://github.com/chromium/hterm/blob/master/etc/osc52.el Would it make sense to integrate this into xterm.el directly? --047d7b86da3ae0e267050e97ad09 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
As described in=C2=A0http://invisible-island.net/xterm/ctlseqs/ctl= seqs.html, xterm supports escape sequences to read or change the X clip= board. This has been implemented in HTerm, a JavaScript-based terminal emul= ator:=C2=A0https://github.com/chromium/hterm/blob/master/etc/osc52.el
W= ould it make sense to integrate this into xterm.el directly?
--047d7b86da3ae0e267050e97ad09--