[Quoting Holger Schauer, on January 11 1999, 18:36, in "[XEmacs-21.0-bug:] C"]
(error (concat "Forms format error: "
"field number %d out of range 1..%d")
el forms-number-of-fields))
forms.el is cluttered with such calls, also in forms--show-record.
As pointed out already, the above call is perfectly okay.
As far as I can see, there is only one place where numerics are passed
to concat, the last statement in forms--show-record (line 1548 in my
version):
(setq mode-line-process
(concat " " forms--current-record "/" forms--total-records)))
This line would require a (trivial) modification.
Did you spot other places?
-- Johan
Maintainer of GNU Emacs forms.el.