> Ooops, now, when I send a buffer or region contents to sml
> (SML->Process->Send buffer) it reports
>
> No such coding system: excl
Duh, this is due to difference between XEmacs' and GNU Emacs'
`write-region', the 7th arg does completely different things in them.
Sergei, does the patch below fix the problem for you?
Stefan, could you apply or comment this and the other patches I've sent
to the "upstream" sml-mode?
The patches are just fine. About this last one, note that the code is
not used under Emacs-21 (because Emacs-21 provides its own make-temp-file),
so the better patch is to simply remove the 'excl thingy (which is
more or less ignored by Emacs-20).
Stefan