"Stephen J. Turnbull" <turnbull(a)sk.tsukuba.ac.jp> writes:
>>>>> "-BP" == William M Perry
<wmperry(a)aventail.com> writes:
-BP> Loading up .../src/gtk-xemacs/tests/gtk/gtk-test.el and using
-BP> M-x gtk-test is a pretty good demo.
Except for the lack of gtk-extra-test.el, which I can't get from libre at
the moment.... I do assume it exists ;-)
%#!@%#! - attached. I sent martin my SSH keys (lost the ones on
xemacs.org
a while ago :( ), and I plan to put this on a branch in CVS as soon as I
can.
Commenting that load out ... whee, haven't seen XEmacs crash so
spectacularly in a long time!
That stuff is pretty impressive. It's too bad it doesn't happen
automatically (eg, for file selections). _That_ would be noticable in
ordinary usage.
It should be using the normal GTK file selector now... is it not showing up
for you?
For your amusement, the console messages. None of the assertions
caused
the crash, it was the "convert: " failure to find a pixmap that did it,
leaving behind an impressive but totally non-functional dialog suggesting
that I visit some GNOME page.
Gtk-CRITICAL **: file gtkstyle.c: line 523 (gtk_style_attach): assertion `window !=
NULL' failed.
Gdk-CRITICAL **: file gdkwindow.c: line 716 (gdk_window_ref): assertion `window !=
NULL' failed.
Gtk-CRITICAL **: file gtkstyle.c: line 523 (gtk_style_attach): assertion `window !=
NULL' failed.
Gdk-CRITICAL **: file gdkwindow.c: line 716 (gdk_window_ref): assertion `window !=
NULL' failed.
Gtk-CRITICAL **: file gtkstyle.c: line 523 (gtk_style_attach): assertion `window !=
NULL' failed.
Gdk-CRITICAL **: file gdkwindow.c: line 1233 (gdk_window_set_background): assertion
`window != NULL' failed.
convert: Not a PNM image file (/usr/share/pixmaps/).
convert: Missing an image file name.
convert: Not a PNM image file (/usr/share/pixmaps/).
convert: Missing an image file name.
gdk_imlib ERROR: Cannot load image: /usr/share/pixmaps/
Is your XEmacs linked with gnome, or was it dynamically loaded?
-bp