[9fans] sed line length limit

2012-05-25 Thread dexen deVries
hi list,


it seems p9p sed has line lenght limit at about 1024 bytes.
however, instead of crashing and burning, or returning some error, it just 
happily spews truncated output.


i've just been bitten by it :D


-- 
dexen deVries

[[[↓][→]]]

Weightless and alone
you speed through the eerie nothingness of space
you circle 'round the Moon
and journey back
to face the punishing torment of re-entry

-- LUNA-C, ``Supaset8 (full release)'', #24m52s




Re: [9fans] test -w on directory

2012-05-25 Thread Charles Forsyth


kb=4096

 say what!?  fittingly, it's unused.


i'd suppose it was probably going to reduce the buffer size on a
wirelessly-connected ipaq


Re: [9fans] sed line length limit

2012-05-25 Thread erik quanstrom
On Fri May 25 03:51:27 EDT 2012, dexen.devr...@gmail.com wrote:
 hi list,
 
 
 it seems p9p sed has line lenght limit at about 1024 bytes.
 however, instead of crashing and burning, or returning some error, it just 
 happily spews truncated output.

please see /n/sources/contrib/quanstro/sed.c.  i think i've taken
care of all these cases.  there is at least diagnostic output.
i was somewhat concerned about breaking things, so i didn't
let toolong() sysfatal, but that's an easy mod.

- erik



Re: [9fans] public accounts for interested folks at 9srv.net

2012-05-25 Thread Anthony Sorace
You did not misunderstand. I'm currently traveling. I return late
monday, and will deal with this (and the other similar requests I
got) within a day or two thereafter.

On May 24, 2012, at 4:31 , John Francis Lee wrote:

 I wrote a couple of emails to a...@9srv.net but never got a reply ... did I 
 misunderstand what seemed to me to be an invitation, or did my email or the 
 reply get treated as spam, or have I failed the silent screening?



signature.asc
Description: Message signed with OpenPGP using GPGMail


Re: [9fans] formatting the manual from plan9 ports?

2012-05-25 Thread pmarin
See the example in tr2post(1)

On Thu, May 24, 2012 at 9:03 PM, Aharon Robbins arn...@skeeve.com wrote:
 Is there a simple recipe to use p9p troff to format the manual pages
 from the plan 9 dist?  I.e.:

        Install Plan 9 Ports
        wget plan9.iso from bell labs
        mount said iso /some/where
        9 rc
        cd /some/where/sys/man
        # magic stuff here

 (Or tar off the dist to regular files where things are writable.)

 Thanks!

 Arnold