From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <14ec7b180906080958l71642089k6fbe672fd18c9771@mail.gmail.com> Date: Mon, 8 Jun 2009 14:35:59 -0400 Message-ID: From: Dan Cross To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] acme: send dot to the stdin of a more complicated command Topicbox-Message-UUID: 06d09ee8-ead5-11e9-9d60-3106f5b1d025 On Mon, Jun 8, 2009 at 2:15 PM, Russ Cox wrote: > The script below implements this usage; I called it Run. > You can type and select your command in one window, with a name matching > pattern, and then in the other window's tag execute >Run pattern. > Run finds the window with a title matching pattern, pulls out the > selected text, and runs it through rc. > > See http://swtch.com/~rsc/acme-Run.png for an illustration. Wow, cool. Could you copy this into /acme/bin on sources? - Dan C.