Path: utzoo!utgpu!water!watmath!clyde!att!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga.tech Subject: Re: Various editors Message-ID: <8810191741.AA01004@cory.Berkeley.EDU> Date: 19 Oct 88 17:41:22 GMT Sender: usenet@ucbvax.BERKELEY.EDU Lines: 17 >1. I've been playing with DME (1.30) for the past few days and have run into >something I want to do and can't figure out how. I'd like to be able to >mark a block in one file and copy it into another without going to a >temporary file. I thought PUSHMARK and POPMARK looked promising, but >they didn't do it. (I actually haven't been able to figure out what >PUSHMARK and POPMARK, or the mark stack in general, would be used for). pushmark/popmark are sort of hacks .. actually, they only push the declaration of a block area. The idea is so you can have macros which use blocks and then restore what the old block was but it doesn't work right because if you delete/insert lines the pushed marks get off. This isn't going to be fixed in 1.31 , maybe in the version after. Manually, simply mark the block, activate the other window, and BCOPY or BMOVE... assuming you have 1.29 or beyond. -Matt