home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 17829 < prev    next >
Encoding:
Internet Message Format  |  1992-12-27  |  1.1 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!netcom.com!netcomsv!terapin!paulk
  2. From: paulk@terapin.com (Paul Kienitz)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: IDEA->Macro prog w/joystick movements
  5. References: <38139@cbmvax.commodore.com>
  6. Message-ID: <paulk.2y91@terapin.com>
  7. Date: 26 Dec 92 17:50:48 PST
  8. Organization: BBS
  9. Lines: 17
  10.  
  11. > > AmigaDos 2.0 has a shell text-clipping feature that only works
  12. > > with other Dos windows.
  13.  
  14. > Actually, as long as you are running the background program
  15. > 'conclip', which is supplied with 2.04 and is started by default in
  16. > the startup-sequence, the shell copy/paste uses the Amiga system
  17. > clipboard.  Other programs that can use the clipboard (VLT,
  18. > MicroEmacs, Baby!, etc) can get and put the text you clipped.
  19.  
  20. And with the program ClipFile, you can swap any text between the
  21. clipboard and ram disk files.  I used this, for instance, to hack up
  22. right-amiga-C and right-amiga-V keystrokes in Uedit.
  23.  
  24. But the other day I wanted to paste something from the text editor
  25. into a string gadget... couldn't figure another way to get
  26. nonstandard IBM characters into it.
  27.  
  28.