Re: XEmacs can't delete big chunks

Pete Siemsen <[email protected]> Sun, 19 Jun 2005 13:50:28 -0600
Newsgroups gmane.emacs.xemacs.general
Message-ID <[email protected]>
Thanks, Glynn.  That was it.

-- Pete


>>>>> "Glynn" == Glynn Clements <[email protected]>
>>>>> wrote the following on Sat, 18 Jun 2005 08:48:25 +0100
  Glynn>
  Glynn> Pete Siemsen wrote:
  Glynn>
  >> Thanks, Glynn and Stephen, that sorta worked.  I changed
  >> interprogram-cut-function from own-clipboard to nil.  Performance of
  >> large cuts is much better, but now when I do a simple C-k and C-y, I
  >> get "l^A" instead of the line that was cut.
  Glynn>
  Glynn> I suspect that you need to also change interprogram-paste-function to
  Glynn> nil. Otherwise, you will end up pasting the contents of the X
  Glynn> clipboard (which is no longer synchronised to the kill-ring).
  Glynn>
  Glynn> --
  Glynn> Glynn Clements <[email protected]>