home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / modes / math / README < prev    next >
Encoding:
Text File  |  1990-03-20  |  1.3 KB  |  39 lines

  1. This directory contains files for the GNU Emacs interface to
  2. Mathematica.  
  3.  
  4. math-mode.el and mathtalk.el run in Emacs and should
  5. be moved into a directory that is in your Emacs load-path and
  6. byte-compiled.  The binaries emacsfrontend and macnb2nbl should
  7. be moved to a directory on your Unix shell path.  (If macnb2nbl is
  8. not included, just make it with "make macnb2nbl".)  Various versions
  9. may be included in this tar file for sun3 and sun4, and mathematica 1.1
  10. and 1.2.  Move the appropriate files to the right places.
  11.  
  12. Print the math-mode.texinfo manual by running TeX on it (first
  13. make a link to the texinfo.tex macros: 
  14. ln -s <emacsdir>/man/texinfo.tex texinfo.tex) 
  15. Copy the math-mode info file to your local info directory and add
  16. an entry like the following to the info/dir file:
  17.  
  18. * Math-mode: (math-mode).       Mathematica interface.
  19.  
  20. Read the first couple sections of the manual, particularly
  21. "Setting up math-mode".
  22.  
  23. If there are problems with math-mode, first try outputting
  24. some debugging info with (setq debug-on-error t) and
  25. (setq math-show-debug t).  Send me the output if
  26. you cant figure it out.
  27.  
  28. Good luck, and enjoy.
  29.  
  30. Daniel LaLiberte   217-333-2518
  31. University of Illinois, Urbana-Champaign
  32. Department of Computer Science
  33. 1304 W Springfield
  34. Urbana, IL  61801
  35.  
  36. uiucdcs!liberte
  37. liberte@cs.uiuc.edu
  38. liberte%a.cs.uiuc.edu@uiucvmd.bitnet
  39.