Didier Verna <verna(a)inf.enst.fr> writes:
+ (if (and
+ (not (featurep 'mule)) ;; Already got mule?
+ ;; No Mule support on tty's yet
+ (not (eq 'tty (console-type)))
+ lang ;; Non-English locale?
+ (not (string= lang "C"))
+ (not (string-match "^en" lang))
+ ;; Comes with Sun WorkShop
+ (locate-file "xemacs-mule" exec-path))
+ '( "\
This version of XEmacs has been built with support for Latin-1 languages only.
To handle other languages you need to run a Multi-lingual (`Mule') version of
XEmacs, by either running the command `xemacs-mule', or by using the X resource
-`ESERVE*defaultXEmacsPath: xemacs-mule' when starting XEmacs from Sun
WorkShop.\n\n"))))
While we are at it can we reconsider this stuff? For instance XEmacs
does support mule under a tty. Secondly if I am running XEmacs-20.4 or
21.x but I have some old Workshop version I do not want XEmacs to
suggest running that XEmacs-20.0b3x from /opt/SUNWspro EVER!
Jan