Re: Inform prompt question and plea for help


17 Dec 1995 17:13:56 GMT

bgriffin@ic.sunysb.edu (Eli the bearded) wrote:

> How does one change the prompt? Looking at the Inform
> manual it looked like a matter of of creating a
> LibraryMessages object with a new Prompt routine. This
> did not work:
>
> Object lm "LibraryMessages"
> with before [;
> Prompt: { print "^->"; rtrue; };
> ];

Try changing the first line to

Object LibraryMessages "lm"

Did that work? The machine where I store my copy of Inform is
temporarily down ...

_
Torbjorn Andersson