[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Guile support in GNU make
From: |
Thien-Thi Nguyen |
Subject: |
Re: Guile support in GNU make |
Date: |
Mon, 23 Jan 2012 07:08:28 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
() Thien-Thi Nguyen <address@hidden>
() Mon, 23 Jan 2012 07:01:46 +0100
Use ‘and-map’ with a predicate wrapped around ‘char-set:printing’ directly.
Blech, pre-caffeine posting...
Turns out ‘and-map’ is not documented in the Guile 1.8 Manual. :-/
Better is ‘string-fold’ (w/ the same predicate), then.
Best is ‘string-every’ w/ ‘char-set:printing’ directly.
Re: Guile support in GNU make, Eli Zaretskii, 2012/01/15
Re: Guile support in GNU make, Kirill Smelkov, 2012/01/22
Re: Guile support in GNU make, Kirill Smelkov, 2012/01/22
Re: Guile support in GNU make, Eli Zaretskii, 2012/01/28
Re: Guile support in GNU make, Ludovic Courtès, 2012/01/19