1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 18:55:13 -08:00

(Mouse Commands): The default for selections encoding is

compound-text-with-extensions.
This commit is contained in:
Eli Zaretskii 2002-02-26 16:47:24 +00:00
parent 3dfdc066a9
commit e57a7d9eae

View file

@ -183,9 +183,10 @@ to insert the text from the selection.
command of the program operating the other window, to select the text
you want. Then yank it in Emacs with @kbd{C-y} or @kbd{Mouse-2}.
The standard coding system for X selections is @code{compound-text}.
To specify another coding system for X selections, use @kbd{C-x
@key{RET} x} or @kbd{C-x @key{RET} X}. @xref{Specify Coding}.
The standard coding system for X selections is
@code{compound-text-with-extensions}. To specify another coding
system for X selections, use @kbd{C-x @key{RET} x} or @kbd{C-x
@key{RET} X}. @xref{Specify Coding}.
These cutting and pasting commands also work on MS-Windows.