>>>> "ST" == Stephen J Turnbull
<stephen(a)xemacs.org> writes:
>>>> "Mike" == Mike Kupfer
<mike.kupfer(a)sun.com> writes:
Mike> (set-glyph-image text-pointer-glyph "xterm")
Mike> (set-glyph-image nontext-pointer-glyph "xterm")
ST> How about we comment those lines out, and wait for the
ST> screaming to start? If it doesn't, then we're OK. ;-)
That's my fallback plan (if we can't figure out what the problem is).
ST> I will check on our apparent lack of sanity checking, and I
ST> would appreciate if you could check up on that "cursor" font
ST> in the SunPro environment.
Well, there *is* a "cursor" font installed on the system that's
showing the problem.
athyra$ xlsfonts -ll -fn cursor
name: cursor
direction: left to right
indexing: linear
rows: 0x00 thru 0x00 (0 thru 0)
columns: 0x00 thru 0x99 (0 thru 153)
all chars exist: yes
default char: 0x0001 (1)
ascent: 16
descent: 17
font type: Proportional (min and max widths not equal)
bounds: width left right asc desc attr keysym
min 10 -15 0 -1 0 0x0000
max 17 1 16 15 16 0x0000
properties: 9
COPYRIGHT These "glyphs" are unencumbered
POINT_SIZE 310
FONT cursor
WEIGHT 10
RESOLUTION 107
RESOLUTION_X 78
RESOLUTION_Y 78
X_HEIGHT -1
QUAD_WIDTH 13
I assume that XEmacs is able to find it:
(list-fonts "cursor")
("cursor" "cursor")
Let me know if there's any other information I can provide.
thanks,
mike