home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / emacs / 2960 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.3 KB  |  34 lines

  1. Newsgroups: comp.emacs
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!ux1.cso.uiuc.edu!news.cso.uiuc.edu!ux3.cso.uiuc.edu!marca
  3. From: marca@ncsa.uiuc.edu (Marc Andreessen)
  4. Subject: Re: epoch: get Sun Copy, paste keys to work
  5. References: <19920826.135523.309@almaden.ibm.com>
  6. Message-ID: <MARCA.92Aug26235726@wintermute.ncsa.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: Nat'l Center for Supercomputing Applications
  9. In-Reply-To: mickeyf@vnet.ibm.com's message of Wed, 26 Aug 92 13:49:39 PDT
  10. Date: Thu, 27 Aug 1992 04:57:26 GMT
  11. Lines: 21
  12.  
  13. --> On Wed, 26 Aug 92 13:49:39 PDT, mickeyf@vnet.ibm.com (Mickey Ferguson) said:
  14.   /mickey/ I just got epoch and compiled it to run on my Sun Sparc
  15.   /mickey/ running SunOS 4.1.2 and OpenLook.  The function keys and
  16.   /mickey/ arrows all work, but the only thing that doesn't work is
  17.   /mickey/ the copy, cut and paste keys that work between all of my
  18.   /mickey/ other OpenLook windows.  Is there some way to get them to
  19.   /mickey/ work properly?  Have I possibly built my copy of epoch
  20.   /mickey/ wrong?
  21.  
  22. I believe you need to put this in your .emacs file:
  23.  
  24. (if (boundp 'epoch::version)
  25.     (setq mouse::selection-atom (intern-atom "CLIPBOARD")))
  26.  
  27. Marc
  28.  
  29. --
  30. Marc Andreessen
  31. Software Development Group
  32. National Center for Supercomputing Applications
  33. marca@ncsa.uiuc.edu
  34.