Larry Gates <[EMAIL PROTECTED]> writes:

> I, too, can get cut-n-paste via Netscape's "Edit/Copy" menu, and then
> use Java's java.awt.datatransfer.Clipboard method as described in a
> past document on the Java Developer Connection.  This is nice, but I
> can't paste a highlighted text portion from the mouse, which we Linux
> users all like to do. 

As mentioned elsewhere there are two clippboards, the system (primary)
and a secondary used by the mouse. To merge these, have the following
lines added to your .Xresources file.

  *VT100.Translations:         #override \
   Button1 <Btn1Up>: select-end(PRIMARY,CUT_BUFFER0,CLIPBOARD)\n\
   <Btn2Up>:    insert-selection(CLIPBOARD)\n\
   <Btn2Up>: insert-selection(PRIMARY,CUT_BUFFER0)

-- 
Jan-Henrik Haukeland


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to