To reproduce go into vi and enter insert mode by pressing 'i' type something
then highlight it by clicking the left mouse button. Now press and hold
enter until the highlighted text scrolls off the screen and then press the
middle mouse button to try and paste. The text that was just selected does
not paste.
My vi/elvis version is 2.2.0, but I don't think it's a vi problem because
I was using that same vi version with xterm -version X.Org 6.8.99.903(232)
without this problem. However I don't have this copy/paste problem in
KDE's Konsole or vim, it's just vi using this newer version of xterm.
Any ideas what the problem may be?
Doing some more testing, vim has the same problem as elvis, but copy/paste
works good in Konsole so I think it is a bug with xterm version 243.
Unless I saw the difference in similarly-configured xterms
running side-by-side on the same host (to get the same locale,
etc), I'd assume it was some configuration difference.
Source for 232 is here:
ftp://invisible-island.net/xterm/
Changes are summarized here:
http://invisible-island.net/xterm/xterm.log.html
hth
--
Thomas E. Dickey <dic...@invisible-island.net>
http://invisible-island.net
ftp://invisible-island.net
I found the problem, the fix is to right click on the KDE clipboard on the panel
and select configure Klipper and check the box by "Ignore selection" also
make sure "Separate clipboard and selection" is selected, then after
applying that, right click again on the clipboard and select
"Clear Clipboard History". Now the selection buffer works as expected.
sounds good (thanks for the feedback).