Re: [9fans] get the last write offset in p9p acme

2011-08-25 Thread Mathieu Lonjaret
Ah yes, thx for the tip. On Wed, Aug 24, 2011 at 7:03 PM, Russ Cox wrote: > Seems fine to me. > You can shorten to w.Addr(",") > >

Re: [9fans] get the last write offset in p9p acme

2011-08-24 Thread Russ Cox
Seems fine to me. You can shorten to w.Addr(",")

[9fans] get the last write offset in p9p acme

2011-08-24 Thread Mathieu Lonjaret
Hi, After I've written a bunch of lines in an acme win ( with (w *Win) Write("body",...), I need to know (and save) the position of the last char I've written. I need that position because I want everything I write afterwards to be written there, and not appended. (constantly overwriting the last