Stephen J. Turnbull writes:
[snip]
>> In the last case when the compiled xemacs is started one
sees
>> the words Raw in the left lower corner, while ISO8 in the mule
>> case and nothing in the -with-mule=no case.
Hrvoje> It sounds like in one case you get the "file coding"
Hrvoje> feature, whereas in the other case you don't. I'm not
Hrvoje> sure why that would be the case.
I don't see how it can possibly be the case, based on configure.in.
The first times that the configure flags are tested is this:
test -z "$with_mule" && with_mule=no
test -z "$with_file_coding" && with_file_coding=no
I'm assuming 21.4, here. file-coding is not optional in current 21.5.
My mistake, I checked again the Installation-string of the debian:
it has --with-file-coding.
My question is then, what is this feature good for, especially if mule
is off? And what sort of harm can be done with the feature enabled?