Mercurial > hg > xemacs-beta
changeset 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 | cc1705e76ceb |
children | a73c9f710a40 |
files | ChangeLog PROBLEMS |
diffstat | 2 files changed, 17 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed Oct 16 21:53:37 2002 +0000 +++ b/ChangeLog Thu Oct 17 14:12:17 2002 +0000 @@ -1,3 +1,7 @@ +2002-10-17 Stephen J. Turnbull <steve@tleepslib.sk.tsukuba.ac.jp> + + * PROBLEMS (Missing charsets): Remove ambiguity. + 2002-10-10 Stephen J. Turnbull <stephen@xemacs.org> * INSTALL (PREREQUISITES): Recommend Texinfo 4.2.
--- a/PROBLEMS Wed Oct 16 21:53:37 2002 +0000 +++ b/PROBLEMS Thu Oct 17 14:12:17 2002 +0000 @@ -682,13 +682,19 @@ Warning: Missing charsets in String to FontSet conversion You need to specify appropriate charsets for your locale (usually the -value of the LANG environment variable) in .Xresources. It looks like -XFree86 4.x (the usual server on Linux and *BSD) has some braindamage -where .UTF-8 locales will always generate this message, because the -XFree86 (font)server doesn't know that UTF-8 will use the ISO10646-1 -font registry (or a Cmap or something). - -If you are not using a .UTF-8 locale and see this warning, please let +value of the LANG environment variable) in .Xresources. See +etc/Emacs.ad for the relevant resources (mostly menubar fonts and +fontsets). Do not edit this file, it's purely informative. + +If you have no satisfactory fonts for iso-8859-1, XEmacs will crash. + +It looks like XFree86 4.x (the usual server on Linux and *BSD) has +some braindamage where .UTF-8 locales will always generate this +message, because the XFree86 (font)server doesn't know that UTF-8 will +use the ISO10646-1 font registry (or a Cmap or something). + +If you are not using a .UTF-8 locale and see this warning for a +character set not listed in the default in Emacs.ad, please let xemacs-beta@xemacs.org know about it, so we can add fonts to the appropriate fontsets and stifle this warning. (Unfortunately it's buried in Xlib, so we can't easily get rid of it otherwise.)