some utf8 chars are terrible small.

Stephen J. Turnbull stephen at xemacs.org
Mon Jun 20 13:42:50 EDT 2011


Uwe Brauer writes:

 >    > (defun ffi ()
 >    >   (interactive)
 >    >   (face-font-instance 'default nil (char-after (point))))

Try

(defun ffi ()
  (interactive)
  (face-font-instance 'default nil (char-charset (char-after (point)))))

This is due to the change in the API for specifier-matching-instance.



More information about the XEmacs-Beta mailing list