Hello guilers,
There's a small aesthetic issue that's been bothering me for a
while. Namely, newlines aren't treated like other escape sequences when
printed with WRITE.
scheme@(guile-user)> (write "\n")
"
"scheme@(guile-user)>
Now, I can see why this would be useful when printing multiple line
Hi!
Andy Wingo skribis:
> On Sun 24 Apr 2011 22:22, l...@gnu.org (Ludovic Courtès) writes:
>
>> Looks good to me. Could you factor it into an M4 macro, use
>> AC_CACHE_CHECK, and move that to acinclude.m4?
>
> I tried and failed, so I pushed it anyway. Would you like to do the
> refactoring as