From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <138575260911160603n2cc58adfoa53af1377eb7c2@mail.gmail.com> Date: Mon, 16 Nov 2009 15:43:41 +0100 Message-ID: <138575260911160643o7862e0c9haa29e9ff9d9fccb4@mail.gmail.com> From: hugo rivera To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] acme bug? Topicbox-Message-UUID: 9c5808f2-ead5-11e9-9d60-3106f5b1d025 I am not sure where this came from: % whatis cd fn cd {if(builtin cd $1){if(flag i)$PLAN9^/bin/9 awd || status='';status=''}} but I don't think awd(1) has something to do with the problem. I think is something else, and maybe I was wrong and doesn't even has anything to do with acme. I have no clue on what's going on: 1.- Start with acme showing all files in a directory (~3000). They all happen to be png images. They are all correctly shown in acme's window. 2.- Write for(i in *){ name=`{echo $i | 9 sed 's/png/jpg/'}; convert $i $name} somewhere in your tag and then execute it using your mouse button 2. (That's imagemagick's convert utility) 3.- Write rm *.png and execute it using your mouse button 2. 4.- Execute a Get in your window. Now all files are gone (according to acme). 5.- Write 9 ls in your tag and execute it. You get all your jpg files. 6.- I am puzzled. 2009/11/16, Mathieu Lonjaret : > See awd(1) > > > ---------- Mensaje reenviado ---------- > From: hugo rivera > To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> > Date: Mon, 16 Nov 2009 15:03:57 +0100 > Subject: [9fans] acme bug? > % cd /sw/somedir > % 9 ls | 9 wc -l > 2712 > % pwd > /sw/somedir > right click on /sw/somedir, and acme's window is empty. What's going on? > > -- > Hugo > > -- Hugo