Re: TTN

2023-10-21 Thread Mikael Djurfeldt
acs and gnu-community mailing lists, but > I don't think it was mentioned here (and apologies if it was already > mentioned.) > > TTN was a bit of a maverick in the Guile world, preferring > the 1.x series and maintaining libraries for it. > > TTN wrote a binding for Guile to

Re: TTN

2023-10-18 Thread Nala Ginrut
TTN was a great Guile hacker, I've learned so much from his code. That's all I know about him. However, after he passed away, I found other communities' people mentioned him, then I realized that he was such a comprehensive hacker. RIP. Best regards. On Tue, Oct 17, 2023,

Re: TTN

2023-10-17 Thread Aleix Conchillo Flaqué
Oh, that is very sad news. Thank you for letting us know. RIP TTN On Tue, Oct 17, 2023 at 6:11 AM Mike Gran wrote: > I heard that Thien-Thi Nguyen passed away last year. This was > recently reported on the emacs and gnu-community mailing lists, but > I don't think it was menti

TTN

2023-10-17 Thread Mike Gran
I heard that Thien-Thi Nguyen passed away last year. This was recently reported on the emacs and gnu-community mailing lists, but I don't think it was mentioned here (and apologies if it was already mentioned.) TTN was a bit of a maverick in the Guile world, preferring the 1.x serie

ttn-do X stuff "OK" under Guile 1.8.8

2013-09-03 Thread Thien-Thi Nguyen
I was inspired by Guile-WM to finally dislodge the ttn-do X stuff from its cozy (Unofficial) Guile 1.4.x birthing grounds. I got it to shamble forth (uneasily) and now it squats on 1.8.8, mumbling darkly: http://www.gnuvola.org/software/ttn-do/ttn-do-409.tar.xz If you are adventurous, you can

xplay 0.8 now in ttn-do

2009-06-17 Thread Thien-Thi Nguyen
Greetings earthlings, For anyone missing xplay[0], the last public release (version 0.8) is now in ttn-do 357[1]. The integration includes some small bugfixes and a huge kludge to work around problems in Guile 1.4.x `let*-values' (or more likely syncase) support. In xplay, the programs

Re: Debian guile-1.8 and ttn guile-pg

2008-05-28 Thread Greg Troxel
I ma pretty sure that 1.6 and 1.8 behave the same way when one loads a .so when in a module context. It's just that 1.8 no longer has the code that satisfies a require by loading a .so. So the export statements that David posted from debian look fine to me, and the least confusing way to do thing

Re: Debian guile-1.8 and ttn guile-pg

2008-05-28 Thread Thien-Thi Nguyen
⎛⎞ David Pirotte <[EMAIL PROTECTED]> ⎝⎠ Tue, 27 May 2008 13:17:18 -0300 Here is [attached] an exemple of the actual guile-pg 0.16-4 postgres.scm file from the latest debian package. I remember that file, but unfortunately... The exports are done after the load-extension, but I am convi

Re: ttn-pers-scheme & ttn-do

2008-05-25 Thread Thien-Thi Nguyen
() Sebastian Tennant <[EMAIL PROTECTED]> () Sat, 12 Apr 2008 19:36:24 +0300 > The special exception can be seen in some Guile > releases in the top-level README: > > | The exception is that, if you link the GUILE library with > | other files to produce an executable, this does not b

Re: Debian guile-1.8 and ttn guile-pg

2008-05-25 Thread Thien-Thi Nguyen
() Greg Troxel <[EMAIL PROTECTED]> () Mon, 31 Mar 2008 15:04:16 -0400 So guile-pg needs a new .scm file that does this, and I suspect that's all that's required but I'm not sure. Would something like this be sufficient? (define-module (database postgres)) (load-extension "/ABS/PATH/TO/libp

Re: ttn-pers-scheme & ttn-do

2008-04-12 Thread Sebastian Tennant
Quoth Thien-Thi Nguyen <[EMAIL PROTECTED]>: > () Sebastian Tennant <[EMAIL PROTECTED]> > () Wed, 19 Mar 2008 13:08:37 +0200 > >What was this special exception and was it the reason for the fork? > > The fork was over deprecation of some libguile API elements, plus > administrative snafu. The s

Re: ttn-pers-scheme & ttn-do

2008-04-03 Thread Thien-Thi Nguyen
Oops, in previous message, please do s/emacs-devel/guile-devel/g. thi

Re: ttn-pers-scheme & ttn-do

2008-04-03 Thread Thien-Thi Nguyen
e trunk. Git supports branches much better than cvs, so there is now even less reason for the shutout. If anyone else recalls things differently, feel free and tell it like you see / saw it. My memory is often faulty and there is no doubt i missed some details. Just tried building ttn-do. Co

Re: Debian guile-1.8 and ttn guile-pg

2008-03-31 Thread Sebastian Tennant
Quoth <[EMAIL PROTECTED]>: > Greg Troxel <[EMAIL PROTECTED]> wrote: >> [guile-pg and guile 1.8] >> >> I was hoping his guile-pg would work because it doesn't explicity >> state that a 1.4.x guile is required like some of his other packages >> do. >> >> It works fine under 1.6. What

Re: Debian guile-1.8 and ttn guile-pg

2008-03-31 Thread dsmich
Greg Troxel <[EMAIL PROTECTED]> wrote: > [guile-pg and guile 1.8] > > I was hoping his guile-pg would work because it doesn't explicity > state that a 1.4.x guile is required like some of his other packages > do. > > It works fine under 1.6. What it needs is the feature, deprecate

Re: Debian guile-1.8 and ttn guile-pg

2008-03-31 Thread Greg Troxel
[guile-pg and guile 1.8] I was hoping his guile-pg would work because it doesn't explicity state that a 1.4.x guile is required like some of his other packages do. It works fine under 1.6. What it needs is the feature, deprecated in 1.6 and removed in 1.8, of looking for a shlib when a m

Re: Debian guile-1.8 and ttn guile-pg

2008-03-30 Thread Sebastian Tennant
David Pirotte <[EMAIL PROTECTED]> writes: > Le Sun, 30 Mar 2008 15:11:58 +0300, > Sebastian Tennant <[EMAIL PROTECTED]> a écrit : > >> Quoth David Pirotte <[EMAIL PROTECTED]>: >> > Here is a package for debian that Dale Smith produced for me a month >> > or so ago. >> >> Many thanks David. >> >>

Re: Debian guile-1.8 and ttn guile-pg

2008-03-30 Thread David Pirotte
Le Sun, 30 Mar 2008 15:11:58 +0300, Sebastian Tennant <[EMAIL PROTECTED]> a écrit : > Quoth David Pirotte <[EMAIL PROTECTED]>: > > Here is a package for debian that Dale Smith produced for me a month > > or so ago. > > Many thanks David. > > I did see your list posting and I was considering wri

Re: Debian guile-1.8 and ttn guile-pg

2008-03-30 Thread Sebastian Tennant
Quoth David Pirotte <[EMAIL PROTECTED]>: > Here is a package for debian that Dale Smith produced for me a month > or so ago. Many thanks David. I did see your list posting and I was considering writing to you directly, but I though I'd enquire about ttn's version first because it seems much furt

Debian guile-1.8 and ttn guile-pg

2008-03-29 Thread Sebastian Tennant
Hi list, Has anyone successfully built ttn's guile-pg (0.36) using Debian's guile-1.8? Needless to say I haven't been able to get it to work. I can run configure successfully once I tell it where Debian's libpq-dev package puts the libpq includes: ./configure --with-libpq-includes=/usr/includ

Re: ttn-pers-scheme & ttn-do

2008-03-19 Thread Sebastian Tennant
rb in the next week or so to include > my hopes about a merging of selected Guile 1.4.x features into Guile > latest. Perhaps `close-all-fdes-except' will be one of those features, > but i doubt it... Good luck. I'd be very interested to know a little more about the politics e

Re: ttn-pers-scheme & ttn-do

2008-03-19 Thread Thien-Thi Nguyen
the next week or so to include my hopes about a merging of selected Guile 1.4.x features into Guile latest. Perhaps `close-all-fdes-except' will be one of those features, but i doubt it... http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz is 'not found on this server

ttn-pers-scheme & ttn-do

2008-03-18 Thread Sebastian Tennant
Hi thi, $ cd ttn-pers-scheme-0.50 $ ./configure checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for install-info... install-info checking for guile... /usr/bin/guile checking for guile

ttn-pers-scheme 0.50 available

2008-03-16 Thread Thien-Thi Nguyen
tml http://www.gnuvola.org/software/guile/doc/guile_002dtools-read_002drfc822.html http://www.gnuvola.org/software/thud/doc/index.html http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz thi README excerpt: This directory contains ttn's personal scheme library, a collection of Guile

programs using (ttn-do zzz x-protocol)

2007-11-21 Thread Thien-Thi Nguyen
greetings earthlings, please find attached three small programs that use newly released module `(ttn-do zzz x-protocol)', available at <http://www.gnuvola.org/software/ttn-do/>. old-timers may remember circle-frisk from guile-xlib dayz, but let's let the dead lie in peace.

fyi, refined mixp in ttn-do

