
17 Aug
2005
17 Aug
'05
4:03 p.m.
Hi! I would like to report a small bug in SLIME for CLISP, with LINKKIT=FULL: in swank-clisp.lisp the PNAME of GetCurrentProcessId is: "gETcURRENTpROCESSiD" so the function should be: #+win32 (defmethod getpid () (cond ((find-package :win32) (funcall (find-symbol "gETcURRENTpROCESSiD" :win32))) (t (system::getenv "PID")))) Yours, Frédéric Bastenaire