[slime-devel] SLIME bug in CLISP, with LINKKIT=FULL

Frédéric Bastenaire fbast at o2online.de
Wed Aug 17 16:03:18 UTC 2005


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




More information about the slime-devel mailing list