From 789b971b7377f854baf13e4a422211cbb65499ff Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 3 Nov 2024 18:38:07 +0100 Subject: appendices/editor-configuration/xemacs: Update for XEmacs 21.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- 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 @@

-First, you need to have built xemacs itself with USE=mule. Then, the -app-xemacs/mule-ucs package is needed. To autoload Unicode support, -you can add the following to your ~/.xemacs/init.el: +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.

-
-    (require 'un-define)
-
-

If automatic character set detection on files is not working properly, here are three commands that can help. -- cgit v1.2.3-65-gdbad