From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.devel Subject: Re: X selection access in xterm (OSC 52) Date: Mon, 9 Feb 2015 10:04:56 +0700 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1423451143 13242 80.91.229.3 (9 Feb 2015 03:05:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Feb 2015 03:05:43 +0000 (UTC) Cc: Emacs developers To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 09 04:05:43 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 1YKefN-0000tt-Gu for ged-emacs-devel@m.gmane.org; Mon, 09 Feb 2015 04:05:41 +0100 Original-Received: from localhost ([::1]:58598 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKefM-0006y3-OQ for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2015 22:05:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39134) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKef3-0006xm-2Z for emacs-devel@gnu.org; Sun, 08 Feb 2015 22:05:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKeez-00088N-Tu for emacs-devel@gnu.org; Sun, 08 Feb 2015 22:05:21 -0500 Original-Received: from mail-ie0-f178.google.com ([209.85.223.178]:43102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKeez-00088H-Qa for emacs-devel@gnu.org; Sun, 08 Feb 2015 22:05:17 -0500 Original-Received: by iecrp18 with SMTP id rp18so9108883iec.10 for ; Sun, 08 Feb 2015 19:05:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=MxOIr9Sbpb+VnvpXq7MJ9cwO3Y2Mn3WXpcpoVhFLHoM=; b=CL3KXyvaXgMBUBqvzXjujvIaoRNUtBTXCITClRxBO9Mv3N5j9MUXiXLOuYo1DSsAH6 Zz6qD06L9Yi9p4zXxZLciIVb1+QKSjOXrbppDCX+6JNd44Q2GUZFBfB/BA2Qjx73//iM w0mbHh+UKLRIScfEONmM2ew7SdBI2lnDlf1qcPYhr2Fv7w0La0hqcPcpRwZKN92hp1EC L5TVauCp8KuKRc5i57Wd5wTH9oRZobIszdw1bP8oazb0zNBcrKncSh5uqnO9V4S44UZj o8EIfcGONiCl3wVdGbsUdxT147ypmvtuVYiWe+ZC45m1wtpuk/yUuRu5pHbZe1fkiMEK piRg== X-Received: by 10.50.25.166 with SMTP id d6mr14527233igg.41.1423451116844; Sun, 08 Feb 2015 19:05:16 -0800 (PST) Original-Received: by 10.107.48.82 with HTTP; Sun, 8 Feb 2015 19:04:56 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: ot_TJZHJTiXzYILtw09U87kVBP8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.223.178 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:182653 Archived-At: On Mon, Feb 9, 2015 at 12:18 AM, Philipp Stephani w= rote: > As described in http://invisible-island.net/xterm/ctlseqs/ctlseqs.html, > xterm supports escape sequences to read or change the X clipboard. This h= as > 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? It=E2=80=99s a nice feature but be aware that most DE-specific X-based terminal emulators (GNOME, Xfce, Konsole, =E2=80=A6) do not implement it an= d still advertise themselves as TERM=3Dxterm[-256color].