EVE$HELP.HLB  —  SET_NOCLIPBOARD
  SET NOCLIPBOARD    (default)

  Disables the clipboard so that copying, cutting, and pasting use the
  INSERT HERE buffer in EVE.

  Example:

     The following commands disable the DECwindows clipboard, select the
     entire buffer, and then copy the selection to the INSERT HERE buffer,
     rather than to the clipboard:

        Command: SET NOCLIPBOARD
        Command: SELECT ALL
        Command: COPY

  Usage notes:

  o  For routine editing within EVE, using the INSERT HERE buffer may be
     faster than using the clipboard. Typically, you enable the clipboard so
     you can transfer text between EVE and other DECwindows applications.

  o  To view the contents of the INSERT HERE buffer---for example, to check
     what you last copied or cut---use the command BUFFER INSERT HERE.

  o  SET NOCLIPBOARD applies in all buffers. To save your setting for future
     editing sessions, use SAVE ATTRIBUTES to create a section file or to
     create or update a command file. See help on Attributes.

  o  On DECwindows, you can toggle the setting as follows:

        1.  Choose Global Attributes from the Customize menu.
        2.  Click M1 on Set Clipboard in the dialog box.

  Related topics:

     Quick Copy     COPY     CUT     PASTE     SET CLIPBOARD
Close Help