home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / epoch / misc / 1271 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.2 KB  |  34 lines

  1. Path: sparky!uunet!europa.eng.gtefsd.com!emory!swrinde!sdd.hp.com!spool.mu.edu!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!sa.erisoft.SE!Jan.Djarv
  2. From: Jan.Djarv@sa.erisoft.SE (Jan Djarv)
  3. Newsgroups: gnu.epoch.misc
  4. Subject: Re: cut & paste into/out of epoch
  5. Date: 28 Jan 1993 14:12:30 -0500
  6. Organization: Gnus Not Usenet
  7. Lines: 21
  8. Sender: daemon@cis.ohio-state.edu
  9. Distribution: gnu
  10. Message-ID: <9301281819.AA20987@epls01.sa.erisoft.se>
  11. References: <27365.9301281540@amy.rduels.bham.ac.uk>
  12.  
  13. > We are running epoch under OpenWindows 3 on SPARCstations.
  14. > On the whole epoch is a great improvement over vanilla emacs, but we have
  15. > found it impossible to paste text into an epoch buffer from another
  16. > application, such as a shelltool. Similarly, text highlighted inside
  17. > epoch cannot be pasted into another window. Is there a solution to this?
  18. The problem is that Epoch (as well as most other x clients) uses
  19. the PRIMARY selection. Openwindows clients (like shelltool) uses the
  20. CLIPBOARD selection.
  21.  
  22. You can tell epoch to use the CLIPBOARD by inserting
  23.  (setq mouse::selection-atom (intern-atom "CLIPBOARD"))
  24.  
  25. into your ~/.emacs (works with epoch-4.2 at least).
  26.  
  27.  
  28. Regards,
  29.  
  30.     Jan D.
  31.  
  32.