From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] Acme question? From: "Russ Cox" Date: Tue, 22 May 2007 20:45:41 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20070523004531.40A1B1E8C47@holo.morphisms.net> Topicbox-Message-UUID: 70a15f7c-ead2-11e9-9d60-3106f5b1d025 >> If there is a file open (being edited) in acme. I >> want to read-in the contents of another file >> in the open file at the cursor position. How can I >> achieve that? >> >> Can a part of the open file be written out to another >> file? another way besides the edit commands is to execute cat>file russ