>>>> "Michael" == Michael Toomim
<toomim(a)cs.berkeley.edu> writes:
Michael> I've been having a problem with XEmacs putting text into
Michael> the X clipboard that I don't want/need copied.
Michael> I run XEmacs remotely over a DSL line, and every time I
Michael> press M-d, C-backspace, C-k, M-w, etc. the program
Michael> freezes because (I assume) it is transferring the XEmacs
Michael> cut buffer to the X clipboard. This makes it unbearable
Michael> to use, because the pauses are frequent and long.
Michael> I was able to get rid of these pauses by setting the
Michael> customize variable 'interprogram-cut-function' to 'none'
Michael> -- but this completely nullified the copy function
Michael> _within_ XEmacs as well. Is there a way to make XEmacs
Michael> copy and paste within itself, but not with X? Or, does
Michael> anyone have tips on other ways to get rid of the annoying
Michael> pauses?
Hi Michael,
do
M-w (kill-ring-save)
C-w (kill-region)
C-y (yank)
and
M-y (yank-pop)
work for you?
I use these to achieve copy/cut/paste/paste from kill region.
Please read up on kill and yank. It's a more powerful concept than
the usual copy/cut/paste functionality.
Try these, using C-x C-e (eval-last-sexp) at end-of-line:
(Info-goto-node "(xemacs)Killing")
(Info-goto-node "(xemacs)Yanking")
Hope this helps,
Adrian
Michael> Thanks,
Michael> Michael
--
Adrian Aichner
mailto:adrianï¼ xemacs.org
http://www.xemacs.org/