(Communication Coding): Mention x-select-request-type.
This commit is contained in:
parent
e60594293d
commit
53b7759e5c
2 changed files with 15 additions and 0 deletions
|
@ -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,Al(B <pot@gnu.org>
|
||||
|
||||
* maintaining.texi (TEXTAGS): note that you can use "-" for stdout with
|
||||
|
|
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue