-
Hi, if i start the actual lispbox on Linux amd64 i get the following message in emacs 23:
(progn (load "/home/ubu/lispbox-0.7/slime-20110205.092829/swank-loader.lisp" :verbose t) (funcall (read-from…
-
Trac issue #177 (Implement Mouse Copy) didn't show up here on github. I, and I'm sure many others, would like to see this implemented in Clozure CL. There is code from MCL that could be ported to CCL.…
-
Running `lispbox.sh` right out of a fresh install gives the following error log:
(progn (load "/home/patrick/bin/lispbox-0.7/slime-20110205.092829/swank-loader.lisp" :verbose t) (funcall (read-…
-
`swank::describe-symbol-for-emacs` returns :FUNCTION when on Clozure CL.
```
(swank::describe-symbol-for-emacs 'anaphora:aand)
=>
(:FUNCTION "Like AND, except binds the first argument to IT (v…
-
Disclaimer: I'm a total noob at this so please bear with me.
I've build c2ffi and am trying to figure out how to use cl-autowrap to wrap the MacOS (10.13.x) "ScriptingBridge" framework.
Here's …
-
**attempt 1**
> Error: There is no applicable method for the generic function:
> #
> when called with arguments:
> (#)
> While executing: #, in process Initial(0).
…
-
Hi!
Clozure CL 1.11 is broken on OSX Mojave. Is there a way to install 1.12 using Roswell?
-
When running cl-test-grid with upstream CCL on ARM architecture (ArchLinux doesn't pack CCL in repositories), the following problems occured:
1. Used image is downloaded from clozure:
```
wget ht…
-
This is not a bug but an quick guide for folks building c-mera on OSX.
These are the steps I went through to get the `cm` tool installed on OSX using homebrew. I am *not* a Common Lisp developer, s…
-
I am wondering if it would be possible for usocket to support I/O timeouts on implementations that support it? This would really add a lot of value to me. I would volunteer to work on supporting Clozu…