From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <75f6a01d3ac5694d3149f6aeb88351bc@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-qxlbewuxvjekgblhckimtnpigs" Date: Tue, 23 Jul 2002 08:29:34 -0400 Topicbox-Message-UUID: d3e64a5a-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-qxlbewuxvjekgblhckimtnpigs Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit If I do what you say, it does what you want, since the plumb rule for /sys/include is tried only after the file is not found in the local directory. I suspect your problem lies here: > the latter of which is actually binded from /n/dioriteother/3e. Does the plumber have the same name space as you? Did you do the bind after plumber was started? -rob --upas-qxlbewuxvjekgblhckimtnpigs Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Tue Jul 23 02:50:40 EDT 2002 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Tue Jul 23 02:50:39 EDT 2002 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.23.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 3ABCC19A2A; Tue, 23 Jul 2002 02:50: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 83A0D19A1C for <9fans@cse.psu.edu>; Tue, 23 Jul 2002 02:49:07 -0400 (EDT) Message-ID: <658fdbf77e9ca6b11a693826350c0029@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] /sys/lib/plumb/basic 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 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 15:24:53 +0900 >Are you saying you have two files >thread.h, in /sys/include and /3e/sys/include? yes. >And that if you plumb > when you're in one directory, you want to get the other? No, I wnat the thread.h under the directory where I'm now liveing. I have two thread.h files in two directories, /sys/include and /3e/sys/include, the latter of which is actually binded from /n/dioriteother/3e. Under the /3e/sys/include in acme's window , I pressed button 3 on the thread.h string, then, I got /sys/include/thread.h, but I wanted to get /3e/sys/include/thread.h. I also checked cd /3e/sys/include plumb thread.h and I got /sys/include/thread.h instead of /3e/sys/include/thread.h. Then, I changed the line to arg isfile ./$1 /sys/include/$1 , and killed the plumber processes, and restarted it. Then, I got the expected result. Kenji --sorry my vague English (anytime ;_;) --upas-qxlbewuxvjekgblhckimtnpigs--