home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 10
/
Fresh_Fish_10_2352.bin
/
useful
/
util
/
edit
/
mg
/
src.lzh
/
conf
/
config.options
< prev
next >
Wrap
Text File
|
1990-05-23
|
3KB
|
79 lines
#
# mg base configuration file, for mg3 and beyond.
#
system required # which system we're compiling it for
# current supported: amiga, vms, bsd
#
# This set of options changes the behavior of some commands, or of the
# editor as a whole.
#
no_metakey option # disables the use of "meta" keys as modifiers
# instead of prefacing commands sequences with
# an ESC character
metabit 0x80 # what bit in a char is the metabit
# This is designed for people using European
# character sets on micros, and should only be
# changed with great care!
# Recommended value for Amiga: 0x200
no_backup option # disables code that creates backup files,
# and enables the make-backup-flag command
makebackup 1 # default value for "makebackup". If 1, then
# the editor will create backup files until
# make-backup-flag is called. If 0, then it
# will _not_ make backup files until that
# function is called
backup_suffix "~" # String to append to a file name to get
# the name to back the file up to
no_dprompt option # disables delayed prompting
regexp option # enables regular expression in searchs
fkeys option # Causes the editor to understand function keys
# It may be able to deal with them without this,
# but this will enable names on the keys
no_startup option # disables searching for startup files
# startup files require macro support code.
# so if you turn on no_macro, you must turn on
# no_startup
nrow 51 # These two are the largest number of lines
ncol 85 # and windows we allow on a screen.
#
# This set of options cause user-level functions to appear or disappear.
#
gosmacs option # adds several Gosling commands
# including scroll-one-line-{up,down} and
# {next,previous}-window. Changes C-l to
# redraw with C-u, otherwise move point line
# to argument line number (1 == top of window).
# also makes C-v & M-v with args go by pages
# instead of lines.
no_dir option # disables the cd and pwd commands
no_help option # disables the help commands
prefixregion option # enables the prefixregion commands
no_macro option # disables all keyboard macros
# if this is turned on, no_startup must be on,
# and the amiga option rexx must be off.
#
# The second set of options makes modes - and all the associated commands
# appear or disappear.
#
no_dired option # disables dired mode
bsmap off # controls support of the BS <-> del swapping
# values are: off -> disable the command
# 0 -> command enabled, off
# 1 -> command enabled, on
notab option # enables the notab mode, which maps all tabs
# to strings of spaces.
#
# This options make some internal tradeoffs. It doesn't change the editor
# as an editor, but will change it's performance.
#
nondynvid option # don't do dynamic video update calculations