Jim Kinder wrote:
With the latest 21.4 releases if I run xemacs remotely
to my home Linux box from a Solaris box at work through
a SSH gateway, Control-K is VERY slow to respond. So much
so that I have to revert back to 21.1 for usable text editing.
Add the following to your ~/.emacs file:
(setq interprogram-cut-function nil
interprogram-paste-function nil)
--
Glynn Clements <glynn.clements(a)virgin.net>