> According to my quick tests on Linux, the following
> seems to work:
>
>        /usr/local/plan9/src/cmd/acme/text.c:754
>                case Kcmd+'c':  /* %C: copy */
>                        typecommit(t);
>                        cut(t, t, nil, TRUE, FALSE, nil, 0);
>                        return;
>        +       case Kcmd+'z':  /* %Z: undo */
>        +               typecommit(t);
>        +               undo(t, nil, nil, TRUE, 0, nil, 0);
>        +               return;
>
> (Lion is the only OS X version I have, and
> apparently, all that I compile on it based on
> libthread doesn't work.)

hget http://swtch.com/~rsc/acme >acme
is a Snow Leopard-compiled acme.  It should work fine.

I thought threaded programs worked on Lion when
I started this thread.  When you send me your
devdraw fixes I will make sure a Lion-compiled
acme runs.  Sorry for the trouble.

Russ

Reply via email to