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 strings, but the inconsistency with e.g. "\t\f" irks me. What do the rest of you think? I've also attached the patch I've been using to fix this for me. -- Ian Price "There are only two hard problems in Computer Science: cache invalidation and naming things." - Phil Karlton