diff options
| -rw-r--r-- | doc/lispref/frames.texi | 37 |
1 files changed, 23 insertions, 14 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index fc36346f773..6193a4fe1cd 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -4058,20 +4058,29 @@ under X, and @xref{Other Selections} for those elsewhere. | |||
| 4058 | 4058 | ||
| 4059 | @defopt selection-coding-system | 4059 | @defopt selection-coding-system |
| 4060 | This variable provides a coding system (@pxref{Coding Systems}) which | 4060 | This variable provides a coding system (@pxref{Coding Systems}) which |
| 4061 | is used to encode selection data, and takes effect on MS-DOS, | 4061 | is used to encode selection data, and takes effect on MS-Windows and |
| 4062 | MS-Windows and X@. | 4062 | X@. It is also used in the MS-DOS port when it runs on MS-Windows and |
| 4063 | 4063 | can access the Windows clipboard text. | |
| 4064 | Under MS-DOS and MS-Windows, it is the coding system by which all | 4064 | |
| 4065 | non-ASCII clipboard text will be encoded and decoded; if set under X, | 4065 | On X, the value of this variable provides the coding system which |
| 4066 | it provides the coding system calls to @code{gui-get-selection} will | 4066 | @code{gui-get-selection} will use to decode selection data for a |
| 4067 | decode selection data for a subset of text data types by, and also | 4067 | subset of text data types, and also forces replies to selection |
| 4068 | forces replies to selection requests for the polymorphic @code{TEXT} | 4068 | requests for the polymorphic @code{TEXT} data type to be encoded by |
| 4069 | data type to be encoded by the @code{compound-text-with-extensions} | 4069 | the @code{compound-text-with-extensions} coding system rather than |
| 4070 | coding system rather than Unicode. | 4070 | Unicode. |
| 4071 | 4071 | ||
| 4072 | Its default value is the system code page under MS-Windows 95, 98 or | 4072 | On MS-Windows, this variable is generally ignored, as the MS-Windows |
| 4073 | Me, @code{utf-16le-dos} under NT/W2K/XP, @code{iso-latin-1-dos} on | 4073 | clipboard provides the information about decoding as part of the |
| 4074 | MS-DOS, and @code{nil} elsewhere. | 4074 | clipboard data, and uses either UTF-16 or locale-specific encoding |
| 4075 | automatically as appropriate. We recommend to set the value of this | ||
| 4076 | variable only on the older Windows 9X, as it is otherwise used only in | ||
| 4077 | the very rare cases when the information provided by the clipboard | ||
| 4078 | data is unusable for some reason. | ||
| 4079 | |||
| 4080 | The default value of this variable is the system code page under | ||
| 4081 | MS-Windows 95, 98 or Me, @code{utf-16le-dos} on Windows | ||
| 4082 | NT/W2K/XP/Vista/7/8/10/11, @code{iso-latin-1-dos} on MS-DOS, and | ||
| 4083 | @code{nil} elsewhere. | ||
| 4075 | @end defopt | 4084 | @end defopt |
| 4076 | 4085 | ||
| 4077 | For backward compatibility, there are obsolete aliases | 4086 | For backward compatibility, there are obsolete aliases |