From arbscht at gmail.com Tue Aug 10 01:40:22 2010 From: arbscht at gmail.com (Abhishek Reddy) Date: Tue, 10 Aug 2010 13:40:22 +1200 Subject: [clbuild-devel] swank preload doc error Message-ID: Hi, The clbuild web documentation FAQ says: > To preload swank, you can run "clbuild dumpcore slime" before doing that. Should that be "clbuild dumpcore swank"? Using "slime" yields a missing-component condition. Thanks -- Abhishek Reddy http://abhishek.geek.nz -------------- next part -------------- An HTML attachment was scrubbed... URL: From arbscht at gmail.com Tue Aug 10 01:31:38 2010 From: arbscht at gmail.com (Abhishek Reddy) Date: Tue, 10 Aug 2010 13:31:38 +1200 Subject: [clbuild-devel] A swank server-only task? Message-ID: Hi, Is there an automated way in clbuild to launch a swank server without starting Emacs too? Sometimes, I find the need to launch a swank server and then slime-connect to it from an existing (perhaps remote) Emacs process. I have resorted variously to invoking SWANK:CREATE-SERVER manually from a `clbuild lisp' REPL, or scripting a similar `clbuild run ...' incantation. Lately, I have been using a patched[1] clbuild that does it automatically with `clbuild swank [port]'. Is a better way to do this? Or is something like the patch below worth adding to clbuild? Thanks [1] $ darcs diff diff -rN old-clbuild/clbuild new-clbuild/clbuild 1897a1898,1913 > swank) > shift > swank_coding_system="utf-8-unix" > swank_port=${1:-0} > test $# -ge 1 && shift > swank_options=":port $swank_port :coding-system \"$swank_coding_system\"" > swank_create_server="(swank:create-server $swank_options)" > swank_asdf_load="(asdf:operate 'asdf:load-op :swank)" > if test -f "$BASE"/monster.core; then > common_options="$core_option "$BASE"/monster.core $common_options" > swank_asdf_load="nil" > fi > clbuild_lisp "$@" \ > $eval "$swank_asdf_load" \ > $eval "$swank_create_server" > ;; -- Abhishek Reddy http://abhishek.geek.nz -------------- next part -------------- An HTML attachment was scrubbed... URL: From gugamilare at gmail.com Wed Aug 18 13:00:08 2010 From: gugamilare at gmail.com (Gustavo) Date: Wed, 18 Aug 2010 10:00:08 -0300 Subject: [clbuild-devel] dwim projects dependencies Message-ID: Hello, Is there a reason for all hu.dwim projects to not have their dependencies recorded in clbuild? Gustavo. -------------- next part -------------- An HTML attachment was scrubbed... URL: From lnp at healy.washington.dc.us Thu Aug 19 00:43:05 2010 From: lnp at healy.washington.dc.us (Liam Healy) Date: Wed, 18 Aug 2010 20:43:05 -0400 Subject: [clbuild-devel] Patch for GSLL and friends In-Reply-To: References: Message-ID: I am resending this message without the attachment because the mailing list is holding it for moderator approval due to the attachment. The patch is linked from this page: http://common-lisp.net/pipermail/gsll-devel/2010q3/000558.html Can someone please apply the patch? Thank you. Liam ---------- Forwarded message ---------- From: Liam Healy Date: Tue, Aug 17, 2010 at 9:29 PM Subject: Patch for GSLL and friends To: clbuild-devel at common-lisp.net I have attached a patch that adds repositories for GSLL and related systems. Could someone please apply it to the official clbuild repository? ?Thank you. Liam From corkill at GBBopen.org Sat Aug 21 14:48:27 2010 From: corkill at GBBopen.org (Dan Corkill) Date: Sat, 21 Aug 2010 10:48:27 -0400 Subject: [clbuild-devel] Add GBBopen Message-ID: The following projects line adds GBBopen to clbuild: gbbopen get_svn http://gbbopen.org/svn/GBBopen/trunk/ #blackboard-system framework, tools, & utilities Thanks!