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
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta