[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ttn-pers-scheme 0.35 available
From: |
Thien-Thi Nguyen |
Subject: |
ttn-pers-scheme 0.35 available |
Date: |
Mon, 21 Jun 2004 19:24:37 +0200 |
README excerpt:
This directory contains ttn's personal scheme library, a
collection of Guile Scheme code and intervening text (-; and a
maintenance methodology).
NEWS excerpt:
- 0.35 | 2004-06-21
- New (ttn edit) "e:" procs
These procs are now available:
(forward-line &optional n)
(beginning-of-line &optional n)
(end-of-line &optional n)
(bolp)
(eolp)
They are valid within the `editing-buffer' macro. Please
refer to Emacs docstrings for functions by the same name,
for more info.
- Performance improvements in (ttn edit) search/replace
Some unnecessary string consing has been eliminated in the
search/replace operations; they are now a bit quicker.
cvs tag:
v-0-35-battista-in-casa
tarball, anoncvs instructions, online doc and unpacked dist in dir:
http://www.glug.org/people/ttn/software/ttn-pers-scheme/
comments:
basically, this release is to get some much-requested line-oriented
query and traversal procs into the wild. probably the next step is
to redo the hacky dispatch mechanism w/ something more solid, and
expose `define-e:' to allow user-defined editor procs.
happy hacking,
thi
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ttn-pers-scheme 0.35 available,
Thien-Thi Nguyen <=