From 53b7759e5c51ca84709347d74712d90fe8c43829 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 16 Nov 2007 04:31:13 +0000 Subject: [PATCH] (Communication Coding): Mention x-select-request-type. --- doc/emacs/ChangeLog | 6 ++++++ doc/emacs/mule.texi | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 9b7af92255c..e71ee05f2e5 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,9 @@ +2007-11-16 Kenichi Handa + + * 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,Al(B * maintaining.texi (TEXTAGS): note that you can use "-" for stdout with diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi index 0def4bc5c3e..4a7eceea0eb 100644 --- a/doc/emacs/mule.texi +++ b/doc/emacs/mule.texi @@ -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}) -- 2.39.2