Re: Patch to make Javascript writeln() work (attempt 3)

2015-10-01 Thread Rob Kendrick
On Thu, Oct 01, 2015 at 04:15:38AM -0800, Dave Higton wrote: > On Thu, 1 Oct 2015 12:41:12 +0100 Vincent wrote: > > On Thu, Sep 24, 2015 at 09:36:41PM +0100, Dave Higton wrote: > >> This patch to Document/bnd makes the Javascript writeln() function > >> work as well as write(). This version insert

Re: Patch to make Javascript writeln() work (attempt 3)

2015-10-01 Thread Dave Higton
On Thu, 1 Oct 2015 12:41:12 +0100 Vincent wrote: > On Thu, Sep 24, 2015 at 09:36:41PM +0100, Dave Higton wrote: >> This patch to Document/bnd makes the Javascript writeln() function >> work as well as write(). This version inserts "\n", which seems >> to be what the language requires. was wrong.

Re: Patch to make Javascript writeln() work (attempt 3)

2015-10-01 Thread Vincent Sanders
On Thu, Sep 24, 2015 at 09:36:41PM +0100, Dave Higton wrote: > This patch to Document/bnd makes the Javascript writeln() function > work as well as write(). This version inserts "\n", which seems > to be what the language requires. was wrong. applied -- Regards Vincent http://www.kyllikki.or

Patch to make Javascript writeln() work (attempt 3)

2015-09-24 Thread Dave Higton
This patch to Document/bnd makes the Javascript writeln() function work as well as write(). This version inserts "\n", which seems to be what the language requires. was wrong. It duplicates code from write(), but I'm really not keen on Daniel's alternative suggestion. Sorry. (Re. the earlier