[10759] in Athena Bugs
rsaix 7.5B: edsc (M-x discuss-forward-to-meeting)
daemon@ATHENA.MIT.EDU (Rich Tauriello)
Sat Aug 14 03:23:42 1993
To: bugs@Athena.MIT.EDU
Date: Sat, 14 Aug 93 03:23:35 EDT
From: Rich Tauriello <rptaurie@Athena.MIT.EDU>
System name: m16-034-14
Type and version: POWER 7.5B
Display type: POWER_Gt1
What were you trying to do?
Use M-x discuss-forward-to-meeting
What's wrong:
First, it complained that discuss-enter's function definition
was void. I poked around a bit and found a file discuss-enter.el(c),
loaded it, and tried again. This time it worked, more or less. When I
hit C-c C-c, it entered the transaction correctly, but reported some
kind of error like "wrong-type: (stringp nil)" or something.
What should have happened:
I guess there should be a line like
(autoload 'discuss-enter
(concat discuss-source-dir "/discuss-enter")
"Something" nil)
; ^--- Note that it's not interactive.
in with the rest of the autoload's in /usr/athena/lib/elisp/discuss.el
so M-x discuss-forward-to-meeting works. I don't know where that
second error came from, but it's not as important.
Please describe any relevant documentation references:
[Please replace this line with your information.]