[STUMP] [PATCH] Added CCL support to contrib/mpd.lisp

2013-03-08 Thread Adlai Chandrasekhar
--- contrib/mpd.lisp | 60 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/contrib/mpd.lisp b/contrib/mpd.lisp index 6360cba..68438d5 100644 --- a/contrib/mpd.lisp +++ b/contrib/mpd.lisp @@ -47,7 +47,7 @@ ;;; CODE:

[STUMP] Crash in VLC Open File dialog

2010-02-26 Thread Adlai Chandrasekhar
Backtrace at http://paste.lisp.org/display/95662 I had VLC open, and then went to the Open File dialog. Then, while the dialog was still open, I hit C-t C-t to switch windows, and poof. Some thoughts that simias and I had in #stumpwm: - Things seem doomed at (7F5B5001EA10) : 11

[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 to STUMPWM::FORMAT-EXPANDER in primitives.lisp

2009-10-25 Thread Adlai Chandrasekhar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 25 Oct 2009, Ben Spencer wrote: On Sat, Oct 24, 2009 at 09:33:48AM +0200, Adlai Chandrasekhar wrote: I've written a little patch for a friend, that enables the use of ^ after a number in a format expansion string (such as *SCREEN-MODE-LINE

[STUMP] Patch to STUMPWM::FORMAT-EXPANDER in primitives.lisp

2009-10-24 Thread Adlai Chandrasekhar
was made against commit 95c420e6214908d96e08eeed27bb7a1ee0d103bf from the official git repo. I've made a commit in my local repo, so I could push this myself if that's more convenient. Happy Hacking, AdlaiFrom 7e833c6aa927d9cb4222c215aa0369b2cbfbf4e8 Mon Sep 17 00:00:00 2001 From: Adlai