home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / lucidem / bug / 520 < prev    next >
Encoding:
Text File  |  1993-01-26  |  917 b   |  21 lines

  1. x-gateway: rodan.UU.NET from bug-lucid-emacs to alt.lucid-emacs.bug; Tue, 26 Jan 1993 04:03:29 EST
  2. Date: Tue, 26 Jan 1993 01:03:31 PST
  3. Message-ID: <9301260903.AA27552@thalidomide.lucid>
  4. X-Windows: Some voids are better left unfilled.
  5. From: jwz@lucid.com (Jamie Zawinski)
  6. Sender: jwz%thalidomide@lucid.com
  7. Subject: Re: Ultrix and lemacs19.4 (hanging)
  8. References: <1k2pg0INNeul@uniwa.uwa.edu.au>
  9. Newsgroups: alt.lucid-emacs.bug
  10. Path: sparky!uunet!wendy-fate.uu.net!bug-lucid-emacs
  11. Lines: 8
  12.  
  13. It's wrong to replace the call to XGetWindowProperty with a call to that
  14. followed by a call to XDeleteProperty.  The read-and-delete needs to be
  15. an atomic operation; it's a semaphore.  I don't understand why this
  16. would fix anything, but probably it's just hiding the real bug instead
  17. of fixing it.  (Either that or your X server or Xlib doesn't correctly
  18. implement XGetWindowProperty, which is pretty inconcievable.)
  19.  
  20.     -- Jamie
  21.