Subject: Re: Getting the PID in CLISP From: Erik Naggum <erik@naggum.no> Date: 22 Oct 2002 21:45:09 +0000 Newsgroups: comp.lang.lisp Message-ID: <3244311909148921@naggum.no> * Marc Mertens | I run CLISP in unix,linux or solaris and wants to get the process id of | the running lisp process. Can someone tell me how I can do this. Have you tried (apropos "pid")? (Curiously, the only Common Lisp implementation I have here that does /not/ accept the above is Allegro CL in their "ansi mode", in which they force you to write (apropos "pid" nil nil t) if you want case-insensitive matches -- there is no way to make the last argument default to true! No wonder case-sensitivity hurts more than it should.) -- Erik Naggum, Oslo, Norway Act from reason, and failure makes you rethink and study harder. Act from faith, and failure makes you blame someone and push harder.