[CM] Xemacs and Listener response

taube@uiuc.edu taube@uiuc.edu
Sat, 2 Oct 2004 09:16:49 -0500


I cant imagine what is causing this! what OS are you on and what versino of
Xemacs are you using? Ive testend listener.el in emacs and xemacs on many
machines and os'es and ive never encountered what you describe so any addition
info would be helpful.

best,
Rick




---- Original message ----
>Date: Sat, 02 Oct 2004 04:56:52 -0400
>From: Terrence Brannon <metaperl@urth.org>  
>Subject: [CM] Xemacs and Listener response  
>To: cmdist@ccrma.Stanford.EDU
>
>After I send an expression to the Listener via C-x C-e, it seems that I have to
>move my mouse or do something before a response will show up in the Listener -
>it just seems to stay frozen until then.
>
>Also, double-clicking on an expression and choosing Eval Selection seems to lock
>up the Listener completely. I have to type C-c and then abort to return things
>back to normal.
>
>There was no cm.bat with my distribution of Commonmusic. Here is what I do to
>get cm going:
>
>(defvar cm-directory (expand-file-name "~/mydocs/Scheme/cm-2.4.1/"))
>
>(defvar cm-startfile "cm.sh")
>
>(let* ((els (concat cm-directory "/etc/xemacs"))
>         (bin (concat cm-directory "/bin/"
>                      cm-startfile))
>         (load-path (cons els load-path)))
>    (load "listener")
>    (load "cm")
>    (setq inferior-lisp-program bin))
>
>_______________________________________________
>Cmdist mailing list
>Cmdist@ccrma.stanford.edu
>http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist