[racket] Emacs mode for Scribble coming
On Jan 10, 2011, at 7:48 AM, Neil Van Dyke wrote:
> At last, a legitimate use for the fact that a PLaneT "require" alone can execute arbitrary code. :)
>
> In case anyone is wondering, that "require" form will of course make sure that the PLaneT package is installed, and then it will go and try to find your Emacs initialization file and add/update a block of code in it like this:
I've been doing something like this with (planet sbloch/picturing-programs). The main file doesn't actually define anything, but writes a short file into the "installed-teachpacks" directory that requires (planet sbloch/picturing-programs/picturing-programs), which should now be in the PLaneT cache.
Stephen Bloch
sbloch at adelphi.edu