chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] scheme-complete 0.8.5 for chicken 4


From: Alex Shinn
Subject: [Chicken-users] scheme-complete 0.8.5 for chicken 4
Date: Thu, 30 Apr 2009 12:49:40 +0900
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

The latest scheme-complete.el is available at

  http://synthcode.com/emacs/scheme-complete-0.8.5.el.gz

This release includes Chicken 4 support, recognizing module
forms including only, except, rename, and prefix import
specifiers.  Inside a module form it only expands currently
imported identifiers, so if you start with a blank module:

(module foo ()

^

)


and try to complete it will complain that there are no
completions.  Making a habit of completing symbols is a good
way to make sure you've imported everything you need without
waiting for the compiler to tell you.

-- 
Alex




reply via email to

[Prev in Thread] Current Thread [Next in Thread]