changeset 33920:9fd4e6727f6b

(Clipboard): New.
author Dave Love <fx@gnu.org>
date Mon, 27 Nov 2000 17:24:54 +0000
parents 366ec50ec0d8
children d2f15377cc82
files man/frames.texi
diffstat 1 files changed, 25 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/man/frames.texi	Mon Nov 27 17:16:51 2000 +0000
+++ b/man/frames.texi	Mon Nov 27 17:24:54 2000 +0000
@@ -42,6 +42,7 @@
 @menu
 * Mouse Commands::      Moving, cutting, and pasting, with the mouse.
 * Secondary Selection:: Cutting without altering point and mark.
+* Clipboard::           Using the clipboard for selections.
 * Mouse References::    Using the mouse to select an item from a list.
 * Menu Mouse Clicks::   Mouse clicks that bring up menus.
 * Mode Line Mouse::     Mouse clicks on the mode line.
@@ -261,6 +262,30 @@
 yanks at point.  Then it does not matter precisely where you click; all
 that matters is which window you click on.  @xref{Mouse Commands}.
 
+@node Clipboard
+@section Using the Clipboard
+@cindex X clipboard
+@cindex clipboard
+@vindex x-select-enable-clipboard
+@findex menu-bar-enable-clipboard
+@cindex OpenWindows
+@cindex Gnome
+
+As well as the primary and secondary selection types, X supports a
+@dfn{clipboard} selection type which is used by some applications,
+particularly under OpenWindows and Gnome.
+
+The command @kbd{M-x menu-bar-enable-clipboard} makes the @code{Cut},
+@code{Paste} and @code{Copy} menu items, as well as the keys of the same
+names, all use the clipboard.
+ 
+You can customize the option @code{x-select-enable-clipboard} to make
+the Emacs yank functions consult the clipboard before the primary
+selection, and to make the kill functions to store in the clipboard as
+well as the primary selection.  Otherwise they do not access the
+clipboard at all.  Using the clipboard is the default on MS-Windows,
+unlike most systems.
+
 @node Mouse References
 @section Following References with the Mouse
 @kindex Mouse-2 @r{(selection)}