9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Worksheet program
@ 2008-04-01 15:43 Benjamin T. D. Newman
  2008-04-01 16:40 ` Sape Mullender
  0 siblings, 1 reply; 10+ messages in thread
From: Benjamin T. D. Newman @ 2008-04-01 15:43 UTC (permalink / raw)
  To: 9fans

Hello list

As my first foray into Plan 9 GUI programming, I have created a worksheet
program.

It doesn't edit.
The input/output format is rather lame.
It's rather annoying to move around;
The cells are all of a fixed size.
I'm sure I'm forgetting something else lame.

I'm happy enough for three days of coding. If nothing else, I'm sending
this e-mail so I start working on actual work...

Thanks to fgb for his help and /sys/src/cmd/tweak.c for parts of the
interface.

I have put it at <http://www.tip9ug.jp/who/newmanbe/tmp/sheet.tar.bz2>.
./test to run it.
--
Benjamin Newman



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-01 15:43 [9fans] Worksheet program Benjamin T. D. Newman
@ 2008-04-01 16:40 ` Sape Mullender
  2008-04-02  7:41   ` cej
  0 siblings, 1 reply; 10+ messages in thread
From: Sape Mullender @ 2008-04-01 16:40 UTC (permalink / raw)
  To: 9fans

> Thanks to fgb for his help and /sys/src/cmd/tweak.c for parts of the
> interface.

You might try control(2) instead.  See
	/sys/src/cmd/auth/factotum/fgui.c
	/sys/src/cmd/bitsy/keyboard.c
for examples.

	Sape



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-01 16:40 ` Sape Mullender
@ 2008-04-02  7:41   ` cej
  2008-04-02  7:59     ` Anders Li
  0 siblings, 1 reply; 10+ messages in thread
From: cej @ 2008-04-02  7:41 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 214 bytes --]





> You might try control(2) instead.  See
	/sys/src/cmd/auth/factotum/fgui.c
	/sys/src/cmd/bitsy/keyboard.c
> for examples.

>	Sape


Alternatively, you might like to use Acme interface.

++pac


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2338 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-02  7:41   ` cej
@ 2008-04-02  7:59     ` Anders Li
  2008-04-02  9:06       ` cej
  2008-04-02 12:06       ` kernel panic
  0 siblings, 2 replies; 10+ messages in thread
From: Anders Li @ 2008-04-02  7:59 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 573 bytes --]

why you all have so many time on Plan9 ?
is it very interest in researching plan9 ?
You are all not busy in working , right ?
and you all have much many to do your own things in spare time, right ?
Do you think it is very cool to program in plan9 ?


On 4/2/08, cej@gli.cas.cz <cej@gli.cas.cz> wrote:
>
>
>
>
>
> > You might try control(2) instead.  See
>        /sys/src/cmd/auth/factotum/fgui.c
>        /sys/src/cmd/bitsy/keyboard.c
> > for examples.
>
> >       Sape
>
>
> Alternatively, you might like to use Acme interface.
>
> ++pac
>
>
>

