Re: XEmacs can't delete big chunks
Glynn Clements <[email protected]> Sat, 18 Jun 2005 08:48:25 +0100
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <[email protected]> |
Pete Siemsen wrote: > 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. I suspect that you need to also change interprogram-paste-function to nil. Otherwise, you will end up pasting the contents of the X clipboard (which is no longer synchronised to the kill-ring). -- Glynn Clements <[email protected]>