From: Francis Leboutte

Subject: Re: In- and out

Date: 2000-11-28 7:29

I have not ACL6 at hand at present time. Could you look in the console (see 
in one of the IDE menus), output could be there.

With ACL6 *beta* I had defined the following functions. Use debug-pane to 
print to.

As far as I remember *standard-output* was bound in the IDE process at 
startup time to what debug-pane returns. Notice each ACL process maintains 
its own bindings for some CL variables like *standard-output*.

;;; debug frame window
(defun debug-frame ()
   (devel::listener-frame))

;;; the current (selected) listener debug window
(defun debug-win ()
   (cg::command-child (debug-frame)))

;;; single pane of current (selected) listener window
(defun debug-pane ()
   (frame-child (debug-win)))


At 28/11/00 09:53 +0100, Sven Naumann wrote:
>It must be something very simple, but I just don't see it. While in ACL >5.(01) print-commands without any >stream-argument [e.g (print 4)] used in an window-based application porduced >output on the debug-window, which was nice for simple debugging sometimes. >In ACL 6.0 this simply does not work. Even after looking at the realise >notes, I don't see why. Using *standard-output* as a stream-argument does >not have any consequence. I am stuck. > >Sven Naumann > >Linguistische Datenverarbeitung >Universität Trier
Francis Leboutte www.algo.be Visit www.climatevoice.org and take action