From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: ttn-pers-scheme 0.38 available Date: Fri, 03 Dec 2004 21:03:26 +0100 Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1102102598 6440 80.91.229.6 (3 Dec 2004 19:36:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2004 19:36:38 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 03 20:36:34 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CaJEH-0004To-00 for ; Fri, 03 Dec 2004 20:36:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaJNt-0003jI-GH for guile-user@m.gmane.org; Fri, 03 Dec 2004 14:46:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaJNm-0003hO-RQ for guile-user@gnu.org; Fri, 03 Dec 2004 14:46:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaJNm-0003h7-CB for guile-user@gnu.org; Fri, 03 Dec 2004 14:46:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaJNl-0003go-ND; Fri, 03 Dec 2004 14:46:21 -0500 Original-Received: from [151.38.237.230] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaJE3-0004X4-8u; Fri, 03 Dec 2004 14:36:19 -0500 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1CaJeI-0000DT-00; Fri, 03 Dec 2004 21:03:26 +0100 Original-To: guile-sources@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:3817 gmane.lisp.guile.sources:168 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3817 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")) =| y Additionally, `url' can be #f, in which case it is omitted. For example: (flatten (href #f "y" "z")) =| y - 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 Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user