changeset 86142:636dd9f953e5

(Communication Coding): Mention x-select-request-type.
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Nov 2007 04:30:14 +0000
parents 7c9fe748ed7d
children 48f8fc8220bc
files doc/emacs/mule.texi
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/doc/emacs/mule.texi	Fri Nov 16 04:27:57 2007 +0000
+++ b/doc/emacs/mule.texi	Fri Nov 16 04:30:14 2007 +0000
@@ -1086,6 +1086,15 @@
 @key{RET} X} (@code{set-next-selection-coding-system}) specifies the
 coding system for the next selection made in Emacs or read by Emacs.
 
+@vindex x-select-request-type
+  The variable @code{x-select-request-type} specifies a data type of
+selection to request for receiving the text from the other
+applications.  The default value is nil, which means Emacs tries
+`COMPOUND_TEXT' and `UTF8_STRING', and use the more appropriate
+result.  You can explicitly specify the data type by setting the
+variable to one of the followings:
+  `COMPOUND_TEXT', `UTF8_STRING', `STRING', `TEXT'
+
 @kindex C-x RET p
 @findex set-buffer-process-coding-system
   The command @kbd{C-x @key{RET} p} (@code{set-buffer-process-coding-system})