home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.lucid-emacs.help
- Sender: help-lucid-emacs-request@lucid.com
- Date: Mon, 27 Jul 92 11:53:28 PDT
- Message-ID: <9207271853.AA16545@thalidomide.lucid>
- X-Windows: Dissatisfaction guaranteed.
- From: Jamie Zawinski <jwz@lucid.com>
- Subject: Re: lemacs 19.2 and evi (vi emulator)
- References: <15171tINNrk7@early-bird.think.com>
- Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
- Lines: 19
-
- In message <15171tINNrk7@early-bird.think.com> Alex Klaiber wrote:
- >
- > Hi, I am trying to use evi (the vi emulator) with lemacs 19.2. The version
- > of evi that came with lemacs 19.2 doesn't work -- when I load it, lemacs
- > complains
- > Is there a quick fix I can apply? Does someone have a version of evi that
- > works with lemacs 19.2?
-
- The "quick fix" is this:
-
- (let ((meta-prefix-char -1))
- (load-library "evi"))
-
- For the next release, I've modified evi.el to do this in more appropriate
- places.
-
- You don't really want to know why this is necessary.
-
- -- Jamie
-