Denis Ducamp wrote about rxvt-2.6.3 and dead letters:
:I just upgraded from rxvt-2.6.2 to rxvt-2.6.3 and I haven't got dead letters
:working fine : the dead letter is shown immediatly. They always work in
:xterm and eterm so it isn't a X problem.

Thanks.  Two things:
1) can you compare the config.h files from each directory and make sure
   they are the same.  Especially make sure NO_XLOCALE is still undefined.
2) apply the following patch, then remake:


--- src/command.c.org   Wed Jul  5 18:58:17 2000
+++ src/command.c       Wed Jul 26 01:18:00 2000
@@ -996,7 +996,9 @@
     else {
     /* To avoid Segmentation Fault in C locale */
        setTermFontSet();
+#ifdef MULTICHAR_SET
         if (strcmp(locale, "C"))
+#endif
            XRegisterIMInstantiateCallback(Xdisplay, NULL, NULL, NULL,
                                           IMInstantiateCallback, NULL);
     }

-- 
Geoff Wing : <[EMAIL PROTECTED]>     Work URL: http://www.primenet.com.au/
Rxvt Stuff : <[EMAIL PROTECTED]>      Ego URL : http://pobox.com/~gcw/
Zsh Stuff  : <[EMAIL PROTECTED]>       Phone   : (Australia) 0413 431 874

Reply via email to