On Wed, Feb 18, 2009 at 7:01 AM, hugo rivera <uai...@gmail.com> wrote: > Hi, > I am not really sure how can this be done, if at all. > Lets imagine I have a program in my path, that I want to execute from > acme, called New (yes, the same name as the acme's New command). How > do I execute it by middle clicking on it without acme thinking I am > refering to its own command and, therefore, creating a new window that > I never wanted?
cave man approach: cat > bin/rc/New #!/bin/rc date term% chmod +x bin/rc/New in the Acme line rc -c New works fine for me. The easier thing to do : don't create a command named New. "doctor, it hurts when I do *this*" "then don't do it" ron