V_alternative-bindings
false
Remap the help functions (bound by default to `C-h') to `M-h'.  This may
be useful when `C-h' is already bound to Backspace or Delete.

Please note that changing this variable at run-time has no effect; you
need instead to modify your `~/.zile' configuration file and restart Zile.
V_auto-fill-mode
false
If enabled, the Auto Fill Mode is automatically enabled.
V_backup-directory
~/.backup
Specify target backup directory.  Directory must be existent.
This value is used only when the `backup-with-directory' value is true.
V_backup-method
simple
Specify the file backup method.

Possible values are: none and simple.

 - If `none' is specified, Zile will not create backup files.
 - If `simple' is specified, Zile will create a backup file with a
   tilde `~' appended to the name (e.g.: on saving `foo.c' it will
   create the backup `foo.c~').
V_backup-with-directory
false
If enabled Zile will backup files to a user specified directory;
the directory must exist and must be specified in the
variable `backup-directory'.
V_beep
true
If enabled, a sound will be emitted on any error.
V_case-replace
true
Non-nil means `query-replace' should preserve case in replacements.
V_expand-tabs
false
If disabled, Zile will insert hard tabs (the character `\t'),
otherwise it will insert spaces.
V_fill-column
72
Column beyond which automatic line-wrapping should happen.
Automatically becomes buffer-local when set in any fashion.
V_highlight-nonselected-windows
false
If enabled, highlight region even in nonselected windows.
V_kill-whole-line
false
If enabled, `kill-line' with no arg at beg of line kills the whole line.
V_skip-splash-screen
false
If enabled, the splash screen at startup will be avoided.
V_standard-indent
4
Default number of columns for margin-changing functions to indent.
V_tab-width
8
Distance between tab stops (for display of tab characters), in columns.
Automatically becomes buffer-local when set in any fashion.
V_transient-mark-mode
true
If enabled, deactivates the mark when the buffer contents change.
Also enables highlighting of the region whenever the mark is active.
The variable `highlight-nonselected-windows' controls whether to
highlight all windows or just the selected window.
