Tue, 21 Jun 2011 (13:20 +0200 UTC) Uwe Brauer wrote:
>> Regarding Re: some utf8 chars are terrible small.;
"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> adds:
> Uwe Brauer writes:
> Works for me. What patches have you applied to XEmacs? Your
> backtrace makes me suspect it's due to the "brute force make x-symbol
> work" patch.
I just compiled a x-symbol-patch-free Xemcacs 21.5.29 Mule.
When I use the command
(defun ffi2 ()
(interactive)
(face-font-instance 'default nil (char-charset (char-after
(point)))))
C^∞
^here is the cursor
C^∞
^here is the cursor
The function does *not* return anything! What does it return
in your case?
Uwe
Try defining something like this (after defining your ffi2:
(defun ffi3 () (interactive) (setq thechar (ffi2)))
Then run it in the *scratch* buffer. You can examine what 'thechar' is
to see the return. Here, is what I got:
#<font-instance "Bitstream
Charter-14:style=Regular:slant=0:weight=80:pixelsize=14.5833:foundry=bitstream:antialias=True:hintstyle=3:outline=True:scalable=True:dpi=75:rgba=1:fontformat=Type
1:embeddedbitmap=True:decorative=False" on #<x-device on
"/tmp/launch-X2HQVN/org.macosforge.xquartz:0.0" 0x2> xft font: 0x130b000
0xd>
--
There is but one HappyNet, and its master is Kibo.
-John_-_Winston
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta