]> git.eshelyaron.com Git - emacs.git/commitdiff
(Communication Coding): Mention x-select-request-type.
authorKenichi Handa <handa@m17n.org>
Fri, 16 Nov 2007 04:31:13 +0000 (04:31 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 16 Nov 2007 04:31:13 +0000 (04:31 +0000)
doc/emacs/ChangeLog
doc/emacs/mule.texi

index 9b7af92255c8a1419e7221eed424977e84e88f50..e71ee05f2e522c5eb13019ae5970a369778a49df 100644 (file)
@@ -1,3 +1,9 @@
+2007-11-16  Kenichi Handa  <handa@ni.aist.go.jp>
+
+       * mule.texi (Communication Coding): Mention x-select-request-type.
+
+       * frames.texi (Cut/Paste Other App): Mention x-select-request-type.
+
 2007-11-15  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
        * maintaining.texi (TEXTAGS): note that you can use "-" for stdout with
index 0def4bc5c3ef6b1bfffca92e8d71655be8adb4b8..4a7eceea0eb987a06df850a46c912dc6815a9c96 100644 (file)
@@ -1086,6 +1086,15 @@ you override it by using the command again.  The command @kbd{C-x
 @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})