<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<tt>Note that swank-helper uses the "select" system call which tries
to wait until<br>
some members of some sets of Unix file descriptors are ready to do
some kinds of I/O<br>
Some Windows C libraries may try to emulate some parts of what
select tries to<br>
do, but IIRC CCL on Windows mostly tries to do I/O without
involving any C libraries.<br>
The closest Windows analogue to select() might be
WaitForMultipleObjects, and I don't<br>
believe that you can generally wait for Windows file handles
unless you know a lot<br>
about what I/O operations are awaiting completion on that handle.<br>
<br>
More generally, if swank-helper doesn't work on Windows, that is
not surprising.<br>
I don't know whether or not it could be made to work on Windows,
or what would<br>
be involved in that.<br>
<br>
</tt><br>
<div class="moz-cite-prefix">On 05/15/2016 03:03 PM, Fabrice
Popineau wrote:<br>
</div>
<blockquote
cite="mid:CAFgFV9P08c1vxyYp6bXk_vb5bH=P4=2T3UDcXkN7crnXha6SHQ@mail.gmail.com"
type="cite">
<div dir="ltr"><br>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-04-22 12:32 GMT+02:00 Park
SungMin <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:byulparan_eng@icloud.com" target="_blank">byulparan_eng@icloud.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px
0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">currently
slime (swank) support only :spawn *commuication-style* in
ccl.<br>
so every eval in lisp-buffer, create new thread.<br>
sometimes it uncomfortable in ccl (i.e `(random 10)`
always return same value...)<br>
<br>
so I just implementation other *communication-style* ...<br>
<a moz-do-not-send="true"
href="https://github.com/byulparan/swank-helper"
rel="noreferrer" target="_blank">https://github.com/byulparan/swank-helper</a><br>
<br>
I used it about 10 days...and it seems works well.<br>
<br>
</blockquote>
<div><br>
</div>
<div>I tried it with the current version of CCL (1.12-dev)
for Win64 and </div>
<div>I had to kill it every time I tried to C-x C-e from a
lisp buffer. </div>
<div>I don't have much time to find and offer a fix, but I
can try to help</div>
<div>to fix it if you want more information.</div>
<div><br>
</div>
<div>Regards,</div>
<div><br>
</div>
<div>Fabrice</div>
<div><br>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Openmcl-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a>
<a class="moz-txt-link-freetext" href="https://lists.clozure.com/mailman/listinfo/openmcl-devel">https://lists.clozure.com/mailman/listinfo/openmcl-devel</a>
</pre>
</blockquote>
<br>
</body>
</html>