Re: XEmacs can't delete big chunks
Glynn Clements <[email protected]> Fri, 17 Jun 2005 03:03:13 +0100
| Newsgroups | gmane.emacs.xemacs.general |
|---|---|
| Message-ID | <[email protected]> |
Pete Siemsen wrote: > If I load a big file (>50000 lines) into XEmacs v21.5beta17 and delete a > big chunk with, like, C-u 20000 C-k, XEmacs just sucks CPU until I kill > it. My solution: use vi for just this case. I've had this problem for > many months (years?) on different machines and versions of XEmacs. Am I > the only one? Is XEmacs synchronising the X clipboard to the kill-ring? That can make large kills horrendously slow. Check the value of interprogram-cut-function; if it isn't nil, make its so. That will make kill operations internal to XEmacs; if you want to copy to the X clipboard, use C-insert instead. -- Glynn Clements <[email protected]>