RE: Using ACL with ILISP on MS Windows
"Clementson, Bill" <[email protected]> Tue, 16 Apr 2002 09:41:38 -0600
| Newsgroups | gmane.lisp.ilisp.general |
|---|---|
| Message-ID | <[email protected]> |
> [I have looked a bit on the code as it is, but can't make too much out > of it. ilisp-display-output-in-lisp-listener seems to call > comint-insert directly, which I find somewhat astonishing because no > filter is applied then. Anyway, whitespace is filtered out here, so > maybe Bill could modify something at this place (hope it's the > relevant one): ilisp-display-output-in-lisp-listener is just one of the possible output functions that ILISP can call (from ilisp-display-output-default). And ilisp-display-output-default is the function that is assigned to the ilisp-display-output-function variable (which is called by the lisp-display-output function. That is why I tried attaching my function to the ilisp-display-output-function variable (I call the default ilisp-display-output-default function in my function). However, it didn't work :-( -- Bill Clementson