Russ Cox Uses This
russ.cox.usesthis.com
Russ Cox Uses This
1–10 of 22 posts
Re: Russ Cox Uses This
#2Anybody here successfully using Acme for coding?
Re: Russ Cox Uses This
#3Re: Russ Cox Uses This
#4I know this isn't a tech support forum, but in a fit of lunacy I figured I'd give Acme a try last night (the Acme-SAC version) and after using it for an hour of so I can't even figure out how to open a text file (it seems like it has its own virtual directory structure that I can't seem to navigate out of). Anybody here successfully using Acme for coding?
But, being nix-ish, if you want to know something, just man whatever. To start, type 'man intro' someplace. Then shift-click-sweep the cursor over the text to highlight, and alt-click the highlighted text (plumb).
Notice in the article how rsc mentions the three mouse buttons more than once? The missing buttons on the Mac are a big reason Acme SAC doesn't fly for me, no matter how much I'd like it to.
I think it would be really great on a Mac, but would need some tweaking to get there.
Re: Russ Cox Uses This
#5I know this isn't a tech support forum, but in a fit of lunacy I figured I'd give Acme a try last night (the Acme-SAC version) and after using it for an hour of so I can't even figure out how to open a text file (it seems like it has its own virtual directory structure that I can't seem to navigate out of). Anybody here successfully using Acme for coding?
Acme-SAC is built on top of Inferno; the virtual directory structure you're seeing is Inferno's namespace. I find it helps if you know a bit about that first.
[1] http://swtch.com/plan9port/
[2] http://plan9.bell-labs.com/magic/man2html?man=acme§=...
Re: Russ Cox Uses This
#6Is this "one of those things" that happens as you get older? To my own surprise, I've drifted into the "can't deal with the boom-boom music on the radio" zone just as my parents did in their 30s.. So will "new shinies are boring" be next? I better start stocking up on Apple gear ;-)
Re: Russ Cox Uses This
#7I know this isn't a tech support forum, but in a fit of lunacy I figured I'd give Acme a try last night (the Acme-SAC version) and after using it for an hour of so I can't even figure out how to open a text file (it seems like it has its own virtual directory structure that I can't seem to navigate out of). Anybody here successfully using Acme for coding?
If you mean open a file externally then I suggest you run acme from plan9port, then just run 'plumber' and use the program 'plumb' to send open commands to acme. It is fairly flexible:
$ plumb /path/to/file
$ plumb /path/to/file:35
$ plumb /path/to/file:/NameError
The nice thing is if the file is already open, acme will jump to the right place and highlight what you want.Re: Russ Cox Uses This
#8I know this isn't a tech support forum, but in a fit of lunacy I figured I'd give Acme a try last night (the Acme-SAC version) and after using it for an hour of so I can't even figure out how to open a text file (it seems like it has its own virtual directory structure that I can't seem to navigate out of). Anybody here successfully using Acme for coding?
Re: Russ Cox Uses This
#9Re: Russ Cox Uses This
#10I was intrigued by the sam editor. Anyone here using it?