home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / emacs / help / 3882 < prev    next >
Encoding:
Text File  |  1992-08-29  |  2.1 KB  |  53 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!cis.ohio-state.edu!src.bae.co.UK!moore
  3. From: moore@src.bae.co.UK (Chris Moore)
  4. Subject: .vip modification to R
  5. Message-ID: <9208291145.AA18931@sun19.src.bae.co.uk>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu
  8. References: <RYANR.92Aug28111314@beethoven.CS.ColoState.EDU>
  9. Date: Sat, 29 Aug 1992 11:45:11 GMT
  10. Lines: 41
  11.  
  12.  
  13. ryanr@beethoven.cs.colostate.edu (richard ryan) said:
  14.  
  15. > I was hoping that someone could help me figure something out in the
  16. > .vip file.  I would like R in the vip command mode to turn on the
  17. > overwrite-mode and ESC to turn the overwrite-mode off.  Also, when out
  18. > of vip-mode, I wouldn't like ESC to have any meaning to overwrite-mode
  19. > any more.  Is it possible to have overwrite-mode in vip-mode?  I was
  20. > just wondering why R doesn't already do this.
  21.  
  22. You're probably using the vip.el that came with the distribution of GNU
  23. Emacs.  VIP mode has been improved since the version that I got with 18.57.
  24. Here's the header from the version I use.  The version I use lets me use
  25. all the vi key sequences that I know (which isn't saying much, but I missed
  26. the 's' and 'R' commands when using the standard vip.el).  I expect you can
  27. find it in the Emacs Lisp Archive, although I didn't check that.
  28. Otherwise, ask archie.  I seem to remember it being in a file called mvip
  29. (or mvip.tar.Z or whatever - just search for mvip) when I got it.
  30.  
  31. -----cut-----8<-----here-----8<--------------8<--------------
  32. ;; VIP: A VI Package for GNU Emacs
  33.  
  34. ;;Version 4.2 of July 24, 1991
  35. ;;Patchlevel 0
  36.  
  37. ;; LCD Archive Entry:
  38. ;; vip-mode|Aamod Sane|sane@cs.uiuc.edu
  39. ;; |Much improved vip mode - minor mode vi emulation
  40. ;; |91-07-24|4.2|~/modes/vip-mode.shar.Z
  41. ;;
  42. ;; Version 4.2: Aamod Sane (sane@cs.uiuc.edu)
  43. ;;        Jeff Lewis contributed changes marked jl (jlewis@cse.ogi.edu)
  44. ;; Version 4.1: Aamod Sane (sane@cs.uiuc.edu)
  45. ;; Version 3.5: Masahiko Sato (ms@sail.stanford.edu).
  46. ;;        In Japan masahiko@sato.riec.tohoku.junet
  47.  
  48. ;; Current bug reports 
  49. ;;             Aamod Sane (sane@cs.uiuc.edu)
  50. -----cut-----8<-----here-----8<--------------8<--------------
  51.  
  52. Chris.
  53.