summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-10-22 18:28:25 +0000
committerDave Love <fx@gnu.org>2002-10-22 18:28:25 +0000
commit4321e3b6a6f6eb1588465d1839fed14d98ff25be (patch)
treeb15e3797a28d002d5bc79da8bb5c1efb7ba36b05
parent8ac70363ab3d99dd7324a4c57a9a83f14e4e1ecd (diff)
downloademacs-4321e3b6a6f6eb1588465d1839fed14d98ff25be.tar.gz
*** empty log message ***
-rw-r--r--etc/PROBLEMS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index cff32121e49..e8b380ac3f2 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1,6 +1,21 @@
This file describes various problems that have been encountered
in compiling, installing and running GNU Emacs.
+* Characters from the mule-unicode charsets aren't displayed.
+
+XFree86 4 contains many fonts in iso10646-1 encoding which have
+minimal character repertoires (whereas the encoding is meant to be a
+reasonable indication of the repertoire). Emacs may choose one of
+these to display characters from the mule-unicode charsets and then
+typically won't be able to find the glyphs to display many characters.
+(Check with C-u C-x =.) To avoid this, you may need to use a fontset
+which sets the font for the mule-unicode sets explicitly, e.g. to use
+GNU unifont include in the fontset spec:
+
+mule-unicode-2500-33ff:-gnu-unifont-*-iso10646-1,\
+mule-unicode-e000-ffff:-gnu-unifont-*-iso10646-1,\
+mule-unicode-0100-24ff:-gnu-unifont-*-iso10646-1
+
* Mule-UCS loads very slowly.
Changes to Emacs internals interact badly with Mule-UCS's `un-define'