[Ecls-list] [Announcement] ecl-readline V0.3.0

Jason Aquilina jfa7600 at yahoo.com.au
Fri Jun 19 01:44:01 UTC 2009


Apologies for the off topic posting.

Firstly, thanks to Juanjo for all the hard work he does and for sending
me a patch so ecl-readline will work with versions 9.4.0 and later.

ECL-READLINE Version 0.3.0 is now available for download. Version 0.3.0
works with ECL 9.6.2. This version provides readline support at both the
top and break levels. It also provides symbol completion for symbols in
the current package.

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.3.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