home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / editors / epm / sampmacs / os2tools.cfg < prev    next >
Encoding:
Text File  |  1993-12-10  |  2.9 KB  |  56 lines

  1. ; The following is the MYCNF.E used to build the .ex files for the OS2TOOLS
  2. ; version of EPM.  It is included in EMACROS.FLS as an example; please do
  3. ; *not* use it as a base MYCNF.E.  The MYCNF.E should only include changes
  4. ; from the STDCNF.E defaults; defining *everything* just makes it more
  5. ; difficult to debug problems.  The defaults are shown in parentheses.
  6. ; For possible values for each setting, see the documentation or STDCNF.E.
  7.  
  8. const
  9.    HOST_SUPPORT = 'EMUL'       -- ('STD') Use E3EMUL.  Following are for it:
  10.      USING = 'IBM'               -- ('CM') Send/Receive protocol    Needed for MVS
  11.      MVS = 1                     -- (0) Include MVS support
  12.      HOST_LT_REQUIRED = 1        -- (0) H: refers to PC; HA: refers to host.
  13. compile if EVERSION < '6.00c'
  14.    LINK_HOST_SUPPORT = 1       -- (0) Must link in host support; no room in base.
  15. compile endif
  16.    REXX_SYNTAX_ASSIST = 1      -- (0) Include Rexx syntax assist
  17.    P_SYNTAX_ASSIST = 0      -- (1) Omit temporarily; out of space
  18.    WANT_STACK_CMDS = 'SWITCH'  -- (0) Include this; nice to have
  19.    WANT_ALL = 1                -- (0) Include this; nice to have
  20.    WANT_SEARCH_PATH = 1        -- (0) Include this; nice to have
  21.    WANT_LAN_SUPPORT = 1        -- (0) Include this; nice to have
  22.  
  23.    SETSTAY = '?'               -- (0) Enable the STAY comamnd
  24.    WANT_STREAM_MODE = 'SWITCH' -- (0) Enable switching stream mode on and off
  25.    WANT_CUA_MARKING = 'SWITCH' -- (0) Enable switching between CUA and advanced marking
  26.    ENHANCED_ENTER_KEYS = 1     -- (0) Let users configure each enter key separately
  27. compile if EVERSION < '6.00c'
  28.    MOUSE_SUPPORT = 'LINK'      -- (1) Another way of saving space.
  29. compile endif
  30.    ENHANCED_PRINT_SUPPORT = 1  -- (0) Support list of printers
  31.    WANT_DBCS_SUPPORT = 1       -- (0) Include support for DBCS
  32. compile if EVERSION < '6.00c'
  33.    EXTRA_EX = 1                -- (0) To make room in EPM.EX for everything we need
  34. compile endif
  35.    WANT_BRACKET_MATCHING = 1   -- (0) Include bracket matching code.
  36.    WANT_KEYWORD_HELP = 1       -- (0) Include keyword lookup code.
  37.    WANT_EPM_SHELL = 1          -- (0) Include the shell window support
  38.    WANT_LONGNAMES = 'SWITCH'   -- (0) Enable switching on longname support
  39.    WANT_PROFILE = 'SWITCH'     -- (0) Enable switching on Rexx profile support
  40.    TOGGLE_TAB = 1              -- (0) Enable toggling Tab key to insert a tab character.
  41.    BLOCK_ACTIONBAR_ACCELERATORS='SWITCH'  -- (1) Switch CUA menu support on/off
  42. compile if EVERSION >= '6.00c'
  43.    WANT_TAGS = 1               -- (0) Include support for 'tags' file
  44. compile elseif EVERSION >= '5.60'
  45.    WANT_TAGS = 'DYNALINK'      -- (0) Include support for 'tags' file
  46. compile endif
  47.  
  48. define
  49.    DRAGCOLOR = ''              -- (YELLOW + MAGENTAB) This will use .markcolor for the .dragcolor.
  50.  
  51. compile if defined(BLACK)
  52. define
  53.    HIGHLIGHT_COLOR = Yellow + Magentab  -- ('') Default is no highlight after Locate
  54. compile endif
  55.  
  56.