xemacs 21.4.19 mule -vanilla: no utf-8

Uwe Brauer oub at mat.ucm.es
Mon Dec 3 03:57:54 EST 2007


Hello 

I started xemacs 21.4.19 mule -vanilla: but could not use utf-8. So I
had to load the following minimal lines:



(cond ((not (emacs-version>= 21 5))
       ;;
       ;; Code for XEmacs 21.4 or earlier
       ;;
       (require 'un-define)
       (set-coding-priority-list '(utf-8))
       (set-coding-category-system 'utf-8 'utf-8))) 



Could that behavior be changed, that is could utf-8 be included in
xemacs -vanilla?

thanks

Uwe Brauer 



More information about the XEmacs-Beta mailing list