9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] text editor
@ 2002-04-26 11:41 forsyth
  0 siblings, 0 replies; 32+ messages in thread
From: forsyth @ 2002-04-26 11:41 UTC (permalink / raw)
  To: 9fans

normally i try to keep out of these discussions.
i've had my fill for three generations, but this
remark caught my attention:

>>pretty much requires visual feedback.  I.e. you need to watch the
>>screen while you are using it.  Which is bloody inconvenient in a lot

now i'm confused: what are you watching when using ijkl (or whatever it is)?
don't you watch the screen for the position of the text cursor, to
decide where to move next, and to see the effect of your changes?

> slower.  It may be counterintuitive, but I believe it has been shown
> by research, not that I can quote anything.  You have to move your
> hands to get to the cursor keys

it was Tognazzi, in an article reprinted in ``Tog on Interfaces'', who noted
that in experiments done by Apple people repeatedly would stoutly maintain
they had completed set tasks much faster using commands and keys even though they
had just been timed to be significantly faster using the mouse.

the interesting bit was the suspected cause.  it wasn't the
hand movements (you might need to do that for both interfaces).
i haven't got the book to hand so i'll give a bad summary.
(To see the correct explanation, buy the book and support ageing interface designers.)
it was something like this: the use of keys+commands
required a higher level of mental planning to organise the interaction,
which apparently obscures the perception of the passage of time--think
of being deeply engaged in something and being surprised when you look at a clock--
whereas the use of the mouse was done at a lower, mechanical level that
left the mind free for higher things, such as complaining about the mouse.
(Tog's article is more interesting and less flippant.)



^ permalink raw reply	[flat|nested] 32+ messages in thread
* [9fans] text editor
@ 2002-04-29  9:36 Andrew Simmons
  0 siblings, 0 replies; 32+ messages in thread
From: Andrew Simmons @ 2002-04-29  9:36 UTC (permalink / raw)
  To: 9fans

>if i wanted to move the cursor, i would have clicked somewhere
>with the mouse like god, rob, and tog intended.

Hmmm. god, rob, and tog. Three people, each of whom has a name consisting of
three letters. in lower case. Each of whom is mistaken about the correct
behaviour of arrow keys, and probably about the role of the cross-product of
two vectors in modern society. Coincidence? I think not.


^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 17:31 Russ Cox
  0 siblings, 0 replies; 32+ messages in thread
From: Russ Cox @ 2002-04-26 17:31 UTC (permalink / raw)
  To: 9fans

the part that is painful is, as rog said, the differences
and inconsistencies.  every time you try to do something
and wily doesn't quite behave the same way, it hurts.

the most notable one is the different handling of
Put when the file has been changed underneath you.
i realize this was a design decision, but it's just
weird when you're used to the acme behavior.
and if you don't know how to use the wilybak
directory (which i don't, really) then it's hard
to get the file back.

another difference is the behavior of arrow keys.
in acme, if i type an up or down arrow, the screen
scrolls up or down half a page.  in wily, if i type one
of the arrow keys, the cursor moves!  if i wanted
to move the cursor, i would have clicked somewhere
with the mouse like god, rob, and tog intended.

of course, plan 9 didn't have arrow keys when wily
started, and so wily and acme have separately defined
meaning for them.  but it's unfortunate that wily caved
to the keystrokes-for-positioning factions.

it also bothers me that wily is so much less dense
than acme as far as fitting things on the screen.
there's far too much white space above and below the
text in the tag lines.

it's the little things.  wily is still my choice
of editor for unix.  it just annoys me when i use it.



^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 14:52 anothy
  2002-04-26 16:59 ` peter huang
  0 siblings, 1 reply; 32+ messages in thread
From: anothy @ 2002-04-26 14:52 UTC (permalink / raw)
  To: 9fans

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

i've used Wily for quite a bit (although not for a good while now)
and found the differences and inconsistancies to be really painful.
i imagine it'd still be a good step up for someone not already
familiar with acme. the acme-in-inferno-on-unix solution is one
i use occasionally now (since i'm only occasionally at a unix box)
and really like.

since my unix boxes are generally remote, i edit files on them most
of the time by 9fs'ing (using u9fs on the unix box) and running
acme. occasionally i have to edit files on a box i don't admin (and
thus can't put u9fs on), and sam -r works well for that. even that's
somewhat awkward (to be polite) now... i _really_ miss acme's
mouse chording.
ア


[-- Attachment #2: Type: message/rfc822, Size: 1422 bytes --]

From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] text editor
Date: Fri, 26 Apr 2002 10:10:00 -0400
Message-ID: <7982c19b270270becaf0164e247d55f8@plan9.bell-labs.com>

> To each his own.  As I've said, I'm comfortable with vi on Unix boxen
> and with sam on Plan 9.  Your mileage may vary.  There are situations

i advise you, and anyone else in your situation, not to try acme.
once you get used to it you'll curse vi and never be able to get
anything done on unix.

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 14:10 Russ Cox
  2002-04-26 10:27 ` Sam Hopkins
  2002-04-29  9:40 ` Douglas A. Gwyn
  0 siblings, 2 replies; 32+ messages in thread
From: Russ Cox @ 2002-04-26 14:10 UTC (permalink / raw)
  To: 9fans

> To each his own.  As I've said, I'm comfortable with vi on Unix boxen
> and with sam on Plan 9.  Your mileage may vary.  There are situations

i advise you, and anyone else in your situation, not to try acme.
once you get used to it you'll curse vi and never be able to get
anything done on unix.



^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 13:40 forsyth
  0 siblings, 0 replies; 32+ messages in thread
From: forsyth @ 2002-04-26 13:40 UTC (permalink / raw)
  To: 9fans

>>I've been sitting here thinking at my computer for the last hour
>>and so far no input.  I'll keep the list abreast of my progress.

	``Eventually, I decided that thinking was not getting me very far
	and it was time to try building.''
			--Rob Pike, ``The Text Editor sam''



^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 13:27 presotto
  0 siblings, 0 replies; 32+ messages in thread
From: presotto @ 2002-04-26 13:27 UTC (permalink / raw)
  To: 9fans

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

I've been sitting here thinking at my computer for the last hour
and so far no input.  I'll keep the list abreast of my progress.

[-- Attachment #2: Type: message/rfc822, Size: 1285 bytes --]

From: bwc@borf.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] text editor
Date: Fri, 26 Apr 2002 08:46:07 -0400
Message-ID: <20020426124339.30D4519A0D@mail.cse.psu.edu>

I'm just annoyed at having a keyboard at all.  Any commercial products
like Englebarts cording one handed keyboard out there?

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 12:46 bwc
  2002-04-26 16:33 ` mcguire
  0 siblings, 1 reply; 32+ messages in thread
From: bwc @ 2002-04-26 12:46 UTC (permalink / raw)
  To: 9fans

I'm just annoyed at having a keyboard at all.  Any commercial products
like Englebarts cording one handed keyboard out there?


^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 12:40 nigel
  0 siblings, 0 replies; 32+ messages in thread
From: nigel @ 2002-04-26 12:40 UTC (permalink / raw)
  To: 9fans

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

>> it was Tognazzi, in an article reprinted in ``Tog on Interfaces'', who noted
>> that in experiments done by Apple people repeatedly would stoutly maintain
>> they had completed set tasks much faster using commands and keys even though they
>> had just been timed to be significantly faster using the mouse.


[-- Attachment #2: Type: message/rfc822, Size: 2942 bytes --]

From: forsyth@caldo.demon.co.uk
To: 9fans@cse.psu.edu
Subject: Re: [9fans] text editor
Date: Fri, 26 Apr 2002 12:41:38 +0100
Message-ID: <20020426114711.BE58F19A29@mail.cse.psu.edu>

normally i try to keep out of these discussions.
i've had my fill for three generations, but this
remark caught my attention:

>>pretty much requires visual feedback.  I.e. you need to watch the
>>screen while you are using it.  Which is bloody inconvenient in a lot

now i'm confused: what are you watching when using ijkl (or whatever it is)?
don't you watch the screen for the position of the text cursor, to
decide where to move next, and to see the effect of your changes?

> slower.  It may be counterintuitive, but I believe it has been shown
> by research, not that I can quote anything.  You have to move your
> hands to get to the cursor keys

it was Tognazzi, in an article reprinted in ``Tog on Interfaces'', who noted
that in experiments done by Apple people repeatedly would stoutly maintain
they had completed set tasks much faster using commands and keys even though they
had just been timed to be significantly faster using the mouse.

the interesting bit was the suspected cause.  it wasn't the
hand movements (you might need to do that for both interfaces).
i haven't got the book to hand so i'll give a bad summary.
(To see the correct explanation, buy the book and support ageing interface designers.)
it was something like this: the use of keys+commands
required a higher level of mental planning to organise the interaction,
which apparently obscures the perception of the passage of time--think
of being deeply engaged in something and being surprised when you look at a clock--
whereas the use of the mouse was done at a lower, mechanical level that
left the mind free for higher things, such as complaining about the mouse.
(Tog's article is more interesting and less flippant.)

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 11:39 rog
  2002-04-26 11:45 ` Boyd Roberts
  0 siblings, 1 reply; 32+ messages in thread
From: rog @ 2002-04-26 11:39 UTC (permalink / raw)
  To: 9fans

> Good thing Plan 9 has ed 'cos sam -d is just a bit too 'special'; slightly
> reminiscent of teco, except sam's 'dot' is some arbitrary size.

i think sam -d is great.  it's an excellent complement to acme for
those times when you want to make global changes to many files at once
without seeing all of them.  i never use normal "downloaded" sam these
days.

sam -d *.c
X/./,x/^(  )+/x/  /c/\t/
X/'/w
q



^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 10:45 nigel
  2002-04-26 11:04 ` Alexander Viro
  0 siblings, 1 reply; 32+ messages in thread
From: nigel @ 2002-04-26 10:45 UTC (permalink / raw)
  To: 9fans

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

As rog points out, if you don't want to watch the screen, you're not
using a visual editor.

hjkl does solve the hand motion issue, but a strong reason for that
mapping was ambiguity between tty escape sequences, and vi(1)
commands. Basically it couldn't tell the difference between the
user pressing escape then A, and a cursor key generating the very
same sequence.

It tried timing out after escape waiting for another character, but
at 9600 baud, users often generated ambiguous sequences within
the timeout. It would never work.

As a result, all users learnt hjkl for their own sanity, and configured
their termcaps not to tell vi(1) about cursor sequences just in case
it was stupid enough to try to tell the difference.


[-- Attachment #2: Type: message/rfc822, Size: 2400 bytes --]

From: Alexander Viro <viro@math.psu.edu>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] text editor
Date: Fri, 26 Apr 2002 06:21:24 -0400 (EDT)
Message-ID: <Pine.GSO.4.21.0204260613271.20558-100000@weyl.math.psu.edu>



On Fri, 26 Apr 2002 nigel@9fs.org wrote:

> To recap the logic (it has been repeated many times in the archives),
> once you switch to mouse centric operation, you become faster, not
> slower.  It may be counterintuitive, but I believe it has been shown
> by research, not that I can quote anything.  You have to move your
> hands to get to the cursor keys

..... unless you have sensible mappings for them - hjkl works fine, as
far as I'm concerned.  Not to (re)start religious wars, but... mouse
pretty much requires visual feedback.  I.e. you need to watch the
screen while you are using it.  Which is bloody inconvenient in a lot
of situations.  FWIW, I still prefer vi, but using sam as extended ed
works for me...

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 10:22 nigel
  2002-04-26 11:15 ` Boyd Roberts
  0 siblings, 1 reply; 32+ messages in thread
From: nigel @ 2002-04-26 10:22 UTC (permalink / raw)
  To: 9fans

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

In my ignorant youth, I once used em(1), so called Ed for Mortals.  I
can't now remember what the differences were.  Perhaps it printed
'huh?'  rather than '?'  to be more 'helpful'.  Anyhow, I only had to
transpose 'e' to 'r' once when invoking it (easily done, even on
boyd's keyboard) to decide never to use it again.


[-- Attachment #2: Type: message/rfc822, Size: 4519 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 226 bytes --]

> Im in desperate need of a text editor that can deal with a keyboard
> intensive user

/bin/ed (or sam -d): as keyboard-intensive as you could wish for!

see attachment (god know where it came from, but it amused me)


[-- Attachment #2.1.2: ed --]
[-- Type: text/plain, Size: 2745 bytes --]

When I log into my Xenix system with my 110 baud teletype, both vi *and*
Emacs are just too damn slow.  They print useless messages like, 'C-h for
help' and '"foo" File is read only'.  So I use the editor that doesn't
waste my VALUABLE time.

Ed, man!  !man ed

ED(1)               UNIX Programmer's Manual                ED(1)

NAME
     ed - text editor

SYNOPSIS
     ed [ - ] [ -x ] [ name ]
DESCRIPTION
     Ed is the standard text editor.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Computer Scientists love ed, not just because it comes first
alphabetically, but because it's the standard.  Everyone else
loves ed because it's ED!

"Ed is the standard text editor."

And ed doesn't waste space on my Timex Sinclair.  Just look:

- - -rwxr-xr-x  1 root          24 Oct 29  1929 /bin/ed
- - -rwxr-xr-t  4 root     1310720 Jan  1  1970 /usr/ucb/vi
- - -rwxr-xr-x  1 root  5.89824e37 Oct 22  1990 /usr/bin/emacs

Of course, on the system *I* administrate, vi is symlinked to ed.
Emacs has been replaced by a shell script which 1) Generates a syslog
message at level LOG_EMERG; 2) reduces the user's disk quota by 100K;
and 3) RUNS ED!!!!!!

"Ed is the standard text editor."

Let's look at a typical novice's session with the mighty ed:

golem> ed

?
help
?
?
?
quit
?
exit
?
bye
?
hello?
?
eat flaming death
?
^C
?
^C
?
^D
?

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Note the consistent user interface and error reportage.  Ed is
generous enough to flag errors, yet prudent enough not to overwhelm
the novice with verbosity.

"Ed is the standard text editor."

Ed, the greatest WYGIWYG editor of all.

ED IS THE TRUE PATH TO NIRVANA!  ED HAS BEEN THE CHOICE OF EDUCATED
AND IGNORANT ALIKE FOR CENTURIES!  ED WILL NOT CORRUPT YOUR PRECIOUS
BODILY FLUIDS!!  ED IS THE STANDARD TEXT EDITOR!  ED MAKES THE SUN
SHINE AND THE BIRDS SING AND THE GRASS GREEN!!

When I use an editor, I don't want eight extra KILOBYTES of worthless
help screens and cursor positioning code!  I just want an EDitor!!
Not a "viitor".  Not a "emacsitor".  Those aren't even WORDS!!!! ED!
ED! ED IS THE STANDARD!!!

TEXT EDITOR.

When IBM, in its ever-present omnipotence, needed to base their
"edlin" on a UNIX standard, did they mimic vi?  No.  Emacs?  Surely
you jest.  They chose the most karmic editor of all.  The standard.

Ed is for those who can *remember* what they are working on.  If you
are an idiot, you should use Emacs.  If you are an Emacs, you should
not be vi.  If you use ED, you are on THE PATH TO REDEMPTION.  THE
SO-CALLED "VISUAL" EDITORS HAVE BEEN PLACED HERE BY ED TO TEMPT THE
FAITHLESS.  DO NOT GIVE IN!!!  THE MIGHTY ED HAS SPOKEN!!!

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26 10:11 rog
  2002-04-26 23:30 ` Micah Stetson
  0 siblings, 1 reply; 32+ messages in thread
From: rog @ 2002-04-26 10:11 UTC (permalink / raw)
  To: 9fans

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

> Im in desperate need of a text editor that can deal with a keyboard
> intensive user

/bin/ed (or sam -d): as keyboard-intensive as you could wish for!

see attachment (god know where it came from, but it amused me)


[-- Attachment #2: ed --]
[-- Type: text/plain, Size: 2745 bytes --]

When I log into my Xenix system with my 110 baud teletype, both vi *and*
Emacs are just too damn slow.  They print useless messages like, 'C-h for
help' and '"foo" File is read only'.  So I use the editor that doesn't
waste my VALUABLE time.

Ed, man!  !man ed

ED(1)               UNIX Programmer's Manual                ED(1)

NAME
     ed - text editor

SYNOPSIS
     ed [ - ] [ -x ] [ name ]
DESCRIPTION
     Ed is the standard text editor.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Computer Scientists love ed, not just because it comes first
alphabetically, but because it's the standard.  Everyone else
loves ed because it's ED!

"Ed is the standard text editor."

And ed doesn't waste space on my Timex Sinclair.  Just look:

- - -rwxr-xr-x  1 root          24 Oct 29  1929 /bin/ed
- - -rwxr-xr-t  4 root     1310720 Jan  1  1970 /usr/ucb/vi
- - -rwxr-xr-x  1 root  5.89824e37 Oct 22  1990 /usr/bin/emacs

Of course, on the system *I* administrate, vi is symlinked to ed.
Emacs has been replaced by a shell script which 1) Generates a syslog
message at level LOG_EMERG; 2) reduces the user's disk quota by 100K;
and 3) RUNS ED!!!!!!

"Ed is the standard text editor."

Let's look at a typical novice's session with the mighty ed:

golem> ed

?
help
?
?
?
quit
?
exit
?
bye
?
hello?
?
eat flaming death
?
^C
?
^C
?
^D
?

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Note the consistent user interface and error reportage.  Ed is
generous enough to flag errors, yet prudent enough not to overwhelm
the novice with verbosity.

"Ed is the standard text editor."

Ed, the greatest WYGIWYG editor of all.

ED IS THE TRUE PATH TO NIRVANA!  ED HAS BEEN THE CHOICE OF EDUCATED
AND IGNORANT ALIKE FOR CENTURIES!  ED WILL NOT CORRUPT YOUR PRECIOUS
BODILY FLUIDS!!  ED IS THE STANDARD TEXT EDITOR!  ED MAKES THE SUN
SHINE AND THE BIRDS SING AND THE GRASS GREEN!!

When I use an editor, I don't want eight extra KILOBYTES of worthless
help screens and cursor positioning code!  I just want an EDitor!!
Not a "viitor".  Not a "emacsitor".  Those aren't even WORDS!!!! ED!
ED! ED IS THE STANDARD!!!

TEXT EDITOR.

When IBM, in its ever-present omnipotence, needed to base their
"edlin" on a UNIX standard, did they mimic vi?  No.  Emacs?  Surely
you jest.  They chose the most karmic editor of all.  The standard.

Ed is for those who can *remember* what they are working on.  If you
are an idiot, you should use Emacs.  If you are an Emacs, you should
not be vi.  If you use ED, you are on THE PATH TO REDEMPTION.  THE
SO-CALLED "VISUAL" EDITORS HAVE BEEN PLACED HERE BY ED TO TEMPT THE
FAITHLESS.  DO NOT GIVE IN!!!  THE MIGHTY ED HAS SPOKEN!!!

^ permalink raw reply	[flat|nested] 32+ messages in thread
* Re: [9fans] text editor
@ 2002-04-26  9:49 nigel
  2002-04-26 10:21 ` Alexander Viro
  2002-04-29  9:36 ` Andrew Stitt
  0 siblings, 2 replies; 32+ messages in thread
From: nigel @ 2002-04-26  9:49 UTC (permalink / raw)
  To: 9fans

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

Sorry, Plan 9 does not use cursor keys in editing, not even for
left/right.  This is a design decision.  Plan 9 use the mouse as it's
main form of interaction.  The keyboard, you might say, is an
necessary evil for the entry of characters, but not much else.
Everything in acme is done using the mouse apart for text entry (and
acme does everything).

To recap the logic (it has been repeated many times in the archives),
once you switch to mouse centric operation, you become faster, not
slower.  It may be counterintuitive, but I believe it has been shown
by research, not that I can quote anything.  You have to move your
hands to get to the cursor keys, so it's a whole bunch better if your
default position is holding the mouse as it does lots of things
besides positioning the cursor.

We've all been keyboard centric at one time in our lives, and I think
I speak for the vast majority of the list when I say that we don't
miss cursor keys.  At all.  In fact, quite a few people buy keyboards
without cursor keys, function keys, windows keys, number pads and
reclaim a good square foot of their desk.

So, stick with it, persevere, and you'll hopefully feel the benefit.

Nigel


[-- Attachment #2: Type: message/rfc822, Size: 2022 bytes --]

From: Andrew Stitt <astitt@cats.ucsc.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] text editor
Date: Fri, 26 Apr 2002 08:47:09 GMT
Message-ID: <Pine.SOL.3.96.1020425205816.12869A-100000@teach.ic.ucsc.edu>

hey, Im just getting into plan 9, and Im in desperate need of a text
editor that can deal with a keyboard intensive user, I dont like having to
reach over and touch my mouse everytime i want to move the cursor, it
seems as if any keyboard arrow keys just effect the overall window, not
the cursor address. Ive tried to read up on acme and sam and I dont see
anything that really addresses this. Are there keyboard commands to move
the cursor around or am i stuck having to fondle my mouse everytime i want
to move my cursor back two characters? thanks
     Andrew/A Frayed Knot

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [9fans] text editor
@ 2002-04-26  8:47 Andrew Stitt
  0 siblings, 0 replies; 32+ messages in thread
From: Andrew Stitt @ 2002-04-26  8:47 UTC (permalink / raw)
  To: 9fans

hey, Im just getting into plan 9, and Im in desperate need of a text
editor that can deal with a keyboard intensive user, I dont like having to
reach over and touch my mouse everytime i want to move the cursor, it
seems as if any keyboard arrow keys just effect the overall window, not
the cursor address. Ive tried to read up on acme and sam and I dont see
anything that really addresses this. Are there keyboard commands to move
the cursor around or am i stuck having to fondle my mouse everytime i want
to move my cursor back two characters? thanks
     Andrew/A Frayed Knot


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

end of thread, other threads:[~2002-04-30  1:54 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-26 11:41 [9fans] text editor forsyth
  -- strict thread matches above, loose matches on Subject: below --
2002-04-29  9:36 Andrew Simmons
2002-04-26 17:31 Russ Cox
2002-04-26 14:52 anothy
2002-04-26 16:59 ` peter huang
2002-04-26 14:10 Russ Cox
2002-04-26 10:27 ` Sam Hopkins
2002-04-29  9:40 ` Douglas A. Gwyn
2002-04-26 13:40 forsyth
2002-04-26 13:27 presotto
2002-04-26 12:46 bwc
2002-04-26 16:33 ` mcguire
2002-04-30  1:54   ` chad
2002-04-26 12:40 nigel
2002-04-26 11:39 rog
2002-04-26 11:45 ` Boyd Roberts
2002-04-26 10:45 nigel
2002-04-26 11:04 ` Alexander Viro
2002-04-26 10:22 nigel
2002-04-26 11:15 ` Boyd Roberts
2002-04-26 11:25   ` Boyd Roberts
2002-04-26 16:06   ` Ronald G Minnich
2002-04-26 10:11 rog
2002-04-26 23:30 ` Micah Stetson
2002-04-26  9:49 nigel
2002-04-26 10:21 ` Alexander Viro
2002-04-26 11:38   ` Michael Grunditz
2002-04-26 20:35   ` Dan Cross
2002-04-29  9:40     ` Douglas A. Gwyn
2002-04-29  9:36 ` Andrew Stitt
2002-04-29 15:58   ` Douglas A. Gwyn
2002-04-26  8:47 Andrew Stitt

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).