Go to the previous, next chapter.
This section describes all error messages which can be generated by
forms mode. Error messages that result from parsing the control file
all start with the text `Forms control file error'. Messages
generated while analyzing the definition of forms-format-list
start with `Forms format error'.
Forms control file error: 'forms-file' has not been set
forms-file
was not set by the control file.
Forms control file error: 'forms-number-of-fields' has not been set
forms-number-of-fields
was not set by the control
file.
Forms control file error: 'forms-number-of-fields' must be a number > 0
forms-number-of-fields
did not contain a positive
number.
Forms control file error: 'forms-field-sep' is not a string
Forms control file error: 'forms-multi-line' must be nil or a one-character string
forms-multi-line
was set to something other than
nil
or a single-character string.
Forms control file error: 'forms-multi-line' is equal to 'forms-field-sep'
forms-multi-line
may not be equal to
forms-field-sep
for this would make it impossible to distinguish
fields and the lines in the fields.
Forms control file error: 'forms-new-record-filter' is not a function
Forms control file error: 'forms-modified-record-filter' is not a function
Forms control file error: 'forms-format-list' has not been set
Forms control file error: 'forms-format-list' is not a list
forms-format-list
was not set to a Lisp list
by the control file.
Forms format error: field number xx
out of range 1..nn
forms-format-list
with a value of
xx, which was not greater than zero and smaller than or equal to
the number of fields in the forms, nn.
Forms format error: not a function fun
forms-format-list
was not a valid Lisp function.
Forms format error: invalid element xx
forms-format-list
which was not a
string, number or list.
Warning: this record has xx
fields instead of yy
forms-number-of-fields
. Missing fields will be made empty.
Multi-line fields in this record - update refused!
forms-multi-line
was nil
.
Record number xx
out of range 1..yy
Stuck at record xx
No write access to "
file
"
"
regexp
" not found
Warning: number of records changed to nn
Problem saving buffers?
Go to the previous, next chapter.