Article Title : Emacs v19 bad performance with Xremote Creation Date : 02/09/94 Message ID : CGLNHQ Last Update : Expiration Rules : unknown Location : xremote_info ================================================================= Customers are reporting performance problems running Emacs V19 on Xremote. The following patch from gnu.emacs.help has been used successfully to solve this problem. ----------------------------------------------------------------------------- *** xfns.c.orig Fri Jun 18 12:31:53 1993 ----- xfns.c Tue Jun 22 12:35:47 1993 *************** *** 3483,3489 **** ----- 3483,3491 ---- } else xrm_option = (unsigned char *) 0; + BLOCK_INPUT; xrdb = x_load_resources (x_current_display, xrm_option, EMACS_CLASS); + UNBLOCK_INPUT; #if defined (HAVE_X11R5) || defined (HAVE_XRMSETDATABASE) XrmSetDatabase (x_current_display, xrdb); #else -----------------------------------------------------------------------------