Update of /project/mcclim/cvsroot/mcclim/Backends/beagle
In directory common-lisp.net:/tmp/cvs-serv10205/Backends/beagle
Modified Files:
README.txt
Log Message:
Remove clim-listener:run-listener-process, since it's not used
anymore.
Also update comment in fix-sbcl
Date: Thu Sep 22 13:40:30 2005
Author: rschlatte
Index: mcclim/Backends/beagle/README.txt
diff -u mcclim/Backends/beagle/README.txt:1.18 mcclim/Backends/beagle/README.txt:1.19
--- mcclim/Backends/beagle/README.txt:1.18 Sun Jun 12 18:53:25 2005
+++ mcclim/Backends/beagle/README.txt Thu Sep 22 13:40:30 2005
@@ -118,13 +118,12 @@
7. -> (setf climi:*default-server-path* :clx)
8. -> (clim-listener:run-listener)
9. CL-USER> (setf climi:*default-server-path* :beagle)
-10. CL-USER> (clim-listener:run-listener-process)
+10. CL-USER> (clim-listener:run-listener :new-process t)
I can get both a CLX and a Beagle Listener running simultaneously.
-You can also do a (clim-listener:run-listener-process) in (8) and
-then run the other listener from the OpenMCL Listener.
-Other variations probably work too, but I haven't experimented too
-much.
+You can also do a (clim-listener:run-listener :new-process t) in (8)
+and then run the other listener from the OpenMCL Listener. Other
+variations probably work too, but I haven't experimented too much.
(7) isn't actually necessary, since the CLX port appears in the server-
path search order before the Beagle port does.