[13548] in Athena Bugs
sgi [0.8A]: emacs
daemon@ATHENA.MIT.EDU (yandros@MIT.EDU)
Sun Jun 4 14:16:41 1995
From: yandros@MIT.EDU
Date: Sun, 4 Jun 95 14:16:20 -0400
To: bugs@MIT.EDU
Cc: bug-discuss@MIT.EDU
System name: opus.MIT.EDU
Type and version: IP22 0.8A
Display type: NG1
What were you trying to do?
Use discuss in emacs on the SGI. Specifically, reply to a
transaction by mail.
What went wrong?
It failed to be able to load `/discuss-misc'.
What should have happened?
/usr/athena/lib/emacs/site-lisp/discuss.el[c] should not have /'s at
the begining of the filenames in the autoload statements.
Anything else you'd like to add?
from /mit/discuss/sandbox/source/edsc/discuss.el:
(defvar discuss-source-dir "/afs/sipb.mit.edu/project/discuss/source/edsc/"
"Source directory from which this version of discuss is loaded, including
the trailing `/'. It must end with `/', since it will be directly
concatenated to other file names. Setting this to nil or an empty string
will cause load-path to be used.")
from: /usr/athena/lib/site-lisp/discuss.el:
(defvar discuss-source-dir "/usr/athena/lib/elisp"
"Source directory which this version of discuss is loaded from.")
Note also that it would be nice for the comment to be in english. :-)