Lisp HUG Maillist Archive

Quick question: how to check that CAPI is loaded and running?

Hi

apart from checking that

	(not (null (find-package "CAPI")))

is there any other check to ensure that CAPI is actually running?   
I.e.  how do I find out that I am running a console-only image?

Thanks

Cheers

--
Marco Antoniotti, Associate Professor
DISCo, Università Milano Bicocca
Via Bicocca degli Arcimboldi 8, U7, 4 piano
I-20126 Milan (MI) ITALY

Please note that I am not checking my Spam-box anymore.






--
Marco Antoniotti



Re: Quick question: how to check that CAPI is loaded and running?

On Thu, 23 Aug 2007 17:09:37 -0400, Marco Antoniotti <marcoxa@cs.nyu.edu> wrote:

> apart from checking that
>
> 	(not (null (find-package "CAPI")))
>
> is there any other check to ensure that CAPI is actually running?
> I.e.  how do I find out that I am running a console-only image?

I was once told (forgot by whom) to check for

  SYSTEM::*AUTO-START-ENVIRONMENT-P*


Updated at: 2020-12-10 08:45 UTC