home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Wed, 27 Jan 1993 17:56:16 EST
- Date: Wed, 27 Jan 1993 16:08:23 +0100
- From: Guido.Bosch%loria.fr@lucid.com (Guido Bosch)
- Message-ID: <9301271508.AA08426@moebius.loria.fr>
- Subject: vm isearch problems
- Reply-To: bosch%loria.fr@lucid.com (Guido Bosch)
- Newsgroups: alt.lucid-emacs.bug
- Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
- Sender: bug-lucid-emacs-request@lucid.com
- Lines: 31
-
- In Lucid Emacs 19.4, there is still a bug in vm-isearch-forward (on
- M-s or ESC-s). However, the patches that have been posted here long
- time ago have been applied correctly (seems that vm.elc hasn't been
- recreated after the patches).
-
- I recompiled VM, and now get another error for the the same command:
-
- (void-variable search-exit-char)
-
- I guess this is related to the changes of the isearch package
- somewhere down in version 19.3 ...
-
- Here are the related compiler warnings that I got on vm-search.el:
-
- ./../src/xemacs -batch -q -l ./vm-message.el -l ./vm-misc.el -l -f batch-byte-com vm-search.el
- While compiling vm-isearch in file vm-search.el:
- ** baud-rate is an obsolete function; use the baud-rate variable instead
- ** reference to free variable search-exit-char
- ** reference to free variable search-repeat-char
- ** reference to free variable search-reverse-char
- ** reference to free variable search-delete-char
- ** reference to free variable search-yank-word-char
- ** reference to free variable search-yank-line-char
- ** reference to free variable search-quote-char
- While compiling vm-nonincremental-search:
- ** reference to free variable search-yank-word-char
-
-
- Does anybody know how these variables are called now?
-
- Guido
-