Mercurial > hg > xemacs-beta
comparison PROBLEMS @ 1056:c2acbc874bf1
[xemacs-hg @ 2002-10-17 14:12:14 by stephent]
PROBLEMS <8765w1dw2g.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 17 Oct 2002 14:12:17 +0000 |
parents | aea3ce44b888 |
children | d7285d54aa5f |
comparison
equal
deleted
inserted
replaced
1055:cc1705e76ceb | 1056:c2acbc874bf1 |
---|---|
680 *** At startup I get a warning on stderr about missing charsets: | 680 *** At startup I get a warning on stderr about missing charsets: |
681 | 681 |
682 Warning: Missing charsets in String to FontSet conversion | 682 Warning: Missing charsets in String to FontSet conversion |
683 | 683 |
684 You need to specify appropriate charsets for your locale (usually the | 684 You need to specify appropriate charsets for your locale (usually the |
685 value of the LANG environment variable) in .Xresources. It looks like | 685 value of the LANG environment variable) in .Xresources. See |
686 XFree86 4.x (the usual server on Linux and *BSD) has some braindamage | 686 etc/Emacs.ad for the relevant resources (mostly menubar fonts and |
687 where .UTF-8 locales will always generate this message, because the | 687 fontsets). Do not edit this file, it's purely informative. |
688 XFree86 (font)server doesn't know that UTF-8 will use the ISO10646-1 | 688 |
689 font registry (or a Cmap or something). | 689 If you have no satisfactory fonts for iso-8859-1, XEmacs will crash. |
690 | 690 |
691 If you are not using a .UTF-8 locale and see this warning, please let | 691 It looks like XFree86 4.x (the usual server on Linux and *BSD) has |
692 some braindamage where .UTF-8 locales will always generate this | |
693 message, because the XFree86 (font)server doesn't know that UTF-8 will | |
694 use the ISO10646-1 font registry (or a Cmap or something). | |
695 | |
696 If you are not using a .UTF-8 locale and see this warning for a | |
697 character set not listed in the default in Emacs.ad, please let | |
692 xemacs-beta@xemacs.org know about it, so we can add fonts to the | 698 xemacs-beta@xemacs.org know about it, so we can add fonts to the |
693 appropriate fontsets and stifle this warning. (Unfortunately it's | 699 appropriate fontsets and stifle this warning. (Unfortunately it's |
694 buried in Xlib, so we can't easily get rid of it otherwise.) | 700 buried in Xlib, so we can't easily get rid of it otherwise.) |
695 | 701 |
696 *** Starting with 21.4.x, killing text is absurdly slow. | 702 *** Starting with 21.4.x, killing text is absurdly slow. |