Discussion:
Summary of acme chords
(too old to reply)
Brian Vito
2012-04-25 08:40:58 UTC
Permalink
I've put together a rudimentary chart of acme chords -- if anyone has
any suggestions, revisions, corrections, etc., they would be greatly
appreciated. Eventually the chart will form part of an introduction to
acme for non-programmers.

https://docs.google.com/open?id=0B1QVUS-qAuuienlTMHdRYkFzSHM
IainWS
2012-04-25 09:13:11 UTC
Permalink
Post by Brian Vito
I've put together a rudimentary chart of acme chords -- if anyone has
any suggestions, revisions, corrections, etc., they would be greatly
appreciated. Eventually the chart will form part of an introduction to
acme for non-programmers.
https://docs.google.com/open?id=0B1QVUS-qAuuienlTMHdRYkFzSHM
Thanks I appreciate this!
Jacob Todd
2012-04-25 16:50:31 UTC
Permalink
Aren't all of the chords in the acme paper and/or man page?
Post by Brian Vito
I've put together a rudimentary chart of acme chords -- if anyone has
any suggestions, revisions, corrections, etc., they would be greatly
appreciated. Eventually the chart will form part of an introduction to
acme for non-programmers.
https://docs.google.com/open?id=0B1QVUS-qAuuienlTMHdRYkFzSHM
Rob DeHart
2012-04-25 17:19:33 UTC
Permalink
Now, the sam language quick reference card that one 9fan composed long
ago... THAT is a great little thing to have handy. I printed it out but
removed the file so I don't have a link handy.
http://plan9.bell-labs.com/sources/contrib/steve/doc/sam-refcard.pdf seems
to be the one


Rob
Robert Ransom
2012-04-25 18:48:49 UTC
Permalink
Usually I am all about the written word, but the chart made chording
significantly easier to integrate, brain-wise .. just to screw around I
made a nroff document about it, my first ever .. (what a pain in the .. to
make table like data, couldn't find a tag for it anyway)
Use tbl.
andy zerger
2012-04-25 18:46:58 UTC
Permalink
Usually I am all about the written word, but the chart made chording
significantly easier to integrate, brain-wise .. just to screw around I
made a nroff document about it, my first ever .. (what a pain in the .. to
make table like data, couldn't find a tag for it anyway)

Acme Chord-Chart

"cmd "
.B " #1 "
.B " #2 "
.B " #3 "
.B " Cancel "

-------------------------------------------------------

"select "
.B " X "
.B " 0 "
.B " X "
.B " 0 "

"execute"
.B " 0 "
.B " 0 "
.B " 0 "
.B " B3 "

"search "
.B " 0 "
.B " 0 "
.B " 0 "
.B " B2 "

--------------------------------------------------------


"snarf "
.B " X "
.B " 0 "
.B " X "
.B " B2 "

"cut "
.B " X "
.B " X "
.B " 0 "
.B " B3 "

"paste "
.B " X "
.B " X "
.B " X "
.B " 0 "
Post by Rob DeHart
Now, the sam language quick reference card that one 9fan composed long
ago... THAT is a great little thing to have handy. I printed it out but
removed the file so I don't have a link handy.
http://plan9.bell-labs.com/sources/contrib/steve/doc/sam-refcard.pdf
seems to be the one
Rob
Jack Norton
2012-04-25 17:15:23 UTC
Permalink
Post by Jacob Todd
Aren't all of the chords in the acme paper and/or man page?
The acme paper isn't as descriptive as the man page on the subject.
There is a section for individual mouse buttons and a dedicated section
for chording (keep going down...). Some of the subtle nuances are
explained. In my opinion this needs to really be read over a few times
until you've got it.
I think the same man page is in p9p but I wouldn't know (in fact I
suppose there are differences? -- maybe not in the chording bit).
Now, the sam language quick reference card that one 9fan composed long
ago... THAT is a great little thing to have handy. I printed it out but
removed the file so I don't have a link handy.

-Jack
Ethan Grammatikidis
2012-05-05 14:40:58 UTC
Permalink
On Wed, 25 Apr 2012 08:40:58 GMT
Post by Brian Vito
I've put together a rudimentary chart of acme chords -- if anyone has
any suggestions, revisions, corrections, etc., they would be greatly
appreciated. Eventually the chart will form part of an introduction to
acme for non-programmers.
https://docs.google.com/open?id=0B1QVUS-qAuuienlTMHdRYkFzSHM
I like it, but new users should probably be made aware that button 3
officially plumbs text. Search only happens if the plumb fails, I'm not
sure of the exact semantics.

Loading...