home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / 3175 < prev    next >
Encoding:
Internet Message Format  |  1993-01-05  |  922 b 

  1. Path: sparky!uunet!ogicse!das-news.harvard.edu!cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!bam
  2. From: bam+@BAM.GARNET.CS.CMU.EDU (Brad Myers)
  3. Newsgroups: comp.lang.lisp
  4. Subject: X11 selection
  5. Message-ID: <C0E2I6.Iq0.1@cs.cmu.edu>
  6. Date: 5 Jan 93 16:15:41 GMT
  7. Article-I.D.: cs.C0E2I6.Iq0.1
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Organization: School of Computer Science, Carnegie Mellon
  10. Lines: 11
  11. Originator: bam@BAM.GARNET.CS.CMU.EDU
  12. Nntp-Posting-Host: bam.garnet.cs.cmu.edu
  13.  
  14. Has anyone written code in Lisp that successfully handles the X11 copy-paste
  15. selection.  So far, we have just been setting the x cut buffer using 
  16.       (setf (xlib:cut-buffer display) str)
  17. but this isn't good enough when some other application (like xterm) has
  18. the selection "grabbed" (reverse video).
  19.  
  20. I can't figure out what to do from the CLX documentation, so I am hoping 
  21. someone has code that already works.
  22.  
  23. Thanks!
  24. Brad Myers
  25.