9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] One more Abaco (or is it webfs?) Question: files
@ 2007-07-04 18:48 Gregory Pavelcak
  2007-07-04 19:19 ` erik quanstrom
  0 siblings, 1 reply; 2+ messages in thread
From: Gregory Pavelcak @ 2007-07-04 18:48 UTC (permalink / raw)
  To: 9fans

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] One more Abaco (or is it webfs?) Question: files
  2007-07-04 18:48 [9fans] One more Abaco (or is it webfs?) Question: files Gregory Pavelcak
@ 2007-07-04 19:19 ` erik quanstrom
  0 siblings, 0 replies; 2+ messages in thread
From: erik quanstrom @ 2007-07-04 19:19 UTC (permalink / raw)
  To: 9fans

> 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-04 19:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-04 18:48 [9fans] One more Abaco (or is it webfs?) Question: files Gregory Pavelcak
2007-07-04 19:19 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).