[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: selection-coding-system description in 21_1_RC etc/NEWS
From: |
Richard Stallman |
Subject: |
Re: selection-coding-system description in 21_1_RC etc/NEWS |
Date: |
Sun, 26 Jan 2003 10:38:06 -0500 |
This entry from EMACS_21_1_RC's etc/NEWS is inaccurate:
** The default value of selection-coding-system is now
compound-text-with-extensions.
If you want the old behavior, set selection-coding-system to
compound-text, which may be significantly more efficient. Using
compound-text-with-extensions seems to be necessary only for decoding
text from applications under XFree86 4.2, whose behaviour is actually
contrary to the compound text specification.
In fact, the default value of `selection-coding-system' is
system-dependent. On Windows systems, for example, it is iso-latin-1-dos,
while it is compound-text-mac on Macs, I think.
Handa and Eli, can you rewrite this to be correct?