[mcclim-devel] Copying text to clipboard loops displaying messages to Konsole

Andy Hefner ahefner at gmail.com
Mon Mar 7 18:53:39 UTC 2005


I'm not sure there's an easy way to disable threading in CMUCL. It
might involve finding where :clim-mp gets pushed onto *features* and
preventing that from happening, then recompiling McCLIM from scratch.


On Mon, 07 Mar 2005 17:46:15 +0000, Christophe Rhodes <csr21 at cam.ac.uk> wrote:
> Paolo Amoroso <amoroso at mclink.it> writes:
> 
> >>> 9: ("DEFUN MAKE-PROCESS")
> >>
> >> Can you try running the clim-listener single-threaded, please -- there
> >
> > Do you mean starting the Listener like this?
> >
> >   (clim-listener:run-listener)
> >
> > If so, I already did this for these tests.
> 
> Well, maybe, but the backtrace you provided indicates that
> multithreading was running.  Could you turn it off completely, please?
> I'd like to see the results when there is precisely one cmucl thread.
> 
> >> In addition, if you could try (clipboard:main) from
> >> <http://www-jcsu.jesus.cam.ac.uk/~csr21/clipboard.lisp>, clicking in
> >> the clx window which appears, then middle-clicking in console, and
> >> sending in the transcript, that would help.
> >
> > With CMUCL Snapshot 2005-02 I get:
> >
> > * (load "clipboard")
> >
> > ; Loading #P"/home/paolo/clipboard.lisp".
> > T
> > * (clipboard:main)
> > ;
> >
> > ; Warning: This function is undefined:
> > ;   CLIPBOARD::OPEN-DEFAULT-DISPLAY
> 
> Oh, yes, CMUCL's clx doesn't have this useful feature.  Please replace
> the call to OPEN-DEFAULT-DISPLAY with however you manage to open
> displays; maybe (open-display "localhost") or (open-display
> "your-host-name") or (open-display "").
> 
> Cheers,
> 
> Christophe
> _______________________________________________
> mcclim-devel mailing list
> mcclim-devel at common-lisp.net
> http://common-lisp.net/cgi-bin/mailman/listinfo/mcclim-devel
>



More information about the mcclim-devel mailing list