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