Re: question re acme and plumber
"James A. Robinson" <[email protected]>
| Newsgroups | gmane.os.plan9.general |
|---|---|
| Message-ID | <CAPd04b7+RZB4ev_PbpyQZz5mHN7mhAGJqY3gahaqXhvh8gv-jg@mail.gmail.com> |
Well, I can see this is getting called:
look.c:187: if(m->ndata<messagesize-1024 &&
plumbsendtofid(plumbsendfid, m) >= 0){
and the m->data is the full line, including the trailing
".java:[<lineno>,<colno>]" data.
So it's certainly appears to be sending the data to the plumber.
But I don't get the same behavior from acme as when I send the
same text I see in m->data to plumb(1) directly on the command
line.
Jim