From: Dave Boldt <dboldt(a)usgs.gov>
Date: Fri, 26 Oct 2001 17:12:13 -0400
control-k is taking a full 2 seconds per invocation.
other tasks so far seem normal.
Solaris 2.6, xemacs 21.4.5
I've moved my .emacs file out of the way ... no change.
This is probably interprogram cut & paste function. Set them to nil.
I have at-home defined to separate xemacs running locally vs remotely.
;; pushing cut/paste to clipboard over remote X connection is really slow
(setq-default interprogram-cut-function (if at-home 'own-clipboard nil))
(setq-default interprogram-paste-function (if at-home 'get-clipboard nil))
-jeff