[-- Attachment #2: Type: text/html, Size: 1045 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-02  7:59     ` Anders Li
@ 2008-04-02  9:06       ` cej
  2008-04-02  9:17         ` Anders Li
  2008-04-02 12:06       ` kernel panic
  1 sibling, 1 reply; 10+ messages in thread
From: cej @ 2008-04-02  9:06 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 70 bytes --]




> Do you think it is very cool to program in plan9 ?
yep.



[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 2258 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-02  9:06       ` cej
@ 2008-04-02  9:17         ` Anders Li
  2008-04-02  9:32           ` Hongzheng Wang
  2008-04-02 10:10           ` cej
  0 siblings, 2 replies; 10+ messages in thread
From: Anders Li @ 2008-04-02  9:17 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 619 bytes --]

hi, thanks !!
I send several kind of this emails,but just you give me a back.
I think so .

last year I installed a play9 in qemu, but didnot know how to use it, how to
begin
to program for it. Meanwhile my work is very busy and do not have enough
time
to play with it.

Can you give a advice on how to start to program for it ?
are there some useful materials on it  ?
Are you install it on a physical machine or just use virtual machine ?


br,

anders.li


On 4/2/08, cej@gli.cas.cz <cej@gli.cas.cz> wrote:
>
>
>
>
> > Do you think it is very cool to program in plan9 ?
> yep.
>
>
>
>

[-- Attachment #2: Type: text/html, Size: 1174 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-02  9:17         ` Anders Li
@ 2008-04-02  9:32           ` Hongzheng Wang
  2008-04-02 10:10           ` cej
  1 sibling, 0 replies; 10+ messages in thread
From: Hongzheng Wang @ 2008-04-02  9:32 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Read the papers at http://plan9.bell-labs.com/sys/doc/ may be a good
starting point.

Frankly, it is really time consumed.  So, please be careful to
schedule your work and the navigation into plan9.  Anyway, plan9 is a
real production platform rather than a toy.

On Wed, Apr 2, 2008 at 5:17 PM, Anders Li <illiop.li@gmail.com> wrote:
> hi, thanks !!
> I send several kind of this emails,but just you give me a back.
> I think so .
>
> last year I installed a play9 in qemu, but didnot know how to use it, how to
> begin
> to program for it. Meanwhile my work is very busy and do not have enough
> time
> to play with it.
>
> Can you give a advice on how to start to program for it ?
> are there some useful materials on it  ?
> Are you install it on a physical machine or just use virtual machine ?
>
>
> br,
>
> anders.li
>

--
HZ


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-02  9:17         ` Anders Li
  2008-04-02  9:32           ` Hongzheng Wang
@ 2008-04-02 10:10           ` cej
  1 sibling, 0 replies; 10+ messages in thread
From: cej @ 2008-04-02 10:10 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 1308 bytes --]

Welcome!!

If you want a native p9, look here first for compatible HW: http://cm.bell-labs.com/wiki/plan9/Supported_PC_hardware/index.html
To install, look here: http://cm.bell-labs.com/wiki/plan9/Installation_instructions/index.html
C compiler man page is here: http://plan9.bell-labs.com/magic/man2html/1/2c
Read documentation at: http://cm.bell-labs.com/wiki/plan9/Documentation/index.html
Browse wiki: http://cm.bell-labs.com/wiki/plan9/plan_9_wiki/

Cross fingers,
++pac.


-----Original Message-----
From: 9fans-bounces@9fans.net on behalf of Anders Li
Sent: Wed 4/2/2008 11:17 AM
To: Fans of the OS Plan 9 from Bell Labs
Subject: Re: [9fans] Worksheet program
 
hi, thanks !!
I send several kind of this emails,but just you give me a back.
I think so .

last year I installed a play9 in qemu, but didnot know how to use it, how to
begin
to program for it. Meanwhile my work is very busy and do not have enough
time
to play with it.

Can you give a advice on how to start to program for it ?
are there some useful materials on it  ?
Are you install it on a physical machine or just use virtual machine ?


br,

anders.li


On 4/2/08, cej@gli.cas.cz <cej@gli.cas.cz> wrote:
>
>
>
>
> > Do you think it is very cool to program in plan9 ?
> yep.
>
>
>
>


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 3314 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
  2008-04-02  7:59     ` Anders Li
  2008-04-02  9:06       ` cej
@ 2008-04-02 12:06       ` kernel panic
  1 sibling, 0 replies; 10+ messages in thread
From: kernel panic @ 2008-04-02 12:06 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> why you all have so many time on Plan9 ?
> is it very interest in researching plan9 ?
> You are all not busy in working , right ?
> and you all have much many to do your own things in spare time, right ?
> Do you think it is very cool to program in plan9 ?

all your time are belong to us!

HA HA HA!

cinap
--
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/?mc=sv_ext_mf@gmx


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] Worksheet program
@ 2008-04-02 12:34 Chad Dougherty
  0 siblings, 0 replies; 10+ messages in thread
From: Chad Dougherty @ 2008-04-02 12:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Anders Li wrote:
> Can you give a advice on how to start to program for it ?
> are there some useful materials on it  ?
> Are you install it on a physical machine or just use virtual machine ?
>

you might also try nemo's excellent "Introduction to Operating
Systems Abstractions Using Plan 9 from Bell Labs":

<http://lsub.org/who/nemo/9.intro.pdf>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2008-04-02 12:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-01 15:43 [9fans] Worksheet program Benjamin T. D. Newman
2008-04-01 16:40 ` Sape Mullender
2008-04-02  7:41   ` cej
2008-04-02  7:59     ` Anders Li
2008-04-02  9:06       ` cej
2008-04-02  9:17         ` Anders Li
2008-04-02  9:32           ` Hongzheng Wang
2008-04-02 10:10           ` cej
2008-04-02 12:06       ` kernel panic
2008-04-02 12:34 Chad Dougherty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).