From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1b4c160866ee944fde5e03d1c49a5493@quanstro.net> Date: Fri, 9 Jun 2006 05:27:58 -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: <45219fb00606090211s4c5ed526o@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Topicbox-Message-UUID: 63535fba-ead1-11e9-9d60-3106f5b1d025 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 } better yet, run win(1) within acme and use b3 on the file:line combinatio= n. - erik On Fri Jun 9 04:13:15 CDT 2006, viriketo@gmail.com wrote: > Hi... I'd like to open a file in acme at line, let's say, 10. >=20 > acme file:10 # doesn't work >=20 > if I already started acme, I tried this way: >=20 > (echo name file; echo get; echo dot=3D10) | 9p write acme/new/ctl >=20 > But it doesn't work - it says the "dot=3D" command is ill-formed. What = I > am doing wrong? >=20 > Thanks, > Llu=C3=ADs.