2007-10-29 Thread Thien-Thi Nguyen
greetings earthlings, just a quick note to mention that ttn-do 306 embeds mixp (mixp wraps expat for guile). this mixp is highly modified (bugfixes and incompatible interface changes) from the one released by the original Author, Thierry Bézecourt, so please don't bother him w/ bugs/compl

Re: ttn-pers-scheme 0.48 available

2007-04-10 Thread Issac Trotts
. no configure: error: module (guile-user) does not export close-all-fdes-except; required Do you know how to fix this? one way is to try Guile 1.4.x, but i suspect that is not what you would prefer. Here's what happens when configuring ttn-pers-scheme under guile-1.4.1.107, grabbed

Re: ttn-pers-scheme 0.48 available

2007-04-09 Thread Thien-Thi Nguyen
() "Issac Trotts" <[EMAIL PROTECTED]> () Mon, 9 Apr 2007 13:37:53 -0700 [problems] configuring ttn-pers-scheme under guile-1.4.1.107, grabbed from http://www.gnuvola.org/software Where can I get ice-9 accumulate? hmm, looks like i have gone out-of-order publishing-wise

Re: ttn-pers-scheme 0.48 available

2007-04-09 Thread Thien-Thi Nguyen
l-fdes-except; required Do you know how to fix this? one way is to try Guile 1.4.x, but i suspect that is not what you would prefer. another way is to avoid using module (ttn call-process) and its downstreams. here is a pruned list of dependencies: x (ttn call-process)

ttn-pers-scheme 0.49 available

2007-04-09 Thread Thien-Thi Nguyen
. NEWS excerpt: - 0.49 | 2007-04-09 - Changes to module (ttn markup) - New proc: symbol<-kw/sym - New proc: string<-kw/sym - New proc: css-tree Might as well put these common operations here. - New parameter to `expand': #:xbsc Aka &

Re: ttn-pers-scheme 0.48 available

2007-04-09 Thread Issac Trotts
code and intervening text (-: as well as a maintenance methodology :-). NEWS excerpt: - 0.48 | 2007-04-07 - After DATE, THING will be removed; DO NOT rely on it - 2007-10-15: proc `(ttn html-world) render-html-world' - 2008-04-15: proc `(ttn-html-world) html-world'

ttn-pers-scheme 0.48 available

2007-04-07 Thread Thien-Thi Nguyen
04-07 - After DATE, THING will be removed; DO NOT rely on it - 2007-10-15: proc `(ttn html-world) render-html-world' - 2008-04-15: proc `(ttn-html-world) html-world' You can use `html-world.html-data' (cleaner, more general). - Dropped module: (ttn

ttn-pers-scheme 0.47 available

2006-07-22 Thread Thien-Thi Nguyen
07-22 - Dropped (ttn rcsutils) proc: group-files-by-rcs-state - Dropped (ttn cvsutils) proc: group-files-by-cvs-state This was announced in release 0.46 (2006-02-23). You can replace these procs, both of which take list FILES, with: (group-logs-by 'state (map

ttn-pers-scheme 0.46 available

2006-02-24 Thread Thien-Thi Nguyen
| 2006-02-23 - No longer maintained, to be dropped after 2006-05-31 - module (ttn split-mbox) - module (ttn flatten-to-buffer) ;; see (ttn bufutils) - module (ttn find-file) ;; likewise - module (ttn write-buffer);; likewise - m

ttn-pers-scheme 0.45 available

2006-02-05 Thread Thien-Thi Nguyen
release notes: moving right along... 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.45 | 2006-01-30 - Dropped module:

ttn-pers-scheme 0.44 available

2005-09-03 Thread Thien-Thi Nguyen
release notes: small changes. 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.44 | 2005-09-04 - Dropped module: (ttn p

ttn-pers-scheme 0.43 available

2005-08-20 Thread Thien-Thi Nguyen
odule: (ttn ftw) -- see NEWS 0.30 (2002-08-13) entry - Dropped module: (ttn eformat) -- 0.38 (2004-12-03) - Dropped module: (ttn gap-buffer) -- 0.37 (2004-08-05) - Configuration change The "configure" script no longer checks that module (guile-user) export

ttn-pers-scheme 0.42 available

2005-06-04 Thread Thien-Thi Nguyen
05-06-05 - Module no longer maintained: (ttn moduleutils) - Module no longer maintained: (ttn slice) - Module no longer maintained: (ttn edit) - Quoting no longer required for text db table specifcation Formerly, a text db table spec required quotes, li

ttn-pers-scheme 0.41 available

2005-04-02 Thread Thien-Thi Nguyen
ening text (-: as well as a maintenance methodology :-). NEWS excerpt: - 0.41 | 2005-04-03 - Changes to (ttn sgf) - Dropped proc: display-in-emacs-syntax This was a provisionary proc useful in the period before SGF read/write support appeared in gnugo