CLIM mail archive
[Prev][Next][Index][Thread]
accept-from-string within accept methods
I can't seem to get accept-from-string calls within my accept method to work
in cases where I do a regular accept. If I do an accept-from-string
call my accept method will work. It seems that there is a stream sharing going on between the accept method and my accept-from-string calls
within it, because my accept-from-string always gets passed nil even though I
am passing a substring of what I got from the read-token. How can one get around this problem?
Follow-Ups:
Main Index |
Thread Index