home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 528 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.7 KB  |  43 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Wed, 27 Jan 1993 17:56:16 EST
  2. Date: Wed, 27 Jan 1993 16:08:23 +0100
  3. From: Guido.Bosch%loria.fr@lucid.com (Guido Bosch)
  4. Message-ID: <9301271508.AA08426@moebius.loria.fr>
  5. Subject: vm isearch problems
  6. Reply-To: bosch%loria.fr@lucid.com (Guido Bosch)
  7. Newsgroups: alt.lucid-emacs.bug
  8. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  9. Sender: bug-lucid-emacs-request@lucid.com
  10. Lines: 31
  11.  
  12. In Lucid Emacs 19.4, there is still a bug in vm-isearch-forward (on
  13. M-s or ESC-s). However, the patches that have been posted here long
  14. time ago have been applied correctly (seems that vm.elc hasn't been
  15. recreated after the  patches).
  16.  
  17. I recompiled VM, and now get another error for the the same command:
  18.  
  19.     (void-variable search-exit-char)
  20.  
  21. I guess this is related to the changes of the isearch package
  22. somewhere down in version 19.3 ...
  23.  
  24. Here are the related compiler warnings that I got on vm-search.el: 
  25.  
  26. ./../src/xemacs -batch -q -l ./vm-message.el -l ./vm-misc.el -l -f batch-byte-com vm-search.el
  27. While compiling vm-isearch in file vm-search.el:
  28.   ** baud-rate is an obsolete function; use the baud-rate variable instead
  29.   ** reference to free variable search-exit-char
  30.   ** reference to free variable search-repeat-char
  31.   ** reference to free variable search-reverse-char
  32.   ** reference to free variable search-delete-char
  33.   ** reference to free variable search-yank-word-char
  34.   ** reference to free variable search-yank-line-char
  35.   ** reference to free variable search-quote-char
  36. While compiling vm-nonincremental-search:
  37.   ** reference to free variable search-yank-word-char
  38.  
  39.  
  40. Does anybody know how these variables are called now? 
  41.  
  42.     Guido
  43.