all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Philipp Stephani <p.stephani2@gmail.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>,
	Yuri Khan <yuri.v.khan@gmail.com>
Cc: Emacs developers <emacs-devel@gnu.org>
Subject: Re: X selection access in xterm (OSC 52)
Date: Mon, 09 Feb 2015 16:05:04 +0000	[thread overview]
Message-ID: <CAArVCkT_ukCnifP5JZCvStOGV_HKwx8RPyo8SzPzPdNw2vDWvA@mail.gmail.com> (raw)
In-Reply-To: jwvsiefwwcs.fsf-monnier+emacs@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]

Stefan Monnier <monnier@iro.umontreal.ca> schrieb am Mon Feb 09 2015 at
5:23:09 AM:

> > It’s a nice feature but be aware that most DE-specific X-based
> > terminal emulators (GNOME, Xfce, Konsole, …) do not implement it and
> > still advertise themselves as TERM=xterm[-256color].
>
> Right, the code needs to be able to handle the situation where the
> underlying terminal emulator doesn't support the feature.
>
> There are typically 2 situations:
> - the terminal emulator just ignores the special codes we send, so we
>   can happily delude ourselves into thinking they always work.
> - we check the terminal version info before enabling/using the feature
>   (see xterm--version-handler in lisp/xterm.el).
>
> It seems the first option won't work here, since we may send large
> chunks of text as clipboard contents, which are unlikely to be
> silently ignored.
>
>
>

http://invisible-island.net/xterm/xterm.log.html#xterm_203 says "add
experimental option to allow applications to get or set the selection data
as a BASE64 string (adapted from patch by Joe Allen)." I assume this is the
OSC 52 functionality, so setting 203 as the minimum requirement sounds like
a reasonable choice. On my Ubuntu 14.04 box I found the following version
strings reported:

hterm: "0;256;0"
xterm: "41;297;0"
gnome-terminal: "1;3409;0"

gnome-terminal gets adjusted to 200, so I assume that the test for >= 203
should be OK and cover both xterm and hterm.

[-- Attachment #2: Type: text/html, Size: 1989 bytes --]

  reply	other threads:[~2015-02-09 16:05 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-08 18:18 X selection access in xterm (OSC 52) Philipp Stephani
2015-02-08 18:43 ` Eli Zaretskii
2015-02-08 18:48   ` Philipp Stephani
2015-02-08 19:00 ` Stefan Monnier
2015-02-09  3:04 ` Yuri Khan
2015-02-09  4:23   ` Stefan Monnier
2015-02-09 16:05     ` Philipp Stephani [this message]
2015-02-09 17:12       ` Stefan Monnier
2015-02-10 10:30         ` Philipp Stephani
2015-02-27 19:44           ` Philipp Stephani
2015-03-13 22:08             ` Stefan Monnier
2015-03-15 18:33               ` Philipp Stephani
2015-03-16 13:29                 ` Stefan Monnier
2015-03-24 15:14                 ` Philipp Stephani
2015-03-24 21:55                   ` Stefan Monnier
2015-04-08 21:04                     ` Philipp Stephani
2015-04-09  2:10                       ` Stefan Monnier
2015-04-09 15:48                         ` Philipp Stephani
2015-04-09 18:47                           ` Philipp Stephani
2015-04-09 20:07                             ` Philipp Stephani
2015-04-13 14:57                           ` Stefan Monnier
2015-04-13 22:17                             ` Stefan Monnier
2015-04-17  2:40                               ` Stefan Monnier
2015-04-17  6:25                                 ` Philipp Stephani
2015-04-17  6:29                                   ` Philipp Stephani
2015-04-17 13:52                                     ` Stefan Monnier
2015-04-17 14:00                                       ` Philipp Stephani
2016-03-29 10:15                                         ` Philipp Stephani
2015-03-28 18:59                   ` Olaf Rogalsky
2015-03-29  3:39                     ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAArVCkT_ukCnifP5JZCvStOGV_HKwx8RPyo8SzPzPdNw2vDWvA@mail.gmail.com \
    --to=p.stephani2@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    --cc=yuri.v.khan@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.