home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3496 < prev    next >
Encoding:
Internet Message Format  |  1992-07-25  |  868 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!waikato.ac.nz!comp.vuw.ac.nz!raygun!mike
  2. Newsgroups: gnu.emacs.help
  3. Subject: Re: Two ideas for implementing repeat-last-command
  4. Message-ID: <MIKE.92Jul26152541@raygun.inform.co.nz>
  5. From: mike@inform.co.nz (Mike Williams)
  6. Date: Sun, 26 Jul 1992 03:25:41 GMT
  7. Sender: news@inform.co.nz (News daemon)
  8. References: <9207240311.AA01128@sfi.santafe.edu>
  9. Organization: InForm Group, Wellington, New Zealand.
  10. In-Reply-To: terry@santafe.edu's message of Thu, 23 Jul 92 21:11:35 MDT
  11. To: terry@santafe.edu
  12. Lines: 12
  13.  
  14.  
  15. >>> On Thu, 23 Jul 92 21:11:35 MDT,
  16. >>> "Terry" == terry@santafe.edu (Terry Jones) writes:
  17.  
  18. Terry> ... how do you 'pure' emacs folks do things like delete the text
  19. Terry> from point to the place 3 slashes further on on the line?
  20.  
  21.   Erm, how about:
  22.     C-u 3 M-z /
  23.  
  24.   (where M-z calls the function zap-to-char)
  25.  
  26.