ttn-pers-scheme 0.38 available

Thien-Thi Nguyen <[email protected]>
Newsgroups gmane.lisp.guile.user,gmane.lisp.guile.sources
Message-ID <[email protected]>
release notes:

  no particular reason, just Procrastinating (actually, the sgf module
  is practice for an sgf.el to be written Soon Enough :-)...

  thi

README excerpt:

  This directory contains ttn's personal scheme library,
  a collection of Guile Scheme code and intervening text
  (-: as well as a maintenance methodology :-).

NEWS excerpt:

  - 0.38 | 2004-12-03
  
    - Bugfix to (ttn edit) expansion of `case'
  
        The expander for `editing-buffer' used to transform `case'
        expressions incorrectly: adding an extra set of parens for
        each element in the choices list.
  
    - Module no longer maintained: (ttn display-table)
  
        This functionality has migrated to Guile-PG (see link below).
  
    - Module no longer maintained: (ttn eformat)
    - Module no longer maintained: (ttn defvar)
  
        These will be dropped in some future release.
  
    - New module: (ttn sgf)
  
    - Extensions to (ttn html-data) proc `href'
  
        This now takes an optional third arg `name'.
        For example: (flatten (href "x" "y" "z"))
                  =| <A NAME="z" HREF="x">y</A>
  
        Additionally, `url' can be #f, in which case it is omitted.
        For example: (flatten (href #f "y" "z"))
                  =| <A NAME="z">y</A>
  
    - Extension to `collect-files-sorted-by-mtime'
  
        This proc now takes keyword args: #:key PROC, applying PROC to
        each element in `files' to get the actual filename to stat.
  
    - Info entry now under category "Guile modules"
  
        It used to be under "Software Libraries".

tarball and other files in dir:

  http://www.glug.org/people/ttn/software/ttn-pers-scheme/


_______________________________________________
Guile-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/guile-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.