[4314] in testers
Re: printing problem when Framemaker is used to read mime attachments
daemon@ATHENA.MIT.EDU (Dan Winship)
Fri Jul 16 14:55:53 1999
Message-Id: <199907161855.OAA270995@antharia.mit.edu>
To: Alex T Prengel <alexp@MIT.EDU>
Cc: testers@MIT.EDU, ajfox@MIT.EDU
In-Reply-To: Your message of "Fri, 16 Jul 1999 14:45:11 EDT."
<199907161845.OAA07476@dit.mit.edu>
Date: Fri, 16 Jul 1999 14:55:44 -0400
From: Dan Winship <danw@MIT.EDU>
The show-msword script starts up frame using:
/bin/athena/attachandrun frame fmclient fmclient -f "$1" -fpname /mit/frame/bin/reader
which ought to translate to:
/mit/frame/arch/$ATHENA_SYS/bin/fmclient -f "$1" -fpname /mit/frame/bin/reader
(where $1 is the filename). It looks like fmclient is a symlink to
share/bin/maker, so we should be getting all the right Athenaisms.
I think the problem may actually be that the Word document has a
default printer encoded into it, and so Frame uses that.
I'll see what I can do to fix this.
-- Dan