On Sat, Aug 31, 2013 at 10:23 AM, James A. Robinson <jimr@highwire.stanford.edu> wrote:
I see the entire text of the window get selected.
I had assumed that if I then read addr that I would
get back two numbers, 0 and the final byte offset
of the file (it is a non-zero length file).

However, I get back two zeros:

$ 9p read acme/2/addr
          0           0 

What am I missing?

I should have said character offset, not byte offset.
I was also experimenting with using addr=dot, but
didn't see any change in behavior.

Jim