[Ecls-list] [Announcement] ecl-readline V0.4.0
Jason Aquilina
jfa7600 at yahoo.com.au
Mon Mar 8 00:42:20 UTC 2010
ECL-READLINE Version 0.4.0 is now available for download. It provides readline support at both the top and break levels.
* Bugs Fixed *
- Symbol completion missing in previous version. Pressing TAB will now give a list of possible symbol completions from accessible symbols in the current package.
* Changes *
- The FFI to readline is now implemented using ECL's own low level interface, ffi:c-inline and ffi:clines. Previous version used a mixture of FFI and UFFI.
ECL-READLINE can be installed using ASDF
(require 'asdf)
(require 'asdf-install)
(asdf-install:install 'ecl-readline)
or alternatively download the tar.gz file from
http://www.cliki.net/ecl-readline
and install using
(require 'asdf)
(require 'asdf-install)
(asdf-install:install "/path/to/tar/gz/file/ecl-readline-0.4.0.tar.gz")
Once installed, ecl-readline can be enabled from your .eclrc file with the following:
(require 'ecl-readline)
(ecl-readline::enable)
Jason Aquilina.
More information about the ecl-devel
mailing list