home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / forth / compiler / fpc / newz.cfg < prev    next >
Text File  |  1991-03-14  |  1KB  |  25 lines

  1. PATH \FPC\NEWZ  ; file search path
  2. DEFEXT TXT      ; default file extension if none specified
  3. DELIMS " "      ; browse word delimiter max 32chars. "" " includes quote char
  4. SPECS *.TXT;\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 ON         ; enable word-wrap & auto right margin calc. ON|OFF|20-132
  15. TABX ON         ; 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:              green=bg, black=fg
  19. COLOR 2 4 15    ; warning messages:       red=bg, white=fg
  20. COLOR 3 9  7    ; trailing text:         gray=bg, white=fg
  21. COLOR 4 4 15    ; menu corner labels:     red=bg, white=fg
  22. TYPE 0 "°"      ; index compiler command
  23. ;               ; stop looking at file
  24.  
  25.