> From: Micah Stetson [mailto:micah@cnm-vra.com]
> > trying out the plan9 for w32 (that i got just to toy with acme) i found out
> Where is this?  I thought the only acme for Windows was
> in Inferno.  Has somebody ported plan9ports?  That would
> be great.

To be honest, i got this some months ago, just before i installed plan9 distro at home. And only now i'm back to using it. so i don't realy remember where i got it :) Here's the readme.txt:

------------------------
This directory contains a Windows port of a number of plan 9 utilities,
including an updated version of the sam text editor. This version of
sam supports the -r option using ssh as the remote execution protocol.

Source is included.  It should be possible to rebuild the
tools from the source, but it will probably require some work.
In particular, the source is mostly built using version 4.2 of
Visual C++. The source was ported using a plan 9 emulation
library called 9pm, which completely replaces the standard
libc library included with the compilers.

The remote execution command srx and the libraries mp and libsec
are compiled with Version 6.0.  This source does not use the 9pm library.

Most of these tools are rather out of date.  Only a small number of changes
have been made since 1997.  Maintenance and updating of these tools is
left as an exercise to the reader.

Note: this code is released under the Plan 9 open source license agreement.

Enjoy
Sean Quinlan
----------------------------


>
>
> > Seccond, i fell nude without my current path :)
> > I have no clue how to change prompt enviroment var to show it.
>
> I think you want something like this:
>
> fn cd { builtin cd $1; prompt=(`{pwd}^'% ' '  ') }

I don't quite understand that.
I tryied simply entering it into rcsh and it did nothing. then i entered just "prompt=(`{pwd}^'% ' '    ')" and then rcsh crashed.

>
> Micah

Thanks
Gabriel