commit: 789b971b7377f854baf13e4a422211cbb65499ff Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 3 17:38:07 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Nov 5 22:13:40 2024 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=789b971b
appendices/editor-configuration/xemacs: Update for XEmacs 21.5 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> appendices/editor-configuration/xemacs/text.xml | 10 +++------- 1 file 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.
