home *** CD-ROM | disk | FTP | other *** search
- ; The following is the MYCNF.E used to build the .ex files for the OS2TOOLS
- ; version of EPM. It is included in EMACROS.FLS as an example; please do
- ; *not* use it as a base MYCNF.E. The MYCNF.E should only include changes
- ; from the STDCNF.E defaults; defining *everything* just makes it more
- ; difficult to debug problems. The defaults are shown in parentheses.
- ; For possible values for each setting, see the documentation or STDCNF.E.
-
- const
- HOST_SUPPORT = 'EMUL' -- ('STD') Use E3EMUL. Following are for it:
- USING = 'IBM' -- ('CM') Send/Receive protocol Needed for MVS
- MVS = 1 -- (0) Include MVS support
- HOST_LT_REQUIRED = 1 -- (0) H: refers to PC; HA: refers to host.
- compile if EVERSION < '6.00c'
- LINK_HOST_SUPPORT = 1 -- (0) Must link in host support; no room in base.
- compile endif
- REXX_SYNTAX_ASSIST = 1 -- (0) Include Rexx syntax assist
- P_SYNTAX_ASSIST = 0 -- (1) Omit temporarily; out of space
- WANT_STACK_CMDS = 'SWITCH' -- (0) Include this; nice to have
- WANT_ALL = 1 -- (0) Include this; nice to have
- WANT_SEARCH_PATH = 1 -- (0) Include this; nice to have
- WANT_LAN_SUPPORT = 1 -- (0) Include this; nice to have
-
- SETSTAY = '?' -- (0) Enable the STAY comamnd
- WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
- WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
- ENHANCED_ENTER_KEYS = 1 -- (0) Let users configure each enter key separately
- compile if EVERSION < '6.00c'
- MOUSE_SUPPORT = 'LINK' -- (1) Another way of saving space.
- compile endif
- ENHANCED_PRINT_SUPPORT = 1 -- (0) Support list of printers
- WANT_DBCS_SUPPORT = 1 -- (0) Include support for DBCS
- compile if EVERSION < '6.00c'
- EXTRA_EX = 1 -- (0) To make room in EPM.EX for everything we need
- compile endif
- WANT_BRACKET_MATCHING = 1 -- (0) Include bracket matching code.
- WANT_KEYWORD_HELP = 1 -- (0) Include keyword lookup code.
- WANT_EPM_SHELL = 1 -- (0) Include the shell window support
- WANT_LONGNAMES = 'SWITCH' -- (0) Enable switching on longname support
- WANT_PROFILE = 'SWITCH' -- (0) Enable switching on Rexx profile support
- TOGGLE_TAB = 1 -- (0) Enable toggling Tab key to insert a tab character.
- BLOCK_ACTIONBAR_ACCELERATORS='SWITCH' -- (1) Switch CUA menu support on/off
- compile if EVERSION >= '6.00c'
- WANT_TAGS = 1 -- (0) Include support for 'tags' file
- compile elseif EVERSION >= '5.60'
- WANT_TAGS = 'DYNALINK' -- (0) Include support for 'tags' file
- compile endif
-
- define
- DRAGCOLOR = '' -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
-
- compile if defined(BLACK)
- define
- HIGHLIGHT_COLOR = Yellow + Magentab -- ('') Default is no highlight after Locate
- compile endif
-
-