 
*************************************************************************
*                                                                       *
*     CONFIGURATION FILE FOR FUNNELWEB EDITOR -- INSTALL PROGRAM        *
*                                                                       *
*         Modified  May/95 for Vn 5.20 Multi-file EVRAM Editor          *
*         Use same issue INSTALL and ED/EE/EF files                     *
*         For use with current issue Vn 5.20 (80 col) only              *
*                                                                       *
*-----------------------------------------------------------------------*
*  Any line beginning with a blank or an asterisk is ignored by the     *
*  INSTALL program.  All that you need to retain in working copies      *
*  are just the lines with actual entries.  Trailing comments may be    *
*  used in all lines except pathname and printer codes.  INSTALL        *
*  places the same form of configuration block near the start of any    *
*  ED file that is being customized. These entries are then used or     *
*  ignored by the entry code in the specific version.  The order and    *
*  form of entries in this block do not necessarily match that in       *
*  this configuration data file, so it is easier to use INSTALL than    *
*  to attempt patching ED directly.                                     *
*-----------------------------------------------------------------------*
*  An abbreviated form is given at the end of this file.  Even this is  *
*  more than necessary as ultimately only the entries, one per line,    *
*  are needed, but a few comments will not exceed minimum file size.    *
*-----------------------------------------------------------------------*
*  INSTALL must be loaded in the Funnelweb environment, and will        *
*  otherwise immediately return to the title screen.  Load as an        *
*  Option 2 GPL program file.                                           *
*                                                                       *
*************************************************************************
 
*-----------------------------------------------------------------------*
*  Line # 1 --  Y  ->> Bring up user select at entry to Editor.
*               N  ->> Bypass user select screen unless <space-bar>
*                      detected at entry.
*
 
N
 
*-----------------------------------------------------------------------*
*  Line #2  --  1  ->> Default language command text, and CHAR@1
*                      8-bit character set, loaded at entry.
*               2  ->> All-Characters mode with national language
*                      and character sets.   8-bit characters from
*                      CHAR@<1-8> and language/command file from
*                      FXTN<A-G>E.
*               3  ->> TI Euro-Writer mode.  Uses character files
*                      CHAR<A-G>1 and command files F8TX<A-G>E.
*
*               The first entry is for the Word Processor and the
*               second for the Program Editor.  Do NOT space
*               between the entries.  7-bit only modes are no
*               longer explictly present.  A single entry will be
*               duplicated.
 
11
 
*-----------------------------------------------------------------------*
*  Line #3  --  1  ->> Australia/USA - default mode
*               2  ->> Britain
*               3  ->> France
*               4  ->> Deutschland
*               5  ->> Italia
*               6  ->> Sverige
*               7  ->> Nederland
*               8  ->> Espana
*
*               The first entry is for the Word Processor and the
*               second for the Program Editor.  Do NOT space between
*               the entries.
 
11
 
*-----------------------------------------------------------------------*
*  line #4  --  0  ->>  Cancel any attempt to load HELP8W or P file.
*               1  ->>  Load HELP8W or HELP8P file.
*
 
1
 
*-----------------------------------------------------------------------*
*  Line #5  --  1  ->> Set NTSC (60 Hz) on entry to Editor.
*               2  ->> Set PAL  (50 Hz) on entry.
*
 
1
 
*-----------------------------------------------------------------------*
*  Line #6  --  1  ->> Set NTSC (60 Hz) on exit from Editor.
*               2  ->> Set PAL  (50 Hz) on exit.
*
 
1
 
*-----------------------------------------------------------------------*
*  Line #7  --  00 ->> No VDP ERAM installed (standard Geneve, some AVPC)
*           --  First entry is for Word Processor, second for Program
*               Editor.
*
*               1 ->> single 128 Kb text buffer
*               2 ->> dual    64 Kb text buffers
*               3 ->> quad    32 Kb text buffers
*
*               If the Editor entry code fails to verify the presence
*               of VDP ERAM, this setting will be ignored and a
*               single 64 Kb buffer model used.  A single entry will
*               be duplicated.
 
12
 
*-----------------------------------------------------------------------*
*  Line #8  --  0 ->> implies no specific entry and the Funnelweb utility
*                     pathname will be installed instead by the Editor
*                     entry code.
*           --  PATHNAME.
*                 ->> where this is any legitimate hard disk path or disk
*                     volume name (as would be used in a BASIC language
*                     catalog routine).  It MUST end with a "." and be
*                     less than 42 characters long, and obviously must not
*                     start with a "0".
*
 
DSK5.
 
*-----------------------------------------------------------------------*
*  Line #9  --  Forces tab record written out from Word Processor (Pr/Ed
*               does not save tabs to file) in All-Characters mode to the
*               type specified.  This Editor is not sensitive to tab type,
*               but the original TI-Writer and Eu-Wr Vn 2.0 were fatally
*               incompatible.  This option will allow you to set the tab
*               type in the All/Chars mode to match either language mode
*               for international recipients of your files who have not
*               seen the light to use the latest Funnelweb Editors.
*
*               This option is currently not configurable from the entry
*               screens, and must be set by INSTALL.
*
*            --  0 ->> USA TI-Writer tab record type in All-Chars
*
*            --  1 ->> European version tab records  in All-Chars
 
0
 
*-----------------------------------------------------------------------*
*  Line #10 --  Start line with P as flag, followed by the printer start
*               sequence.  This is to be entered as characters using
*               special character mode <ctrl-U> as necessary.  Do not
*               enter trailing comments on the line. A maximum of 24
*               characters after the P will be accepted.  Do NOT space
*               between the P and the codes.
 
P
 
*-----------------------------------------------------------------------*
*  Line #11 --  Start line with Q as flag, followed by the printer reset
*               sequence.  This is to be entered as characters using
*               special character mode <ctrl-U> as necessary.  Do not
*               enter trailing comments on the line. A maximum of 24
*               characters after the Q will be accepted.  Do NOT space
*               between the Q and the codes.
 
Q
 
*-----------------------------------------------------------------------*
*  That's all folks !  INSTALL/ED will have quit reading the file after
*  the last entry
*
*************************************************************************
 
*************************************************************************
*  Now for a shorter version, but still with comments
*  that could be used instead.
*-----------------------------------------------------------------------*
*  Comment away, as long as it still fits in a minimum size file !!
 
N   User select
11  Mode (1-3) - default W/P and P/E
11  Lang (1-8)
1   Help (0-1) - load help
1   NTSC/PAL in
1   NTSC/PAL out
12  W/P 128 Kb, P/E 2x64 Kb
DSK5.
0   USA Tab record
P
Q
 
