On Wed, Jul 26, 2000 at 01:22:39AM +1000, Geoff Wing wrote:
> 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.

They are the same and NO_XLOCALE are undefined in both.

> 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);
>      }

It works.

Thanks,

Denis.

-- 
[EMAIL PROTECTED] -- Herv� Schauer Consultants -- http://www.hsc.fr/

Reply via email to