On Wed 19 Apr 2017 18:32, Thomas Danckaert <p...@thomasdanckaert.be> writes:
>> On Tue 07 Mar 2017 16:34, Thomas Danckaert <p...@thomasdanckaert.be> >> writes: >> >>> It looks like Guile's srfi-37 implementation doesn't process empty >>> string arguments correctly. > I don't fully understand the code in srfi-37.scm, but I think the fix > can be as simple as the attached patch (i.e. first check if the argument > is empty, otherwise check if it starts with \#-). Applied, thanks :) Andy