From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Wed, 4 Jul 2007 15:19:45 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] One more Abaco (or is it webfs?) Question: files In-Reply-To: <09886d7e2b73e3ba5dce02b033794ebb@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 90f7fc68-ead2-11e9-9d60-3106f5b1d025 > Actually, I'm guessing that this is a webfs question. > > How do you open a local html file with abaco. If I type > "file:/path/to/file", I get "unsupported url type". > > Thanks. > > Greg you are correct. you can manoever around this problem with a plumbing rule like type is text data matches 'file:/(.+)' arg isfile $1 data set $file plumb to edit plumb client window $editor which will work for text. for html, this approach just doesn't work --- illustrating the lack of integration between acme and abaco. - erik