home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / lisp / 2406 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.4 KB  |  39 lines

  1. Newsgroups: comp.lang.lisp
  2. Path: sparky!uunet!munnari.oz.au!manuel!cs.anu.edu.au!csis!regulus!gjw
  3. From: gjw@csis.dit.csiro.au (Graham Williams)
  4. Subject: (ed), CLX, and OpenWindows
  5. Message-ID: <1992Sep11.062847.11139@csis.dit.csiro.au>
  6. Sender: news@csis.dit.csiro.au
  7. Nntp-Posting-Host: regulus
  8. Reply-To: gjw@csis.dit.csiro.au
  9. Organization: Spatial Information Systems, CSIRO, Canberra, Australia
  10. Date: Fri, 11 Sep 1992 06:28:47 GMT
  11. Lines: 26
  12.  
  13. In Lucid Common Lisp and CMU Common Lisp, for example, when running
  14. under X11 I have things configured to run the supplied X11 Window based
  15. editor when (ed) is called (both implemented, I presume, using CLX).  This
  16. works fine under straight X11R4.  Under OpenWindows, with the default
  17. usage of xauthority rather than xhost, I get the following
  18. authorization error:
  19.  
  20.     Connection failure to X11.0 server unix display 0: Internal error
  21.     during connection authorization check
  22.  
  23.     (xlib::x-error xlib:connection-failure :major-version 11 
  24.     :minor-version ...)
  25.  
  26. Short of asking OpenWindows not to use the xauthority security
  27. mechanism, how can I convince OpenWindows that the editor is
  28. authorised!
  29.  
  30. I've checked the FAQ!
  31.  
  32. Thanks
  33. ---
  34. Graham.Williams@csis.dit.csiro.au           ,--_|\   Tel: +61 6 275 0963
  35. Spatial Information Systems, CSIRO-DIT     /      \  Fax: +61 6 257 1052
  36. Australian National University, Canberra   \_.--_*/  GPO Box 664 ACT 2601
  37.                                                  v
  38.  
  39.