/* Add the following to your 'startup.txed' file to hook in EMake. Change the MACRO commands as desired to fit the EMake-invocation function keys into your TxEd setup. */ 'MACRO 8 EMake_PrevErr' 'MACRO 9 EMake_CurrErr' 'MACRO 10 EMake_NextErr' if getclip('EMakeStart')='1' then do call setclip('EMakeStart','') EMake_CurrErr end