From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 References: In-Reply-To: From: "James A. Robinson" Date: Thu, 11 Jul 2019 14:28:43 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset="UTF-8" Subject: Re: [9fans] question re acme and plumber Topicbox-Message-UUID: 018d109c-eada-11e9-9d60-3106f5b1d025 Well, I can see this is getting called: look.c:187: if(m->ndata= 0){ and the m->data is the full line, including the trailing ".java:[,]" 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