Re: guile-aspell 0.1 available
Nala Ginrut <[email protected]> Fri, 08 Feb 2013 10:21:54 +0800
| Newsgroups | gmane.lisp.guile.user,gmane.lisp.guile.sources |
|---|---|
| Organization | HFG |
| Message-ID | <[email protected]> |
On Thu, 2013-02-07 at 08:24 -0800, Mike Gran wrote: > After a few years off, I've made a new release to guile-aspell. > > README excerpt: > > guile aspell is a spellcheck module for Guile. GNU Guile is an > implementation of Scheme, a Lisp-like computer language, and this > spellcheck library provides facilites to check strings against a > dictionary and to suggest alternate words. It uses functionality > provided by the GNU Aspell spellcheck library. > > NEWS excerpt: > > For Release 0.1 - Feb 7, 2013 > > - Fixed bug where default speller was GC'd > - Removed mark functions so as to not SIGSEGV on guile-2.0 with > a bdw-gc that has parallel marks > - Added some configure support for Guile extension dir > > tarball: > http://www.lonelycactus.com/tarball/guile_aspell-0.1.tar.gz > > source code: > http://github.com/spk121/guile-aspell > > home page: > http://www.lonelycactus.com/guile-aspell.html > > Thanks, > > Mike Gran > > nice job~