[STUMP] [PATCH 1/4] Fixing make-image.lisp for CCL

2009-12-26 Thread Adlai Chandrasekhar
CCL:SAVE-APPLICATION by default just dumps a heap image, which is used with the CCL kernel (this kernel/image division is found in other lisps too, such as SBCL). This image can't be run without the separate kernel file. To get CCL to dump an executable image, you can request that the kernel be

[STUMP] [PATCH 2/4] Updating the README

2009-12-26 Thread Adlai Chandrasekhar
- CCL is now listed as a supported platform - `make install' is mentioned - There's also a little warning about CCL's thirst for VIRT. --- README | 29 + 1 files changed, 21 insertions(+), 8 deletions(-) diff --git a/README b/README index 33040d6..ef39fa2 100644

[STUMP] [PATCH 4/4] Eliminating compilation warnings on CCL

2009-12-26 Thread Adlai Chandrasekhar
--- floating-group.lisp |1 + help.lisp |1 + version.lisp.in |1 + wrappers.lisp |2 ++ 4 files changed, 5 insertions(+), 0 deletions(-) diff --git a/floating-group.lisp b/floating-group.lisp index 7526dba..b6cfc70 100644 --- a/floating-group.lisp +++

Re: [STUMP] [PATCH] Tidied up run-prog and run-prog-collect-output.

2009-12-26 Thread Julian Stecklina
Ben Spencer dangerous@gmail.com writes: These functions were getting into a bit of a state, so I've had a tidy up. The result is by no means perfect, but I think it's an improvement. I've removed support for a couple of ancient versions (CLISP before version 2.26 and Lucid before it

Re: [STUMP] Encoding error (SBCL)

2009-12-26 Thread Julian Stecklina
Tobias C. Rittweiler t...@freebits.de writes: Julian Stecklina j...@alien8.de writes: Hello, recently I started getting these: ; compiling file /home/julian/src/lisp/stumpwm/version.lisp (written 21 DEC 2009 09:18:14 PM): ; compiling (IN-PACKAGE :STUMPWM) ; compiling (EXPORT (QUOTE #))

Re: [STUMP] [PATCH 4/4] Eliminating compilation warnings on CCL

2009-12-26 Thread Julian Stecklina
Hello, I committed your patches. To make the contribs work with CCL's unusual DIRECTORY semantics, I included some code from CL-FAD. As an alternative, we could add CL-FAD as dependency. Any thoughts on that? Btw, I am now running stumpwm on my laptop using CCL. Works fine, except

Re: [STUMP] [PATCH 4/4] Eliminating compilation warnings on CCL

2009-12-26 Thread Julian Stecklina
Julian Stecklina j...@alien8.de writes: Btw, I am now running stumpwm on my laptop using CCL. Works fine, except contrib/battery-portable, which just shows (no info), but I am going to fix this soonish. ;) False alarm. Works fine. Regards, -- Julian Stecklina The day Microsoft makes

Re: [STUMP] [PATCH] Tidied up run-prog and run-prog-collect-output.

2009-12-26 Thread Ben Spencer
On Sat, Dec 26, 2009 at 3:28 PM, Julian Stecklina j...@alien8.de wrote: Do you want to commit this? I've had no problems with it so far. (Except that ECL still does not work for me.) Done. RE: ECL, it only works for me when loaded from a REPL. I've actually got it running like this now and it