[794] in NetBSD-Development
emacs19
daemon@ATHENA.MIT.EDU (Greg Stark)
Sat Jun 17 14:40:57 1995
Date: Sat, 17 Jun 1995 14:40:35 -0400
From: Greg Stark <gsstark@MIT.EDU>
To: netbsd-dev@MIT.EDU
the following parts of /usr/athena/lib/emacs/19.28/lisp/site-init.el are in error:
--- /usr/athena/lib/emacs/19.28/lisp/site-init.el Fri Jan 20 05:30:02 1995
+++ /var/tmp/better-site-init.el Sat Jun 17 14:35:25 1995
@@ -3,9 +3,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" "/usr/ucb/man"))
+ mh-lib "/usr/athena/etc/")
(autoload 'discuss "discuss" "Emacs Discuss" t)
@@ -17,7 +15,7 @@
"Report a bug in Gnu emacs."
t)
-(setq bug-gnu-emacs "emacsdev@athena.mit.edu")
+(setq bug-gnu-emacs "emacsdev@athena.mit.edu" "netbsd-dev@athena.mit.edu" )
(autoload 'clu-mode "clu-mode"
"Load CLU mode."
@@ -38,7 +36,7 @@
; 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.")
--------------------------------------------------------------------------------
the following part of /usr/athena/lib/emacs/site-lisp/default.el is also in error:
--- /usr/athena/lib/emacs/site-lisp/default.el Sat Jan 14 14:52:29 1995
+++ /var/tmp/better-default.el Sat Jun 17 14:37:36 1995
@@ -2,7 +2,5 @@
(setq discuss-pathname "/usr/athena/etc/edsc")
(setq mh-lib "/usr/athena/lib/mh")
(setq mh-progs "/usr/athena/bin")
-(if (not (file-exists-p "/usr/athena/bin/man"))
- (setq manual-program "/usr/bin/man"))
(setq auto-save-main-directory "/var/tmp/")
(setq sendmail-program "/usr/sbin/sendmail")
If the netbsd-athena development team would like help I could work on emacs
related stuff, and probably other stuff too.
greg