Hello all! <br><br>I am trying to get into mcCLIM to write a frontend to a text (news) analysis tool... I use CMUCL and have followed the INSTALL.CMU file and most of the demos work fine. But as I get down to it and start writing code to use  
<span style="font-family: monospace;">"</span>accepting-values" for instance I get the message below. I also get it when running the demos so i assume that something is wrong with the environment... but what? It's probably something simple but I have tried to figgure it out for a lot of hours and some ideas would be greatly appreciated! 
<br><br>Thanks, <br><br>/Peter<br><br>PS I tried wihout SLIME but that didn't work either. See second trace below.<br><br>CL-USER> (clim-demo::accepting-interval)<br><br>No matching method for the generic function<br>#<STANDARD-GENERIC-FUNCTION CLIM:STREAM-CURSOR-POSITION (2) {58BBC3B9}>, when
<br>called with arguments<br>(#<Two-Way Stream, Input = #<SWANK-BACKEND::SLIME-INPUT-STREAM<br>                             {58B7D7B5}>, Output = #<Stream for descriptor 7>>).<br>   [Condition of type PCL::NO-APPLICABLE-METHOD-ERROR]
<br><br>Restarts:<br>  0: [CONTINUE] Retry call to :FUNCTION.<br>  1: [ABORT] Abort handling SLIME request.<br>  2: [ABORT] Return to Top-Level.<br><br>Backtrace:<br>  0: ("DEFMETHOD NO-APPLICABLE-METHOD (T)" #<#1=unused-arg> #<#1#> #<STANDARD-GENERIC-FUNCTION CLIM:STREAM-CURSOR-POSITION (2) {58BBC3B9}> (#<Two-Way Stream, Input = #<SWANK-BACKEND::SLIME-INPUT-STREAM {58B7D7B5}>, Output = #<Stream for descriptor 7>>))
<br>  1: (CLIM-INTERNALS::INVOKE-ACCEPTING-VALUES #<Two-Way Stream, Input = #<SWANK-BACKEND::SLIME-INPUT-STREAM {58B7D7B5}>, Output = #<Stream for descriptor 7>> #<Closure Over Function (FLET #:ACCEPTING-VALUES-CONTINUATION1 CLIM-DEMO::ACCEPTING-INTERVAL) {58A68171}> :OWN-WINDOW #<unused-arg> ...)
<br>  2: (CLIM-DEMO::ACCEPTING-INTERVAL :MIN -1.0 :MAX 1.0 ...)<br>  3: (SWANK::EVAL-REGION "(clim-demo::accepting-interval)" T)<br>  4: ("DEFSLIMEFUN LISTENER-EVAL")<br><br>_____________________TRACE WITHOUT SLIME ________________________________________
<br><br>* (clim-demo::accepting-interval)<br><br>No matching method for the generic function<br>#<STANDARD-GENERIC-FUNCTION CLIM:STREAM-CURSOR-POSITION (2) {58B61979}>, when<br>called with arguments (#<Synonym Stream to *TERMINAL-IO*>).
<br>   [Condition of type PCL::NO-APPLICABLE-METHOD-ERROR]<br><br>Restarts:<br>  0: [CONTINUE] Retry call to :FUNCTION.<br>  1: [ABORT   ] Return to Top-Level.<br><br>Debug  (type H for help)<br><br>("DEFMETHOD NO-APPLICABLE-METHOD (T)" #<unused-arg> #<unused-arg>
<br> #<STANDARD-GENERIC-FUNCTION CLIM:STREAM-CURSOR-POSITION (2) {58B61979}><br> (#<Synonym Stream to *TERMINAL-IO*>))<br>Source: <br>; File: target:pcl/braid.lisp<br>(CERROR "Retry call to ~S."<br>        'NO-APPLICABLE-METHOD-ERROR
<br>        :FUNCTION GENERIC-FUNCTION<br>        ...)<br>0] <br>