[racket] shell-completion package missing

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Sun Oct 6 12:19:07 EDT 2013

On Sun, Oct 6, 2013 at 12:02 PM, Vlad Kozin <vladilen.kozin at gmail.com> wrote:
> Sorry guys, but I gave up. Downloaded racket-completion.bash and just
> sourced it from my .bash_profile. Non-kosher I admit, but works for now. I
> agree with Eli that
>
> (There's another advantage for distributing the files, of course:
> having your completion updated with racket updates.)
>
> but I failed to grasp how to make it work.
>
> Instead, get a current snapshot: http://www.cs.utah.edu/plt/snapshots/
> and use that.
>
> Sam, the 64bit snapshot has neither collects/meta nor shell-completion.

First, the code has moved to `pkgs/shell-completion`.

Second, with the snapshot, things have moved to using the package
system.  Try installing the 'shell-completion' package with 'raco pkg
install'.

Sam

Posted on the users mailing list.