The CLX function xlib:text-extents, is emitting the error the function xlib::font-local-only-p is undefined. in some cases. The following lines list the location in the function:
(let (w a d l r)
(if (or (font-char-infos-internal font) (font-local-only-p font))
;; Calculate text extents locally
(progn
(multiple-value-setq (w a d l r)
(text-extents-local font wbuf 0 buf-end nil))
The CLX function xlib:text-extents, is emitting the error
the function xlib::font-local-only-p is undefined.
in some cases. The following lines list the location in the function: