home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / editors / 2731 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!boulder!ucsu!tramp.Colorado.EDU!brandy
  3. From: brandy@tramp.Colorado.EDU (BRANDAUER CARL M)
  4. Subject: Re: VI??? GROSS!
  5. Message-ID: <brandy.721585760@tramp.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: tramp.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <1992Oct28.162607.5613@sunvax.sun.ac.za> <1992Oct28.214551.21668@wixer.cactus.org> <LYT86XN@math.fu-berlin.de>
  10. Date: Thu, 12 Nov 1992 16:29:20 GMT
  11. Lines: 11
  12.  
  13. wolff@inf.fu-berlin.de (Thomas Wolff) writes:
  14.  
  15. ....... it is not even capable of performing one of the most elementary 
  16. >text editing tasks: marking an arbitrary (!) block of text and by some 
  17. >means copying or moving it to another place.
  18.  
  19. Nonsense!  Put the cursor on the first character of the arbitrary text
  20. block and do a yank using a regular expression target.  Everything up
  21. to but not including the regular expression can be duplicated anywhere
  22. you like, even in another file if named buffers are used.  All this works
  23. with delete as well if the intent is to move the block.
  24.