aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2024-11-03 18:38:07 +0100
committerUlrich Müller <ulm@gentoo.org>2024-11-05 23:13:40 +0100
commit789b971b7377f854baf13e4a422211cbb65499ff (patch)
treec0b9cc9c3d8d1de0a4603fcc8c89413da7ae7fcc
parentMakefile: Secondary expansion is not needed (diff)
downloaddevmanual-789b971b7377f854baf13e4a422211cbb65499ff.tar.gz
devmanual-789b971b7377f854baf13e4a422211cbb65499ff.tar.bz2
devmanual-789b971b7377f854baf13e4a422211cbb65499ff.zip
appendices/editor-configuration/xemacs: Update for XEmacs 21.5
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--appendices/editor-configuration/xemacs/text.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/appendices/editor-configuration/xemacs/text.xml b/appendices/editor-configuration/xemacs/text.xml
index a4105cc..4b18da1 100644
--- a/appendices/editor-configuration/xemacs/text.xml
+++ b/appendices/editor-configuration/xemacs/text.xml
@@ -5,15 +5,11 @@
<body>
<p>
-First, you need to have built <c>xemacs</c> itself with <c>USE=mule</c>. Then, the
-<c>app-xemacs/mule-ucs</c> package is needed. To autoload Unicode support,
-you can add the following to your <c>~/.xemacs/init.el</c>:
+XEmacs has built-in Unicode support since version 21.5. It is recommended to
+start XEmacs from within a UTF-8 locale which will control the default coding
+system.
</p>
-<pre>
- (require 'un-define)
-</pre>
-
<p>
If automatic character set detection on files is not working properly,
here are three commands that can help.