lispbox
lispbox copied to clipboard
Emacs+SLIME+Common Lisp in one easy to install package.
"Hello, world!", translated in russian language, not working in Repl.
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-from-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.12320" :coding-system "iso-latin-1-unix")) Unhandled exception 11...
The page https://common-lisp.net/project/lispbox/ contains the sentence > If you would like to report a bug or make a suggestion, please send a message to the development mailing list. The link...
Hello, Really looking forward to playing with LispBox, however getting the following error: /home/drifter/Applications/lispbox-0.7/emacs-23.2/bin/emacs: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory...
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-string "swank-loader:init")) (funcall (read-from-string "swank:start-server") "/tmp/slime.23302"...
Sorry for the vague title, but I'm an Emacs n00b and I'm not really sure what part of Lispbox is failing. :P When I launch it the first time all...