Re: [9fans] Drawterm + QEMU

2008-03-23 Thread Tom Lieber
On Sat, Mar 22, 2008 at 2:32 PM, Pietro Gagliardi [EMAIL PROTECTED] wrote:
 Hello. Has anyone gotten drawterm to work with QEMU on Mac OS X? If
 so, how? Thanks.

What issues are you having? After completing the CPU server
walkthrough on the wiki, the only tricky part for me was networking,
which I wrote about in reply to your question about transferring files
in November:

On Tue, Nov 6, 2007 at 4:06 PM, Tom Lieber [EMAIL PROTECTED] wrote:
 On 11/6/07, Pietro Gagliardi [EMAIL PROTECTED] wrote:
   How do I make the correct drawterm connection?

  Maybe this is done better in a howto somewhere, but I put this into
  the Arguments preference in Q:

  -redir tcp:2567::567 -redir tcp:17010::17010 -redir tcp:5356::5356

  The first port is higher due to permissions issues. I drawterm in with:

  drawterm -c 'tcp!127.0.0.1!17010' -a 'tcp!127.0.0.1!2567' -s
  'tcp!127.0.0.1!5356' -u tom

-- 
Tom Lieber
http://AllTom.com/



Re: [9fans] acme/sam linewrapping off

2008-03-23 Thread erik quanstrom
 Is there any way how to sensibly edit a file with long lines (eg. a table
 with many fields, like /sys/lib/lp/devices) using acme/sam? What I miss is a
 way to not wrap long lines when I need to concentrate
 on the different fields and a whole
 single line is a true representative of an item (a printer).

make the frame long enough to hold the whole line.

for example in acme, use a single column display and a tiny font.  you
can get one by middle clicking on this

Font /lib/font/bit/misc/ascii.5x7.font

- erik




Re: [9fans] acme/sam linewrapping off

2008-03-23 Thread erik quanstrom
 Thanks for the answer, although it did not please me... :(
 (In Vim, you only have to do :set nowrap and you are done... From time to
 time I find this rather useful.)
 Ruda

it's unreasonable for the lp configuration file to need lines 200 characters 
long.
i would think it would make more sense to talk about addressing lp's 
unreasonable
requirments rather than complaining about acme's lack of features.

- erik