Next: Long Example, Previous: Miscellaneous, Up: Top
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 setforms-file was not set by the control file.
Forms control file error: `forms-number-of-fields' has not been setforms-number-of-fields was not set by the control
file.
Forms control file error: `forms-number-of-fields' must be a number > 0forms-number-of-fields did not contain a positive
number.
Forms control file error: `forms-field-sep' is not a stringForms control file error: `forms-multi-line' must be nil or a one-character stringforms-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 functionForms control file error: `forms-modified-record-filter' is not a functionForms control file error: `forms-format-list' is not a listforms-format-list was not set to a Lisp list
by the control file.
Forms format error: field number xx out of range 1..nnforms-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: fun is not a functionforms-format-list was not a valid Lisp function.
Forms format error: invalid element xxforms-format-list which was not a
string, number or list.
Warning: this record has xx fields instead of yyforms-number-of-fields. Missing fields will be made empty.
Multi-line fields in this record - update refused!forms-multi-line was nil.
Field separator occurs in record - update refused!Record number xx out of range 1..yyStuck at record xxNo write access to "file"Search failed: regexpWrappedWarning: number of records changed to nnProblem saving buffers?