|
From: Duke N. <duk...@ml...> - 2015-03-08 12:30:11
|
On Sat, 07 Mar 2015 22:55:26 -0700
Carlos Konstanski <cko...@pi...> wrote:
> You can also get better shell behavior (command history at least)
> from SBCL using rlwrap.
>
> Install rlwrap. Then put this into your .bashrc:
>
> export BREAK_CHARS="\"#'(),;\`\\|!?[]{}"
> alias sbcl="rlwrap -b \$BREAK_CHARS sbcl "
>
> This also works for other programs with minimal shells like
> sqlplus.
Good point! And I knew that, but _this_ LISP experience is taking
place on a win7 box. Amazingly, I DO have command history!! :?
Thx for the input!!
--
Duke
><>
|