home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / elisp / modes / S-mode / README < prev    next >
Encoding:
Text File  |  1992-06-25  |  2.6 KB  |  76 lines

  1. S-mode version 3.4
  2. ------------------
  3.  
  4. Please note: the filenames mentioned below may be compressed at this
  5. site (such files will have an extra extension of `.Z'). Such files
  6. need to be transferred in ftp BINARY mode and uncompressed (e.g. with
  7. the Unix "uncompress" utility) at your site. Tar files (ending in
  8. `.tar') must also be transferred in BINARY mode.
  9.  
  10. This is version 3.4 of the S-mode distribution. You should get
  11. S-mode3.4.tar, which contains the following files:
  12.  
  13. README            This file
  14. CHANGES            Changes from version 2.1
  15. S.el (version 3.4)    Emacs-lisp code for S-mode
  16. S-tek.el (version 1.0)    Graphics engine for Tek terminals
  17. comint.el        The comint package
  18. comint-extra.el        Additions to the comint package
  19. comint-isearch.el       Incremental search for comint command history
  20. S-mode.texinfo (v 1.20)    Documentation for S-mode
  21.  
  22. (You can extract these files with the Unix command "tar xvf S-mode3.4.tar")
  23.  
  24.  
  25. INSTALLING THE DOCUMENTATION
  26. ----------------------------
  27.  
  28. Within Emacs, type "C-h i m Texinfo RET" for information on
  29. installing and reading Texinfo files. If you can't do this then you
  30. can get one of the following files from attunga.stats.adelaide.edu.au
  31. in directory pub/S-mode by anonymous ftp:
  32.  
  33. S-mode.info        For installing in your info tree
  34. S-mode.ps        Postscript version of the documentation
  35. S-mode.dvi        DVI version of the documentation
  36.  
  37. INSTALLING S-MODE
  38. -----------------
  39.  
  40. Create a directory (say, `~/elisp') to place the Emacs-Lisp files.
  41. Copy `S.el', `comint.el' and `comint-extra.el' to that directory, and
  42. add the lines
  43.  
  44.      (setq load-path (cons (expand-file-name "~/elisp") load-path))
  45.      (autoload 'S "S" "Run an inferior S process" t)
  46.      (autoload 's-mode "S" "Mode for editing S source" t)
  47.  
  48. to your `.emacs' file. You can byte-compile the `.el' files if you
  49. wish. See the documentation and the `S.el' file for more details ---
  50. in particular, if you use a non-standard prompt or if the command to
  51. run S is not `Splus' then you have more to do.
  52.  
  53. CHANGES FROM VERSION 2.1
  54. ------------------------
  55.  
  56. See the file CHANGES in the S-mode distribution.
  57.  
  58. BUG REPORTS, ETC
  59. ----------------
  60.  
  61. Until the end of August 1992, please report bugs to me at
  62. dsmith@stats.adelaide.edu.au. After this date, mail to that address
  63. will not be answered for some time; please contact Frank Ritter
  64. (Frank_Ritter@SHAMO.SOAR.CS.CMU.EDU) or any of the other authors then
  65. (please CC: to me as well though -- you never know, I might just
  66. answer!) Comments, suggestions, words of praise and large cash
  67. donations are also more than welcome.
  68.  
  69.  
  70. Enjoy!
  71.  
  72. --
  73. Dave Smith <dsmith@stats.adelaide.edu.au>
  74. Department of Statistics
  75. University of Adelaide, South Australia
  76.