Anthony V. Carrillo wrote:
My colleagues and I receive very large text files, and we continue
to
have a problem of Xemacs freezing when highlight a large and use M-w
to copy the region.
If the freeze occurs when you presss M-w, try:
(setq interprogram-cut-function nil
interprogram-paste-function nil)
This causes C-w, M-w, C-y etc to be "internal" to XEmacs, rather than
setting/reading the clipboard. If you wish to copy/paste between
XEmacs and other programs, you will need to use C-insert and
Sh-insert.
--
Glynn Clements <glynn.clements(a)virgin.net>