home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / GNU / emacs.inst / emacs19.idb / usr / gnu / lib / emacs / site-lisp / shape-config.el.z / shape-config.el
Encoding:
Text File  |  1994-08-02  |  1.8 KB  |  42 lines

  1. ; LAST EDIT: Tue Nov  1 12:58:12 1988 by Uli Pralle (coma!uli) 
  2. ;;; This file is not part of the GNU Emacs distribution (yet).
  3.  
  4. ;; SHAPE commands for Emacs
  5. ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
  6.  
  7. ;; This file is part of GNU Emacs.
  8.  
  9. ;; GNU Emacs is distributed in the hope that it will be useful,
  10. ;; but WITHOUT ANY WARRANTY.  No author or distributor
  11. ;; accepts responsibility to anyone for the consequences of using it
  12. ;; or for whether it serves any particular purpose or works at all,
  13. ;; unless he says so in writing.  Refer to the GNU Emacs General Public
  14. ;; License for full details.
  15.  
  16. ;; Everyone is granted permission to copy, modify and redistribute
  17. ;; GNU Emacs, but only under the conditions described in the
  18. ;; GNU Emacs General Public License.   A copy of this license is
  19. ;; supposed to have been given to you along with GNU Emacs so you
  20. ;; can know your rights and responsibilities.  It should be in a
  21. ;; file named COPYING.  Among other things, the copyright notice
  22. ;; and this notice must be preserved on all copies.
  23.  
  24. ;; To configure the emacs interface change the following two
  25. ;; definitions (directory names *must* end with a "/"):
  26.  
  27. (setq shape-bin-dir "/usr/local/bin/shape/")
  28. (setq shape-interface-dir "/usr/local/lib/shape/")
  29.  
  30.  
  31. (setq shape-vl-command (concat shape-bin-dir "vl"))
  32. (setq shape-vadm-command (concat shape-bin-dir "vadm"))
  33. (setq shape-vcat-command (concat shape-bin-dir "vcat"))
  34. (setq shape-save-command (concat shape-bin-dir "save"))
  35. (setq shape-retrv-command (concat shape-bin-dir "retrv"))
  36. (setq shape-submit-command (concat shape-bin-dir "sbmt"))
  37. (setq shape-vlog-command (concat shape-bin-dir "vlog"))
  38. (setq shape-wishes-command (concat shape-interface-dir "shape-wishes"))
  39.  
  40. (load (concat shape-interface-dir "emacs-shape-autoloads.el") t t)
  41.  
  42.