[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ttn-pers-scheme 0.39 available
From: |
Thien-Thi Nguyen |
Subject: |
ttn-pers-scheme 0.39 available |
Date: |
Mon, 03 Jan 2005 12:41:20 +0100 |
release notes:
slight munging. note dist dir change.
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.39 | 2005-01-03
- New (ttn grep) proc: grep-l
- New (ttn expand-file-name) proc: substitute-env-vars
- New (ttn expand-file-name) proc: expand-file-name-substituting-env-vars
- Experimental read-hash extension
Proc `give-me-a-sane-environment-please!' (for interactive
sessions) now extends the read-hash table to handle `#^Ffoo'
as essentially `(expand-file-name-substituting-env-vars "foo")',
a string. Here is some elisp that uses this feature:
(local-set-key "\C-cf"
(lambda (file) (interactive "fFile: ")
(insert "#\C-f" file)))
- New (ttn sanity) proc: pp
- New (ttn html-data) proc: blockquote
- Module (ttn edit) now simply re-exports (ice-9 editing-buffer)
The functionality and the exported macro `editing-buffer' of
module (ttn edit) has been moved to Guile 1.4.x. At some point
(ttn edit) will no longer be maintained, although the interface
is still provided for the time being.
Along w/ this change, module (ttn gpgutils) uses module (ice-9
editing-buffer) directly now, instead of (ttn edit).
tarball and other files in dir:
http://www.glug.org/people/ttn/software/ps/
NB: this is a different directory than before;
the old one will disappear in 2-3 months.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ttn-pers-scheme 0.39 available,
Thien-Thi Nguyen <=