[4082] in SIPB bug reports
NetProb ticket #64, rsaix 7.5B: edsc (M-x discuss-forward-to-meeting)
daemon@ATHENA.MIT.EDU (carla@mit.edu)
Mon Sep 13 15:51:53 1993
From: carla@mit.edu
Date: Mon, 13 Sep 93 15:51:21 EDT
To: bug-sipb@mit.edu
Cc:
Hi!
This came into bugs a while ago, but we weren't sure what to do with it.
I just checked over the watchmaker instance, though, and Jonathan said
that it was a sipb program, so I figured I'd send this here.
Thanks,
Carla
====================================================================
>To: bugs@Athena.MIT.EDU
>Subject: rsaix 7.5B: edsc (M-x discuss-forward-to-meeting)
>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.