paste-x-selection in text%
Like
paste, but under X, uses the X selection instead of the X clipboard.
To extend or re-implement copying,
override the
do-paste-x-selection in text% or
do-paste-x-selection in pasteboard% method.
(-> voidsenda-textpaste-x-selectiontimestartend)
time: exact integer
start: exact non-negative integer or'end
end=: exact non-negative integer or'same'samePastes into the specified range. If
startis'end, then the current selection end position is used. Ifendis'same, thenstartis used forend.See Cut and Paste for a discussion of the
timeargument. Iftimeis outside the platform-specific range of times, anexn:fail:contractexception is raised.
(-> voidsenda-textpaste-x-selectiontime)
time=0: exact integerSee Cut and Paste for a discussion of the
timeargument. Iftimeis outside the platform-specific range of times, anexn:fail:contractexception is raised.