Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!van-bc!rsoft!mindlink!a186 From: a186@mindlink.UUCP (Harvey Taylor) Newsgroups: comp.sys.amiga.tech Subject: Re: Arexx/dme Message-ID: <1686@mindlink.UUCP> Date: 5 May 90 20:15:32 GMT Organization: MIND LINK! - British Columbia, Canada Lines: 42 In <1990May5.010147.16029@cec1.wustl.edu>, bdo8650@cec1.wustl.edu (Bryan Dennis O'Connor) writes: > > 1) How can I change TABS in DME (v1.38) to be more Tab like. Put this in your .edrc. # INSERT SPACES TYPE TAB map tab (repeat tr `` '') > 2) [Problem where compiler errors are directed] > 2b) What advantage would AREXX be in the above situation? > [...] Try this. Put this in your .edrc. # Invoke your compiler map a-c (RX1 LC.dme ($filename)) # Put this in Rexx: as LC.dme /* LC.dme */ /* dme macro to invoke LC*/ parse arg fn address command LC '-L' fn > Does anyone else use DME and Lattice? No actually. Just DME & A68k. I went back to 1.31 cause I didn't like the 1.35+ handling of pathnames & filenames. I want both in the menu bar so I know where saveold will go. Sometimes if you have 4 or 7 files in different windows, it is too easy to lose track, for me at least. It seems that 1.31 thinks its $filename is only the original. At least, I think it does. I hacked around at it a bit & might have broken something. <-Harvey "Truth never set anyone free. It is only doubt which will bring mental emancipation." -Anton LaVey Harvey Taylor Meta Media Productions uunet!van-bc!rsoft!mindlink!Harvey_Taylor a186@mindlink.UUCP