Alex Shinn | 3 Jan 2008 06:47
Picon

ANN: scheme-complete.el 0.5

scheme-complete provides intelligent tab-completion for
Emacs scheme modes, with lexically aware detection
of symbols and simple type-inferencing, and optional
eldoc support.

The new version supports internal defines, infers types
more often, and uses smarter parsing, avoiding slurping
sexps whenever possible.

scheme-complete can be found at

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

with instructions at the top of the file.

--

-- 
Alex

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Leonardo Boiko | 21 Jan 2008 18:13
Picon
Gravatar

gauche-curses?

Hi.  I'd like to use ncurses from gauche.  I found a Gauche-curses
module on CVS,  but it seems to be untouched for some years.  With
some effort, I managed to modernize it to a gauche-package–like
format, compile and install, but it seems to be incomplete (as in,
missing the .scm file?).  Is it dead? Should I try to create a package
for interfacing curses, or did someone already do this?

--

-- 
Leonardo Boiko
http://namakajiri.net
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Gauche-devel mailing list
Gauche-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gauche-devel
Shiro Kawai | 21 Jan 2008 23:01
Favicon

Re: gauche-curses?

Right, I pretty much abandoned Gauche-curses because of
lack of time.
Probably the shortest path is to use c-wrapper:

http://homepage.mac.com/naoki.koguro/prog/c-wrapper/index.html

Here are a couple of examples using curses via c-wrapper.
(The pages contain Japanese, but the code itself should be readable.)

http://ja.doukaku.org/comment/3215/
http://practical-scheme.net/wiliki/wiliki.cgi/Gauche:curses-draw

--shiro

From: "Leonardo Boiko" <leoboiko <at> gmail.com>
Subject: [Gauche-devel] gauche-curses?
Date: Mon, 21 Jan 2008 15:13:40 -0200

> Hi.  I'd like to use ncurses from gauche.  I found a Gauche-curses
> module on CVS,  but it seems to be untouched for some years.  With
> some effort, I managed to modernize it to a gauche-package$(G!9like
> format, compile and install, but it seems to be incomplete (as in,
> missing the .scm file?).  Is it dead? Should I try to create a package
> for interfacing curses, or did someone already do this?
> 
> -- 
> Leonardo Boiko
> http://namakajiri.net
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
(Continue reading)


Gmane