9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: cam@9.SQUiSH.org
To: 9fans@9fans.net
Subject: Re: [9fans] Announcing The Virtual Plan 9 Server Cookbook
Date: Fri, 29 Aug 2014 15:41:22 -0700	[thread overview]
Message-ID: <b806f3eba7bccfc8c9a3f5f7d3e25474@9.SQUiSH.org> (raw)
In-Reply-To: <20140827191604.GA18416@dlc-dt>

> written.  I would like to get other folks' evaluations
> of the work so it can be improved.

just a couple minor details:

1) in http://dlc.casita.net/~dlc/vp9cb/tc05.png, you do not need
such kernel messages scribbling on top of rio.  just swipe another
window off an edge run cat /dev/kprint.  /dev/kmesg holds past
kernel messages and /dev/kprint will show them as they come.

2) 'what's up with the world-writable attribute?'
it does not really matter.  if some other process writes to that
variable, it is modified in the namespace of that other process.
none of the others are affected.  also, for functions, you can just
use 'fn funcname' to undefine it.  removing a variable from /env
does not undefine it, but you can clear its contents with var=''.
a script will leave its variables in /env too (albeit with empty
values), so if you do not want that, put an 'rfork e' at the top.  this
creates a copy of the current environment, but any changes
happen only in the copy which disappears when the script is
done.

3) if you want a default rio environment similar to that of glenda
for your user account when using drawterm or booting back up
as a terminal, you can do the following:

% cp /usr/glenda/bin/rc/^(screensize riostart)  $home/bin/rc

and then change the rio command line in your lib/profile to
'rio -i riostart' to get a few toys to play with.  riostart is just
an rc script, so you can edit to taste.




  parent reply	other threads:[~2014-08-29 22:41 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-27 19:16 David L. Craig
2014-08-27 19:52 ` arnold
2014-08-27 21:03   ` David L. Craig
2014-08-27 21:56 ` Aleksandar Kuktin
2014-08-28  2:13   ` David L. Craig
2014-08-28  8:26 ` dante
2014-08-28  8:50 ` dante
2014-08-28  9:01   ` lucio
2014-08-28 12:50     ` David L. Craig
2014-08-29  2:04       ` David L. Craig
2014-08-29  2:23         ` David L. Craig
2014-08-28 10:00 ` Peter Hull
2014-08-28 12:55   ` David L. Craig
2014-08-28 13:02     ` Peter Hull
2014-08-28 17:40       ` David L. Craig
2014-08-28 20:57         ` Peter Hull
2014-08-28 20:59         ` David L. Craig
2014-08-28 13:07     ` Joseph Stewart
2014-08-28 13:25       ` David L. Craig
2014-08-28 13:56         ` Joseph Stewart
2014-08-29  4:59         ` Scott Elcomb
2014-08-29 12:22           ` David L. Craig
2014-08-29 18:21             ` David L. Craig
2014-08-29 16:58           ` Yoann Padioleau
2014-08-29 19:16 ` David L. Craig
2014-08-29 22:41 ` cam [this message]
2014-08-28 14:31 trebol

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=b806f3eba7bccfc8c9a3f5f7d3e25474@9.SQUiSH.org \
    --to=cam@9.squish.org \
    --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).