9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] One more Abaco (or is it webfs?) Question: files
Date: Wed,  4 Jul 2007 15:19:45 -0400	[thread overview]
Message-ID: <f6c96ee92600613dc228880c70c5d5ab@coraid.com> (raw)
In-Reply-To: <09886d7e2b73e3ba5dce02b033794ebb@comcast.net>

> 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


      reply	other threads:[~2007-07-04 19:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-04 18:48 Gregory Pavelcak
2007-07-04 19:19 ` erik quanstrom [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f6c96ee92600613dc228880c70c5d5ab@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).