Path: utzoo!mnetor!uunet!tektronix!sequent!mntgfx!chane From: chane@mntgfx.mentor.com (Chane Cullens) Newsgroups: comp.sys.apollo Subject: Re: How to cut and paste a column Message-ID: <1988Mar29.092527.247@mntgfx.mentor.com> Date: 29 Mar 88 17:25:22 GMT References: <12384916270.13.BEC.SHAPIN@ECLA.USC.EDU> Organization: Mentor Graphics Corporation, Beaverton Oregon Lines: 36 From article <12384916270.13.BEC.SHAPIN@ECLA.USC.EDU>, by BEC.SHAPIN@ECLA.USC.EDU (Ross Watkins): > Rick Allard asks: >> Has anybody found the need and the solution >> to cutting a column out of a multicolumn >> area of characters, a table? Any Display >> Manager Jockeys that can help, I'd like to >> [unreadable...I think it said "buy them lunch"] > > I'm hardly a DM Jock, but I have been squeezing DM for awhile, trying > to get it to look more like EMACS; we have the stuff from MIT, but > I haven't had time to get it up and working. > ... > .... > cut to a file: "KD ^D XD -F &'Cut and copy to Pathname: ' KE" > copy to a file: "KD ^C XC -F &'Copy to Pathname: ' KE" > paste from a file: "KD ^I XP -F &'Insert from Pathname: ' KE" > > I find the prompts useful for remebering what I bound to what, and > in case of typing error. Play with these until you are comfortable > with them. > > Enjoy, Ross > ------- Try these The down stroke starts a rectangular mark and the upstroke copies (F3) or cuts (shift F3). Use control F3 to paste the rectangle (as a rectangle). kd f3 msg ' Rectangular copy, use f3c to paste';dr;echo -r;kd f3u xc -r rectangle @ke ke kd f3s msg ' Rectangular cut, use f3c to paste'; dr;echo -r;kd f3u xd -r rectangle @ke ke kd f3c xp -r rectangle;kd f3u ke@; ke kd f3u ke -- Chane Cullens chane@mntgfx.MENTOR.COM 8500 SW Creekside Place Beaverton OR 97005 - 503-626-7000 These are my opinions, ideas, thoughts, etc.