home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / fj / maillis / xwindow / 17517 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  2.1 KB

  1. Path: sparky!uunet!stanford.edu!sun-barr!sh.wide!wnoc-tyo-news!scslwide!wsgw!wsservra!daemon
  2. From: sinkwitz@ifi.unizh.ch (Rainer Sinkwitz)
  3. Newsgroups: fj.mail-lists.x-window
  4. Subject: Re: Paste to OW3 mailtool from X11R5 xterm
  5. Message-ID: <1992Nov16.231843.20057@sm.sony.co.jp>
  6. Date: 16 Nov 92 23:18:43 GMT
  7. Sender: daemon@sm.sony.co.jp (The devil himself)
  8. Distribution: fj
  9. Organization: University of Zurich, Department of Computer Science
  10. Lines: 33
  11. Approved: michael@sm.sony.co.jp
  12.  
  13. Date: 9 Nov 92 14:20:57 GMT
  14. Message-Id: <1992Nov9.142057.7274@ifi.unizh.ch>
  15. Newsgroups: comp.windows.x,comp.windows.open-look
  16. References: <Bx5Gvu.97p@dcs.ed.ac.uk>
  17. Sender: xpert-request@expo.lcs.mit.edu
  18.  
  19.  
  20. In article <Bx5Gvu.97p@dcs.ed.ac.uk>, pds@epcc.ed.ac.uk (Patrick Surry) writes:
  21. > Can you do it?  I run X but use the OW3 mailtool since I like it better
  22. > than others I have seen.  I would like to be able to copy text from an
  23. > xterm by highlighting it with the mouse and then paste it to the mailtool
  24. > compose window (textedit tool?).  Unfortunately, it doesn't work!  I 
  25. > wonder if there is a clever way round it.  I have noticed that if you
  26. > highlight text in an xterm and then choose "include file" in the compose
  27. > window, the text you highlighted appears as the default file name, but I'd
  28. > like it to be in the clipboard instead.  Anyone hack around this?
  29. I use the following:
  30.  
  31. XTerm*vt100.translations:       #override\n\
  32.   ~Shift        <KeyPress> F23:     set-scrollbar(toggle) \n\
  33.   ~Shift        <KeyPress> F27:     scroll-back(100,page) \n\
  34.   ~Shift        <KeyPress> R13:     scroll-forw(100,page) \n\
  35.   ~Shift ~Meta  <KeyPress> F29:     scroll-back(1,page) \n\
  36.   ~Shift ~Meta  <KeyPress> F35:     scroll-forw(1,page) \n\
  37.   ~Shift  Meta  <KeyPress> F29:     scroll-back(1,line) \n\
  38.   ~Shift  Meta  <KeyPress> F35:     scroll-forw(1,line) \n\
  39.         <Key>L6:  start-extend() select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)\n\
  40.         <Key>L8:  insert-selection(CLIPBOARD) \n\
  41.         <Key>L10: start-extend() select-end(PRIMARY, CLIPBOARD, CUT_BUFFER0)\n
  42.  
  43. Cut-Paste works nicely. You only must not move the pointer before hitting 
  44. L6 key.
  45.