home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0400 / CCE_0410.ZIP / CCE_0410.PD / EMACS_58.ZOO / e-lisp / loadup.el < prev    next >
Lisp/Scheme  |  1992-07-14  |  5KB  |  151 lines

  1. ;Load up standardly loaded Lisp files for Emacs.
  2. ;; This is loaded into a bare Emacs to make a dumpable one.
  3. ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
  4.  
  5. ;; This file is part of GNU Emacs.
  6.  
  7. ;; GNU Emacs is free software; you can redistribute it and/or modify
  8. ;; it under the terms of the GNU General Public License as published by
  9. ;; the Free Software Foundation; either version 1, or (at your option)
  10. ;; any later version.
  11.  
  12. ;; GNU Emacs is distributed in the hope that it will be useful,
  13. ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. ;; GNU General Public License for more details.
  16.  
  17. ;; You should have received a copy of the GNU General Public License
  18. ;; along with GNU Emacs; see the file COPYING.  If not, write to
  19. ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21.  
  22. (load "subr")
  23. (garbage-collect)
  24. (load "loaddefs.el")  ;Don't get confused if someone compiled loaddefs by mistake.
  25. (garbage-collect)
  26. (load "simple")
  27. (garbage-collect)
  28. (load "help")
  29. (garbage-collect)
  30. (load "files")
  31. (garbage-collect)
  32. (load "indent")
  33. (load "window")
  34. (load "paths.el")  ;Don't get confused if someone compiled paths by mistake.
  35. (garbage-collect)
  36. (load "startup")
  37. (load "lisp")
  38. (garbage-collect)
  39. (load "page")
  40. (load "register")
  41. (garbage-collect)
  42. (load "paragrph")
  43. (load "lisp-mod")
  44. (garbage-collect)
  45. (load "text-mod")
  46. (load "fill")
  47. (garbage-collect)
  48. (load "c-mode")
  49. (garbage-collect)
  50. (load "isearch")
  51. (garbage-collect)
  52. (load "replace")
  53. (if (eq system-type 'vax-vms)
  54.     (progn
  55.       (garbage-collect)
  56.       (load "vmsproc")))
  57. (garbage-collect)
  58. (load "abbrev")
  59. (garbage-collect)
  60. (load "buff-mnu")
  61. (if (eq system-type 'vax-vms)
  62.     (progn
  63.       (garbage-collect)
  64.       (load "vms-patch")))
  65.  
  66. ;If you want additional libraries to be preloaded and their
  67. ;doc strings kept in the DOC file rather than in core,
  68. ;you may load them with a "site-load.el" file.
  69. ;But you must also cause them to be scanned when the DOC file
  70. ;is generated.  For VMS, you must edit ../etc/makedoc.com.
  71. ;For other systems, you must edit ../src/ymakefile.
  72. (if (load "site-lod" t)
  73.     (garbage-collect))
  74.  
  75. (load "version.el")  ;Don't get confused if someone compiled version.el by mistake.
  76.  
  77. ;; Note: all compiled Lisp files loaded above this point
  78. ;; must be among the ones parsed by make-docfile
  79. ;; to construct DOC.  Any that are not processed
  80. ;; for DOC will not have doc strings in the dumped Emacs.
  81.  
  82. (message "Finding pointers to doc strings...")
  83. (if (fboundp 'dump-emacs)
  84.     (let ((name emacs-version))
  85.       (while (string-match "[^-+_.a-zA-Z0-9]+" name)
  86.     (setq name (concat (downcase (substring name 0 (match-beginning 0)))
  87.                "-"
  88.                (substring name (match-end 0)))))
  89. ;
  90. ; (sjk)++ Make it look in $(EMACSDOC) for DOC file...
  91. ;
  92.       (copy-file (expand-file-name (concat (getenv "EMACSDOC") "/doc"))
  93.          (concat (expand-file-name (concat (getenv "EMACSDOC")
  94.                            "/doc-")) name)
  95.          t)
  96.       (Snarf-documentation (concat "doc-" name)))
  97.     (Snarf-documentation "doc"))
  98. (message "Finding pointers to doc strings...done")
  99.  
  100. ;Note: You can cause additional libraries to be preloaded
  101. ;by writing a site-init.el that loads them.
  102. ;See also "site-lod" above.
  103. (load "site-int" t)
  104. (garbage-collect)
  105.  
  106. (if (or (equal (nth 3 command-line-args) "dump")
  107.     (equal (nth 4 command-line-args) "dump"))
  108.     (if (eq system-type 'vax-vms)
  109.     (progn 
  110.       (message "Dumping data as file temacs.dump")
  111.       (dump-emacs "temacs.dump" "temacs")
  112.       (kill-emacs))
  113.       (if (fboundp 'dump-emacs-data)
  114.       ;; Handle the IBM RS/6000, and perhaps eventually other machines.
  115.       (progn
  116.         ;; This strange nesting is so that the variable `name'
  117.         ;; is not bound when the data is dumped.
  118.         (message "Dumping data as file ../etc/EMACS-DATA")
  119.         (dump-emacs-data "../etc/EMACS-DATA")
  120.         (kill-emacs))
  121.     (let ((name (concat "emacs-" emacs-version)))
  122.       (while (string-match "[^-+_.a-zA-Z0-9]+" name)
  123.         (setq name (concat (downcase (substring name 0 (match-beginning 0)))
  124.                    "-"
  125.                    (substring name (match-end 0)))))
  126.       (message "Dumping under name xemacs"))
  127.     (condition-case ()
  128.         (delete-file "xemacs")
  129.       (file-error nil))
  130.     (dump-emacs "xemacs" "temacs")
  131.     ;; Recompute NAME now, so that it isn't set when we dump.
  132. ; (sjk)++ We only want to dump under name "xemacs"
  133. ;
  134. ;    (let ((name (concat "emacs-" emacs-version)))
  135. ;      (while (string-match "[^-+_.a-zA-Z0-9]+" name)
  136. ;          (setq name (concat (downcase (substring name 0 (match-beginning 0)))
  137. ;                   "-"
  138. ;                   (substring name (match-end 0)))))
  139. ;      (add-name-to-file "xemacs" name t))
  140.     (kill-emacs))))
  141.  
  142. ;; Avoid error if user loads some more libraries now.
  143. (setq purify-flag nil)
  144.  
  145. ;; For machines with CANNOT_DUMP defined in config.h,
  146. ;; this file must be loaded each time Emacs is run.
  147. ;; So run the startup code now.
  148.  
  149. (or (fboundp 'dump-emacs)
  150.     (eval top-level))