Aidan,
On Friday, 2018-04-06 08:26:11 +0100, you wrote:
...
> But in any case I cannot evaluate the form
>
> (with-fboundp ...)
>
> because function "with-fboundp" is not defined in my XEmacs 21.4 :-(
That’s fine, you can just delete it (it’s a construct to suppress warnings,
and not necessary for the functionality.)
What precisely am I expected to delete? The structure of the form is
like this:
(with-fboundp '(fc-name-unparse fc-font-match fc-name-parse)
(set-specifier ...)
(macrolet ((define-tags-and-set-faces ...))
(define-tags-and-set-faces ...)
)
)
and the form starting with "set-specifier" calls functions (or macros)
"fc-name-unparse", "fc-font-match", and "fc-name-parse"
which again are
undefined in my XEmacs 21.4.
Sincerely,
Rainer