home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0286.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  1.5 KB  |  33 lines

  1. irvine@lks.csi.com wrote:
  2. > As part of the ispell 3 installation process, an ispell.el file is
  3. > placed in the lemacs/lisp directory. As part of the lemacs 19.6
  4. > distribution, there is another ispell.el file that resides in the
  5. > lemacs/lisp/packages directory. Which is the corrent one to use? 
  6.  
  7. The version of ispell.el that comes with lemacs 19.6 is known to work with
  8. lemacs 19.6 and ispell 3.0.9.  I don't know whether the version of ispell.el
  9. that comes with ispell 3.0.9 works with lemacs, but it certainly will work
  10. less well.  The lemacs 19.6 ispell.el won't work with any older version of
  11. ispell (but the versions of ispell.el that come with ispell also tend not to
  12. work with any other version but the one they come with.)
  13.  
  14. > If I use the one that is part of lemacs 19.6, I still get the version
  15. > mismatch message from ispell that I got before I upgraded. 
  16.  
  17. Then you're not using ispell 3.0.9, which I believe is on ftp.cs.ucla.edu in
  18. pub/ispell/.
  19.  
  20. Unfortunately, ispell has gone through numerous interface changes, making it
  21. very hard to have one .el interface to it that works with all versions.  I
  22. recently made ispell.el work with 19.6 and 3.0.9, and sent my changes back to
  23. ispell's author, so hopefully they will be synchronized in the future.
  24.  
  25. One of the changes I made to ispell.el was to simply refuse to run with a
  26. version of ispell different from the one it's expecting, which is why you're
  27. seeing the version mismatch message.  Before I did this, the failure symptom
  28. was to silently do nothing, which was not terribly informative.
  29.  
  30.     -- Jamie
  31.  
  32.