help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs hangs when deleting a large portion of text in a large file


From: Joshua D. Guttman
Subject: Re: Emacs hangs when deleting a large portion of text in a large file
Date: 05 Dec 2002 08:59:30 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

Michael Mueller <michael_p_mueller@agilent.com> writes:

>   When I just jump to the end and then delete the
>   region using C-W, emacs hangs. 

Oh, for this you definitely want to use M-x delete-region 
which does not put anything on the kill ring or x clipboard.  

        Joshua 

delete-region is an interactive built-in function.
(delete-region START END)

Delete the text between point and mark.
When called from a program, expects two arguments,
positions (integers or markers) specifying the stretch to be deleted.
-- 
        Joshua D. Guttman               <guttman@mitre.org> 
        MITRE, Mail Stop S119           Office: +1 781 271 2654
        202 Burlington Rd.              Cell:   +1 781 526 5713
        Bedford, MA 01730-1420 USA      Fax:    +1 781 271 8953


reply via email to

[Prev in Thread] Current Thread [Next in Thread]