From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <3f873c4c8f97a53b4fff3b2b8bcc6751@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] /sys/lib/plumb/basic From: "rob pike, esq." MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-wvuqnpojfkcxjsxsxmnmvlvidz" Date: Tue, 23 Jul 2002 00:37:40 -0400 Topicbox-Message-UUID: d3af0612-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-wvuqnpojfkcxjsxsxmnmvlvidz Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I don't understand the problem. Are you saying you have two files thread.h, in /sys/include and /3e/sys/include? And that if you plumb when you're in one directory, you want to get the other? Because I tried the following: cd /usr/rob date>thread.h plumb thread.h and the file in /usr/rob appeared in Acme, which I think is correct behavior and is the behavior I think you ask for when you request arg isfile ./$1 /sys/include/$1 Please explain what you expect to happen. -rob --upas-wvuqnpojfkcxjsxsxmnmvlvidz Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Tue Jul 23 00:32:41 EDT 2002 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Tue Jul 23 00:32:40 EDT 2002 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.6.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id E265C19A28; Tue, 23 Jul 2002 00:32:12 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from granite.cias.osakafu-u.ac.jp (granite.cias.osakafu-u.ac.jp [157.16.101.69]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 6F5E219A0B for <9fans@cse.psu.edu>; Tue, 23 Jul 2002 00:31:55 -0400 (EDT) Message-ID: <890667787da841204aca0ed9983b69e5@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu From: okamoto@granite.cias.osakafu-u.ac.jp MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] /sys/lib/plumb/basic Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Tue, 23 Jul 2002 13:07:40 +0900 I'm now having two different sets of include files, such as /sys/include and /3e/sys/include. When I'm in the /3e/sys/include directory, I cannot plumb say thread.h. How about to change the line of the /sys/lib/plumb/basic file from arg isfile /sys/include/$1 to arg isfile ./$1 /sys/include/$1. I knwo this is a trivial thing, but changing the line so does not have any side effect, I believe. Kenji --upas-wvuqnpojfkcxjsxsxmnmvlvidz--