home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 146 < prev    next >
Encoding:
Text File  |  1992-07-27  |  964 b   |  31 lines

  1. Newsgroups: alt.lucid-emacs.help
  2. Sender: help-lucid-emacs-request@lucid.com
  3. Date: Mon, 27 Jul 92 11:53:28 PDT
  4. Message-ID: <9207271853.AA16545@thalidomide.lucid>
  5. X-Windows: Dissatisfaction guaranteed.
  6. From: Jamie Zawinski <jwz@lucid.com>
  7. Subject: Re: lemacs 19.2 and evi (vi emulator)
  8. References: <15171tINNrk7@early-bird.think.com>
  9. Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
  10. Lines: 19
  11.  
  12. In message <15171tINNrk7@early-bird.think.com> Alex Klaiber wrote:
  13. >
  14. > Hi, I am trying to use evi (the vi emulator) with lemacs 19.2.  The version
  15. > of evi that came with lemacs 19.2 doesn't work -- when I load it, lemacs
  16. > complains
  17. > Is there a quick fix I can apply?  Does someone have a version of evi that
  18. > works with lemacs 19.2?
  19.  
  20. The "quick fix" is this:
  21.  
  22.     (let ((meta-prefix-char -1))
  23.       (load-library "evi"))
  24.  
  25. For the next release, I've modified evi.el to do this in more appropriate
  26. places.
  27.  
  28. You don't really want to know why this is necessary.
  29.  
  30.     -- Jamie
  31.