Re: port x-symbol to GNU emacs 24.
"Stephen J. Turnbull" <[email protected]> Mon, 17 Aug 2015 10:29:22 +0900
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
David Kastrup writes: > [XEmacs's] buffer reencoding is a rather mixed blessing, What do you mean by "buffer reencoding"? We decode external streams to Mule encoding on input, and then encode them as specified on output. "Reencoding" (duplicate encoding or transcoding) of buffer text occurs only if explicitly requested by a Lisp program or as a user command. If you mean the fact that XEmacs can't handle the buggy output of TeX (which produces invalid UTF-8 in error messages), that's a non-standard encoding we'd like to implement, but the bug is in TeX, not in XEmacs.