some utf8 chars are terrible small.

Julian Bradfield jcb+xeb at jcbradfield.org
Mon Jun 20 09:53:21 EDT 2011


On 2011-06-19, Uwe Brauer <oub at mat.ucm.es> wrote:
> Char: ∞ (U+221E jit-ucs-charset-0 32 55) point=289 of 289(100%) column 4 
> this is really small but I don't know how to amplify it
> using 
> XEmacs.font:     -*-courier-bold-r-*-*-18-180-*-*-*-*-*-*
> in my .Xdefaults file.

Probably your first step is to find out what font is actually being
used. I find the following little function (provided by the nice people on
the list, but I forget exactly who!) invaluable in sorting out font
problems.

;; return the font used to display the character at point in the
;; default face
(defun ffi ()
  (interactive)
  (face-font-instance 'default nil (char-after (point))))



More information about the XEmacs-Beta mailing list