[1238] in SIPB_Linux_Development

home help back first fref pref prev next nref lref last post

site-start.el

daemon@ATHENA.MIT.EDU (Greg Stark)
Tue Feb 6 23:32:34 1996

Date: Tue, 6 Feb 1996 23:31:53 -0500
From: Greg Stark <gsstark@MIT.EDU>
To: linux-dev@MIT.EDU


I think it is appropriate for this to be a site-start.el.  Ideally it would be
in default.el, but more changes would have to be made so it's best to leave it
in site-start.el.

I'll check about Gnus. we may need to add a few more variables to set for the
new version of Gnus.  Someone should tell me that /usr/athena/bin and
/usr/athena/etc are in fact the right place to look for mh programs.  And that
recent linux installs use /usr/spool/mail/$USER.  

Removing ispell shouldn't cause problems; hopefully the Emacs version works.
In any case you weren't packaging the Athena ispell anyways.

Removing the clu-mode is probably ok, we should tell people to use the
superior clu-mode in the PCLU locker anyways.

greg






cd /var/tmp/
diff -u /afs/sipb.mit.edu/project/linux/packages/common/site-start.el /var/tmp/site-start.el
--- /afs/sipb.mit.edu/project/linux/packages/common/site-start.el	Sun Feb  5 13:10:41 1995
+++ /var/tmp/site-start.el	Tue Feb  6 23:20:25 1996
@@ -10,9 +10,7 @@
       gnus-local-domain "mit.edu"
       gnus-local-organization "Massachusetts Institute of Technology"
       mh-progs "/usr/athena/bin/"
-      mh-lib "/usr/athena/etc/"
-      manual-program (if (file-exists-p "/usr/athena/bin/man")
-			 "/usr/athena/bin/man" "man"))
+      mh-lib "/usr/athena/etc/")
 
 (setq load-path (cons "/usr/athena/lib/elisp" load-path))
 
@@ -22,36 +20,10 @@
       inhibit-local-variables t
       rmail-primary-inbox-list '("~/mbox" "/usr/spool/mail/$USER" "po:$USER"))
 
-;  since this is not being run out of the emacs19 locker,
-;  should this be commented out?
-;  probably...
-
-(autoload 'report-emacs-bug "emacsbug"
-	  "Report a bug in Gnu emacs."
-	  t)
-
-(setq bug-gnu-emacs "emacsdev@athena.mit.edu")
-
-(autoload 'clu-mode "clu-mode"
-	  "Load CLU mode."
-	  t)
-
-(setq auto-mode-alist (append auto-mode-alist '(("\\.clu$" . clu-mode))))
-
-(autoload 'ispell-word "ispell"
-	  "Check the spelling of a word in the buffer."
-	  t)
-(autoload 'ispell-region "ispell"
-	  "Check the spelling of a region in the buffer."
-	  t)
-(autoload 'ispell-buffer "ispell"
-	  "Check the spelling of the entire buffer."
-	  t)
-
 ; Athena auto-save customizations
 
 (defconst auto-save-main-directory
-  "/usr/tmp/"
+  "/var/tmp/"
   "The root of the auto-save directory; nil means use old style.")
 
 (defun make-auto-save-file-name ()

Diff exited abnormally with code 1 at Tue Feb  6 23:24:12

home help back first fref pref prev next nref lref last post