From ... Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!uninett.no!uio.no!nntp.uio.no!ifi.uio.no!not-for-mail From: Erik Naggum Newsgroups: comp.lang.lisp Subject: Re: Getting the PID in CLISP Date: 22 Oct 2002 21:45:09 +0000 Organization: Naggum Software, Oslo, Norway Lines: 17 Message-ID: <3244311909148921@naggum.no> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: maud.ifi.uio.no 1035323109 26605 129.240.65.5 (22 Oct 2002 21:45:09 GMT) X-Complaints-To: abuse@ifi.uio.no NNTP-Posting-Date: 22 Oct 2002 21:45:09 GMT Mail-Copies-To: never User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Xref: archiver1.google.com comp.lang.lisp:44354 * 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.