Re: WRITE & linefeed

2011-12-05 Thread Andy Wingo
Hi, On Wed 22 Jun 2011 23:49, Neil Jerram writes: > Ian Price writes: > >> 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") >> " >> " > > I agr

Re: WRITE & linefeed

2011-06-22 Thread Neil Jerram
Ian Price writes: > 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

WRITE & linefeed

2011-06-19 Thread Ian Price
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