home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4027 < prev    next >
Encoding:
Text File  |  1992-09-08  |  934 b   |  21 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!usc!rpi!usenet.coe.montana.edu!news.u.washington.edu!news.u.washington.edu!ethanb
  3. From: ethanb@ptolemy.astro.washington.edu (Ethan Bradford)
  4. Subject: Re: Help on mark command
  5. In-Reply-To: TA2321S@acad.drake.edu's message of 7 Sep 92 12:26:51 GMT
  6. To: TA2321S@acad.drake.edu (THE PENGUIN)
  7. Message-ID: <ETHANB.92Sep7170041@ptolemy.astro.washington.edu>
  8. Lines: 5
  9. Sender: news@u.washington.edu (USENET News System)
  10. Organization: U. of Washington
  11. References: <01GOIERW2NQQ000ART@ACAD.DRAKE.EDU>
  12. Date: Tue, 8 Sep 1992 01:00:41 GMT
  13.  
  14. The current region in emacs is delimited by the mark (which you set
  15. with C-@) and the point (where the cursor currently is).  So to remove
  16. lines using the region commands, you would set a mark, move to the
  17. other side of the region, and type C-W (to wipe the region and put the
  18. contents in the kill buffer for later yanking).
  19. --
  20. -- Ethan (ethanb@u.washington.edu)
  21.