emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: X selection access in xterm (OSC 52)


From: Stefan Monnier
Subject: Re: X selection access in xterm (OSC 52)
Date: Mon, 13 Apr 2015 18:17:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> Yes, I took a look and I'll work on integrating the paste functionality.
>> Since cut and paste are mostly independent of each other, maybe you could
>> already integrate the cut patch?
> I just installed it (after adding a ChangeLog, and although it still
> lacks an etc/NEWS entry).

BTW, I can't seem to make this feature work for me.  I do:

   emacs -Q -nw
   M-x trace-function RET xterm--set-selection RET
   C-SPC M-f M-f M-f M-w
   <go to a previously running Emacs session in GUI mode>
   C-y

and instead of getting the three words from *scratch*, I get whatever
was already there before in the clipboard.  Yet, the trace buffer shows
that xterm--set-selection was called alright (and edebugging it also
indicates that it seems to be doing what it should).


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]