Frank Schmitt <ich(a)Frank-Schmitt.net> writes:
sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr.
Preprocessor]) writes:
> Therefore, I would tremendously appreciate if some kind souls running
> Windows or Gtk would update their CVS sandboxes, configure with
> --use-kkcc, fire up the resulting XEmacs and suffer through a few GCs,
> say, by starting Dired on a large directory or something.
I would love to do so, but 21.5 doesn't compile on windows since several
weeks.
Likewise for GTK, patch below needed. Last time I tried using a GTK
compiled XEmacs it looked so horrible (many display bugs, distorted
minibuffer, toolbar etc) so it is rather unusable for more than a 1
minute session.
Index: objects-gtk.c
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/src/objects-gtk.c,v
retrieving revision 1.9
diff -u -p -u -w -r1.9 objects-gtk.c
--- objects-gtk.c 2002/06/20 21:18:38 1.9
+++ objects-gtk.c 2002/07/29 11:26:49
@@ -425,7 +425,7 @@ gtk_font_spec_matches_charset (struct de
/* find a font spec that matches font spec FONT and also matches
(the registry of) CHARSET. */
-static Lisp_Object gtk_find_charset_font (Lisp_Object device, Lisp_Object font,
Lisp_Object charset);
+static Lisp_Object gtk_find_charset_font (Lisp_Object device, Lisp_Object font,
Lisp_Object charset, int stage);
#endif /* MULE */