Re: [9fans] Octopus viewer?

2012-04-28 Thread kokamoto
ls -ld /chan shows no write permission for anyone. Then, how the inferno plumber can create /chan/plumb.input under the mounted directory? Strangely, when I do ls -ld from the Inferno's shell window, it shows: d-r-xr-xr-x s 0 okamoto okamoto 0 Apr 26 04:32 /chan and from olive's window:

Re: [9fans] Potential BoF in San Francisco

2012-04-28 Thread Anthony Martin
Peter A. Cejchan tyap...@gmail.com once said: BTW, what is the current status of 9Go ... I still use 60.2 I just noticed this mail. Sorry. To build the current Go codebase you need four patches. Two should be applied to the Plan 9 tree: /n/sources/patch/kernel-tsemacquire

Re: [9fans] Octopus viewer?

2012-04-28 Thread Nemo
On Apr 28, 2012, at 10:23 AM, kokam...@hera.eonet.ne.jp wrote: Why Inferno shows 's', and olive does 'M'? Kenji olive is using the namespace where o/x runs, so it's not directly the underlying name space, but it's re-exported. I think that's why.

[9fans] wikifs

2012-04-28 Thread Lucio De Re
I seem to be missing /sys/lib/wiki/create.html, if I understand the operation of wikifs properly: trying to create a new page reports its absence. There is no such item on sources, either. Yet, I also get a missing report for about.html and that is in fact present, which baffles me about as much

Re: [9fans] wikifs

2012-04-28 Thread Lucio De Re
I'll keep looking for the reason behind the false absence of about.html. I figured this one out, it seems a copy of the file ought to be in the directory onto which the wiki FS is mounted. Presumably the same applies to create.html, I just need to find it. ++L

[9fans] lucidasans and 日本語表示

2012-04-28 Thread kokamoto
Acme uses default font of lucidasans/euro.8.font, and it has no ハンカク数字、全角数字etc, which make me trouble to show Japanese mails from other systems. So, please add the line to the bottom of /font/lib/bit/lucidasans/euro.8.font as bellow: . . 0x9a01 0x9bf5 ../shinonome/k14.9a01 0x9c04 0x9dfd

Re: [9fans] lucidasans and 日本語表示

2012-04-28 Thread Rob Pike
That font is called euro because it does not have the Asian ideographs and is cheaper to load. Use unicode.8.font if you want them; I have set font=unicode.9.font since the beginning. The real question is what the default font should be; I leave that decision to others. -rob

Re: [9fans] lucidasans and 日本語表示

2012-04-28 Thread Benjamin Huntsman
The real question is what the default font should be Not that my opinion counts for anything, but changing the font to latin1.7.font (or sometimes typelatin1.7.font) is usually the first thing I do on a fresh Plan 9 install. It's very readable, and you can fit a whole lot more on an average

Re: [9fans] lucidasans and 日本語表示

2012-04-28 Thread kokamoto
The real question is what the default font should be; I leave that decision to others. You mean change the hardcoded font name in /sys/src/cmd/acme/acme.c? By the way, I'll follow your suggestion to add 日本語 to unicode.8.font. Kenji

Re: [9fans] lucidasans and 日本語表示

2012-04-28 Thread Steven Stallion
On Sat, Apr 28, 2012 at 9:42 PM, kokam...@hera.eonet.ne.jp wrote: The real question is what the default font should be; I leave that decision to others. You mean change the hardcoded font name in /sys/src/cmd/acme/acme.c? By the way, I'll follow your suggestion to add 日本語 to

Re: [9fans] lucidasans and 日本語表示

2012-04-28 Thread Lyndon Nerenberg
You mean change the hardcoded font name in /sys/src/cmd/acme/acme.c? No, add something like: font = /lib/font/bit/fixed/unicode.7x13.font fn acme {builtin acme -f $font $*} to your lib/profile. This will set your acme and rio fonts to unicode.7x13.font. Substitute the pathname to your

Re: [9fans] lucidasans and 日本語表示

2012-04-28 Thread erik quanstrom
font = /lib/font/bit/fixed/unicode.7x13.font fn acme {builtin acme -f $font $*} to your lib/profile. This will set your acme and rio fonts to unicode.7x13.font. Substitute the pathname to your preferred font file, then reboot your terminal. or plumb the string Local font =