On Fri, 2003-05-30 at 20:11, Jerry James wrote:
Ville Skyttä <scop(a)xemacs.org> wrote:
> Fontifying anything with 21.4.13 is *very* slow, the progress meter
> flashes a lot and seems like practically nothing is happening.
Ok, found it. Surprisingly, Motif is related :)
Reverting the second hunk of [1] fixes this for me if using Motif
(openmotif-2.2.2-14). Athena doesn't seem to be affected, no patch
needed with it (tried with flat and 3d).
There seems to be a number of similar changes in the 21.4.12 -> 21.4.13
patch, I wonder if they have similar bad effects elsewhere? A related
archive message is at [2].
[1]
<
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/xemacs/src/EmacsFrame.c.diff?r1=...
[2] <
http://list-archive.xemacs.org/xemacs-patches/200303/msg00029.html>
--- src/EmacsFrame.c~ 2003-03-05 05:28:39.000000000 +0200
+++ src/EmacsFrame.c 2003-05-30 22:42:36.000000000 +0300
@@ -235,7 +235,7 @@
/* resource_count */ XtNumber (resources),
/* xrm_class */ NULLQUARK,
/* compress_motion */ TRUE,
- /* compress_exposure */ XtExposeCompressMaximal | XtExposeNoRegion,
+ /* compress_exposure */ TRUE,
/* compress_enterleave */ TRUE,
/* visible_interest */ FALSE,
/* destroy */ NULL,
--
\/ille Skyttä
scop at
xemacs.org