From 00003b at gmail.com Wed Jun 2 23:16:07 2010 From: 00003b at gmail.com (Bart Botta) Date: Wed, 2 Jun 2010 18:16:07 -0500 Subject: [clbuild-devel] get_github, repo updates Message-ID: http://3bb.cc/tmp/darcs/clbuild/ adds a helper to download repos from github (optionally from writable repo for specified user if GITHUB_USER is set), and updates cl-opengl, swf2, and trivial-shell to use their new github repos. -b From david at lichteblau.com Sat Jun 5 22:09:22 2010 From: david at lichteblau.com (David Lichteblau) Date: Sun, 6 Jun 2010 00:09:22 +0200 Subject: [clbuild-devel] RfC: SBCL with rlwrap and sb-aclrepl In-Reply-To: <20091025130611.GA26984@radon> References: <87fx97erfl.fsf@freebits.de> <20091025130611.GA26984@radon> Message-ID: <20100605220922.GA15301@radon> Hi there, following up on a clbuild-devel thread from last year. Quoting David Lichteblau (david at lichteblau.com): > Perhaps it would be nice to enable linedit in "clbuild prepl" by > default? (Note that "clbuild prepl" also works on other Lisps, in > particular Clozure. We should see to it that the linedit feature is > either supported by those Lisps, or enabled only if running on SBCL). code from linedit is now available as a part of Hemlock's TTY backend. If you run the following steps: clbuild install hemlock clbuild dumpcore hemlock.tty # optional, improves startup speed clbuild prepl you get a REPL with command line editing. Improvements over upstream linedit include: - (better) support for multi-line editing - incremental search through history - persistent history - integrated with hemlock code At the moment, possible disadvantages include: - integrated with hemlock code :-) - undo not optimal yet - lack of support for dumb terminals Planned future improvements include syntax highlighting as in the real TTY hackend, and more hemlock integration. (Tested only on SBCL/Linux at the moment, but in principle as portable as tty Hemlock is.) d.