Hi!

I had the same problem with xemacs version 21.4.19-2 (and with some
earlier version).  The problem seems to be discovered:

        $ cd xemacs-21.4.19  # go to xemacs sources
        $ rgrep iso10646 .   # I guess the problem concerns UTF8 locale
        only
        ./etc/sample.Xdefaults:
        -*-*-*-*-*-*-*-120-*-iso10646-1, \
        ./etc/sample.Xdefaults:
        -*-*-*-*-*-*-*-120-*-iso10646-1, \
        ./etc/Emacs.ad:                 -*-*-*-*-*-*-*-120-*-iso10646-1,
        \
        ./etc/Emacs.ad:                 -*-*-*-*-*-*-*-120-*-iso10646-1,
        \
        
Note that font "-*-*-*-*-*-*-*-120-*-iso10646-1" is invalid, I guess the
author meant something like
"-*-*-*-*-*-*-*-120-*-*-*-*-iso10646-1" (several asterisks lost).

So the workaround (except patching and recompiling) is to redefine
incorrectly defined by default 'Emacs*menubar*FontSet' and
'Emacs*popup*FontSet'.  I wrote in ~/.Xresources

        Emacs*menubar*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*
          Emacs*popup*FontSet: -*-helvetica-bold-r-*-*-*-120-*-*-*-*-*-*

and xemacs does not crash any more.

-- 
Artem Shvorin <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to