Re: Unable to insert lines into buffer with Python3 interface

2010-07-24 Fir de Conversatie Nico Raffo
On Jul 24, 8:02 am, Bram Moolenaar b...@moolenaar.net wrote: Nico Raffo wrote: Due to a syntax change between python 2 and python 3, there is no way to insert a new line at an arbitrary line number into a buffer using the python interface without using undocumented parameters in the

Re: Unable to insert lines into buffer with Python3 interface

2010-07-24 Fir de Conversatie Bram Moolenaar
Nico Raffo wrote: On Jul 24, 8:02=A0am, Bram Moolenaar b...@moolenaar.net wrote: Nico Raffo wrote: Due to a syntax change between python 2 and python 3, there is no way to insert a new line at an arbitrary line number into a buffer using the python interface without using

Unable to insert lines into buffer with Python3 interface

2010-07-23 Fir de Conversatie Nico Raffo
Due to a syntax change between python 2 and python 3, there is no way to insert a new line at an arbitrary line number into a buffer using the python interface without using undocumented parameters in the buffer.append() method. In the existing python 2 interface, the way to insert a line