Hello All, Due to licensing concerns with using GNU's libreadline library for the readline collection, we are switching the library to libedit. This should not affect most people as libedit is included with OS X and most Linux distributions (and Windows never had libreadline to begin with).
The readline collection is what xrepl uses for command line REPL editing. libedit provides most of the same features as libreadline. Although there will be some features missing (such as Ctr+R search). If you wish to go back to using GNU's libreadline for the readline collection, you can do so by installing the readline-gpl package (which will not be bundled with racket, but can be downloaded from the package server with): raco pkg install readline-gpl Let me know if you have any questions or concerns. ~Leif Andersen -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

