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: Re: X selection access in xterm (OSC 52) Date: Sun, 08 Feb 2015 18:48:52 +0000 Message-ID: References: <83twyw9rd6.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b86da3aec583a050e981a60 X-Trace: ger.gmane.org 1423421341 32545 80.91.229.3 (8 Feb 2015 18:49:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2015 18:49:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 08 19:49:00 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 1YKWui-0002EB-Kh for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2015 19:49:00 +0100 Original-Received: from localhost ([::1]:57429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKWui-0002Jn-64 for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2015 13:49:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKWue-0002JU-BS for emacs-devel@gnu.org; Sun, 08 Feb 2015 13:48:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKWud-0004me-3v for emacs-devel@gnu.org; Sun, 08 Feb 2015 13:48:56 -0500 Original-Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:56509) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKWub-0004li-OK; Sun, 08 Feb 2015 13:48:53 -0500 Original-Received: by mail-wg0-f48.google.com with SMTP id x12so22722646wgg.7; Sun, 08 Feb 2015 10:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to:cc :content-type; bh=rErn4tOuz3GXqXwwkrsWVgwK2VnKv1GxIGrhbbLMxbo=; b=jBH8ud8XNl59uVdAG9OKGdu8LuwH4196jEFB7dGda+vikTAJSzdrNHqw5lSnxBLaLf oVnS+hVRKB9ikWRRGj6S6YGo6hHY7n1XHreyYCDrTfDlxMM08zRVZlzPnO22z2RPXdgX WvvgLhYW0SetRlkb2LSSpYNkE5S3l6yXVnpNhGkdRt6VgTGGn89aNioGKgJV0xxRSk5y bhiAnxWdjY2D9yxclD0bFOwg3pjq/Z0xWzvyUGF8CFNnY56glWR4ap0etXR7NAoeyB7Z B0rRzPs/FkTlLZ/2tC8F1itC9wfpVi7xXlqWLqXDL2YRbXU1Kxer1LjjULnntn+IPlXU RC9g== X-Received: by 10.194.63.16 with SMTP id c16mr32958747wjs.117.1423421333065; Sun, 08 Feb 2015 10:48:53 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c00::230 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:182636 Archived-At: --047d7b86da3aec583a050e981a60 Content-Type: text/plain; charset=UTF-8 Eli Zaretskii schrieb am Sun Feb 08 2015 at 19:43:21: > > From: Philipp Stephani > > Date: Sun, 08 Feb 2015 18:18:23 +0000 > > > > 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? > > Isn't it already implemented on master? > Which file? I can't find it in http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/term/xterm.el. (The xterm-paste is something different.) --047d7b86da3aec583a050e981a60 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


Eli Zaretskii <eliz@gnu.org> schrieb am Sun Feb 08 2015 = at 19:43:21:
> From: Philipp Stephani = <p.stephani2@= gmail.com>
> Date: Sun, 08 Feb 2015 18:18:23 +0000
>
> As described in http://invisible-island.net/xterm/ctl= seqs/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?

Isn't it already implemented on master?

=
Which file? I can't find it in=C2=A0http://git.savannah.gnu.or= g/cgit/emacs.git/tree/lisp/term/xterm.el. (The xterm-paste is something= different.)
=C2=A0
--047d7b86da3aec583a050e981a60--