From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8c7cfba09acba2752f2fd2e798c002d8@quanstro.net> Date: Fri, 9 Jun 2006 06:29:05 -0500 From: quanstro@quanstro.net To: 9fans@cse.psu.edu Subject: Re: [9fans] plan9port's acme - open a file to a desired line number. In-Reply-To: <200606091045.k59AjgB18605@zamenhof.cs.utwente.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 636cda80-ead1-11e9-9d60-3106f5b1d025 good point. what was i thinking. does anyone know the reason that files on the command line are treated differently than files passed in via the plumber? - erik On Fri Jun 9 05:46:53 CDT 2006, Axel.Belinfante@cs.utwente.nl wrote: > the B command also opens a file in acme from the command prompt: > > ; B file:10 > > Axel. > > > try this: > > > > ; plumb file:10 > > > > or use the 9term plumb menu. you've got to either run awd manually > > for this to work or redefine cd to > > > > fn cd { if(flag i)cd $* && awd }