9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: 6o205zd02@sneakemail.com
To: 9fans@9fans.net
Subject: Re: [9fans] A note on using E
Date: Tue,  4 Aug 2009 21:39:49 -0700	[thread overview]
Message-ID: <24260-36175@sneakemail.com> (raw)
In-Reply-To: <op.ux3008br0p3ku8@localhost>

On Tue, 2009-08-04 at 09:04 +0000, Aaron W. Hsu arcfide-at-sacrideo.us |
9fans| wrote:
> Just a note on using E with p9p. I forgot to start the plumber. That's
> kind of important if you want to use E. :-)
>
> 	Aaron W. Hsu
>

Yup.  The script I use to start acme (in p9p) in my preferred
configuration (autoindent, 3 columns, specific fonts) uses my
'ensure_plumber' script:

#!/bin/sh
if 9p stat plumb > /dev/null 2>&1
then
        exit
else
        plumber
fi

to ensure that the plumber is running.  This works nicely for me, as I
can exit and restart acme, and the plumber continues running.  When I
log out of this linux system, however, t appears that the plumber is not
killed, and the next time I log in and start acme, the script sees that
the plumber is still running and doesn't start it.  Unfortunately, that
running plumber doesn't seem to be work right because when I click on a
URL in acme it doesn't get opened in my web browser.  I have to kill and
restart the plumber to get this to work.

I haven't been able to figure what is actually going wrong.  Any hints
or suggestions would be gratefully accepted.

	thanks,
	Peter Canning





  reply	other threads:[~2009-08-05  4:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04  9:04 Aaron W. Hsu
2009-08-05  4:39 ` 6o205zd02 [this message]
2009-08-05  5:54   ` Russ Cox
2009-08-06  4:05     ` 6o205zd02
2009-08-05 16:51   ` Aaron W. Hsu

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=24260-36175@sneakemail.com \
    --to=6o205zd02@sneakemail.com \
    --cc=9fans@9fans.net \
    /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).