home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / tcom96 / samples / newz.cfg < prev    next >
Encoding:
Text File  |  1991-03-19  |  2.0 KB  |  41 lines

  1. PATH f:\FPC\NEWZ  ; file search path
  2. DEFEXT seq      ; default file extension if none specified
  3. DELIMS " "      ; browse word delimiter string
  4. SPECS *.seq;f:\fpc\NEWZ\ZHELP.TXT         ; index compiler specs.
  5. *GLOBAL .       ; (disabled) do global index, starting with . (cur) dir
  6. *LASERJET        ; HP LASERJET printer support, else default to PROPRINT
  7. SWAPEMM ON           ; enable swap to EMM on shell to DOS, prefered    ON|OFF
  8. *SWAPFILE ZIMAGE.$$$ ; allow swap to disk on shell to DOS,
  9.                      ; normally a ramdrive is used (disabled)
  10. BACKUP ON       ; we want to keep backup files of our edit sessions
  11. AFTER 0         ; start looking after column 0
  12. BEFORE 132      ; stop looking at column 132
  13. STOPAT \        ; stop looking when "\" found
  14. WRAP OFF        ; enable word-wrap & auto right margin calc. ON|OFF|20-132
  15. TABX OFF        ; set tab expansion ON|OFF.
  16. TABSIZE 8       ; set tab expansion to every 8 chars. 1-40
  17. COLOR 0 1 15    ; normal text attribs:        blue=bg, white=fg
  18. COLOR 1 2  0    ; menubar:                   bgeen=bg, black=fg
  19. COLOR 2 12 15   ; warning messages:     bright red=bg, white=fg
  20. COLOR 3 5 11    ; trailing text:            purple=bg,  cyan=fg
  21. COLOR 4 12 15   ; menu corner labels:   bright red=bg, white=fg
  22. TYPE 0 "°"      ; index compiler command
  23. TYPE 0 ": "      ; Forth definitions
  24. TYPE 0 "alias "
  25. TYPE 0 "MI "      ; target compiler
  26. TYPE 0 "MACRO "      ; target compiler
  27. TYPE 0 "LABEL "       ; target compiler
  28. TYPE 0 "CODE "       ; target compiler
  29. TYPE 0 "IMACRO "      ; target compiler
  30. TYPE 0 "ICODE "       ; target compiler
  31. TYPE 0 "VALUE "      ; target compiler
  32. TYPE 0 "CONSTANT "       ; target compiler
  33. TYPE 0 "VARIABLE "      ; target compiler
  34. rem HILIGHT { } IF ELSE THEN : ; \
  35. rem HILIGHT ?DO DO LOOP +LOOP BEGIN WHILE REPEAT UNTIL AGAIN
  36. rem HILIGHT #IF #ELSE #THEN COMMENT: COMMENT; LEAVE ?LEAVE
  37. rem HILIGHT CREATE VARIABLE CONSTANT VALUE LABEL CODE [ ]
  38. rem HILIGHT END-CODE MACRO END-MACRO FOR NEXT
  39. ;               ; stop looking at file
  40.  
  41.