Re: [9fans] MirOS ksh (mksh) building out-of-the box on Plan9/APE

2013-08-16 Thread Jens Staal
On Fri, 26 Jul 2013 08:59:30 +0200 Jens Staal wrote: > Dear all, > > From yesterday upstream mksh (cvs and future R48 and onwards) builds > out of the box on Plan9 simply by: > > ape/psh > ./Build.sh > > One issue remains and that is that the shell will get "stuck" after > executing an externa

Re: [9fans] added new user

2013-08-16 Thread Richard Miller
> I edited cmdline.txt, removed user=glenda, but it still logs in to it. If you type 'ps' I think you may find it is now starting as user "none", which is the default if you just hit Return for the "user" prompt. There is still some flakiness in the raspberry pi usb keyboard support, and in parti

[9fans] p9p on Retina Macs

2013-08-16 Thread marius eriksen
I know there’s been some work on this; how well does it work? Since the default fonts are bit-mapped, does it require the use of fontsrv, or are there scaled-up versions of the fonts? -m.

Re: [9fans] p9p on Retina Macs

2013-08-16 Thread Rob Pike
Russ added a couple of helper things to the library. There's now a 'dpi' field in Display and helpers for scaling. I don't remember the details but a little digging with that pointer should do it. I vaguely remember you can also specify a scaling integer in the value of $font. I write a little subf

Re: [9fans] Python3 for Plan9

2013-08-16 Thread Jeff Sickel
Just remember that there is a small mercurial dependency that's currently not fully tracked. Our patches to Selenic have started to be rolled in, but it may still take a few more days before a Mercurial 2.7.1 release that has all of our changes in place. Feel free to track the cpython bitbucket f

Re: [9fans] Python3 for Plan9

2013-08-16 Thread Steven Stallion
Interesting. Your factotum change broke global authentication. The purpose of the * realm (look at the comments at the top of factotum.py) was intended to act as a default. Please fix this. On Fri, Aug 16, 2013 at 2:52 PM, Jeff Sickel wrote: > Just remember that there is a small mercurial depende

Re: [9fans] Python3 for Plan9

2013-08-16 Thread Devyn Collier Johnson
On 08/16/2013 05:52 PM, Jeff Sickel wrote: Just remember that there is a small mercurial dependency that's currently not fully tracked. Our patches to Selenic have started to be rolled in, but it may still take a few more days before a Mercurial 2.7.1 release that has all of our changes in plac

Re: [9fans] Python3 for Plan9

2013-08-16 Thread Alex Jordan
On Aug 16, 2013 8:22 PM, "Devyn Collier Johnson" wrote: > > > On 08/16/2013 05:52 PM, Jeff Sickel wrote: >> >> Just remember that there is a small mercurial dependency that's currently not >> fully tracked. Our patches to Selenic have started to be rolled in, but it may >> still take a few more d