home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / editors / 2809 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!mcsun!inesc.inesc.pt!usenet
  3. From: fjp@minerva.inesc.pt (Fernando Pereira)
  4. Subject: Re: Arbitrary text blocks (Was: VI??? GROSS!)
  5. Message-ID: <1992Nov18.224426.24018@inesc.pt>
  6. Sender: usenet@inesc.pt (USENET News System)
  7. Nntp-Posting-Host: minerva-2.inesc.pt
  8. Organization: INESC, Lisboa, Portugal
  9. References: <1992Nov16.221338.42264@datamark.co.nz> <1992Nov17.145011.24541@Princeton.EDU> <1992Nov17.005252@gruc19.nor.chevron.com>
  10. Date: Wed, 18 Nov 1992 22:44:26 GMT
  11. Lines: 23
  12.  
  13. In article <1992Nov17.005252@gruc19.nor.chevron.com> hjiwa@gruc19.nor.chevron.com (Jeff Wang) writes:
  14. >bvaughan@sheps.Princeton.EDU (Barbara Vaughan) writes:
  15. >
  16. >|> I also found this feature useful when writing programs.  Let's say I have
  17. >|> a section of code I decide to make conditional, so I want to indent it to
  18. >|> make an "if.. then.." block.  I just insert a column of blanks in front of
  19. >|> that section of code.
  20.  
  21.  
  22.  
  23.  
  24. >
  25. >You could use :'a,'bs/^/  / to shift a block to the right.
  26.  
  27. What about:
  28.  
  29.     >'a (TO INDENT) or
  30.     <'a (TO UNINDENT)
  31. -- 
  32. *********************************************************************
  33. *   Fernando J. G. Pereira     IST/INESC                            *
  34. *   Lisboa - Portugal          fjp@minerva.inesc.pt                 *
  35. *********************************************************************
  36.