What | Removed | Added |
---|---|---|
CC | msrb@suse.com | |
Flags | needinfo?(ericj@mcalvin.com) |
I get the same warning message on my Leap 15. However, when I set the LANG=en_US, I still get the same warning. The warning message comes from XtCvtStringToFontSet function from the libXt library. If you have the default configuration of X resources, it will try to retrieve font matching "-*-*-*-R-*-*-*-120-*-*-*-*,*" pattern. In my case it selects Arial. The missing charsets are: "ISO8859-1", "ISO8859-1", "ISO8859-2", "ISO8859-3", "ISO8859-4", "ISO8859-5", "KOI8-R", "ISO8859-7", "ISO8859-9", "ISO8859-13", "ISO8859-14", "ISO8859-15", "JISX0208.1983-0", "KSC5601.1987-0", "GB2312.1980-0", "JISX0201.1976-0", "ISO10646-1" But the function just prints the warning message, fress this list and then proceeds just like if nothing happens. Erik, when you use the LANG=en_US workaround, does it fix the xemacs issue *and* the warning message, or just fixes the xemacs issue while the warning remains? Can you provide some more information how to get/use the xemacs vm module?