home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / emacs / help / 3582 < prev    next >
Encoding:
Text File  |  1992-07-31  |  2.0 KB  |  40 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!nwnexus!jhgrud!joe
  3. From: joe@MsElectron.com (Joe Kelsey)
  4. Subject: Re: Linking Emacs on ESIX System V 4.0.4 with X11R4 (Motif)
  5. Message-ID: <1992Jul31.174113.11380@MsElectron.com>
  6. Keywords: ESIX SVR4 s-esix5r4.h 
  7. Organization: Ms. Electron, Inc.
  8. References: <1992Jul29.152354.29278@MsElectron.com>
  9. Date: Fri, 31 Jul 1992 17:41:13 GMT
  10. Lines: 28
  11.  
  12.  
  13. I have done more experimenting and found out even more interesting things.
  14. Emacs runs just fine in ``terminal'' mode (almost!), but not under X.  One
  15. major problem relates to running emacs in an Xterm window.  I suppose no one
  16. noticed the problems yet since, if you have X, you might as well run Emacs in
  17. its own window, but the problems seem to relate to problems with the SysVr4
  18. pty implementation.  Apparantly, the Streams modules behave differently on the
  19. ``pts'' devices tahn on the other devices.  The major problems happen because
  20. the c_cc structure still contains valid entries in most of the array elements,
  21. such as VDSUSP, VSTOP, etc.  Also, SysVr4 uses the manifest constant VDSUSP
  22. rather than V_DSUSP, as the current sysdep.c assumes.  Making some minor
  23. adjustments in init_tty_modes() allows emacs to run in an xterm window for the
  24. time being.
  25.  
  26. I talked to the Esix people and they said that the new GUI tape should arrive
  27. at the dealers *soon* and that it includes some bug fixes to the general X
  28. libraries required to support the IXI Desktop stuff.  I plan to wait for the
  29. new tape and retry my installation then.  The person I talked to on the phone
  30. ran 18.57 compiled under 4.0.3a on 4.0.4 with no problems, so if you upgraded
  31. (instead of installing from scratch like me), no problems!  He also compiled
  32. Emacs with gcc 1.40 rather than the ccs stuff.  I guess my next step involves
  33. picking up either gcc 1.40 or maybe even 2.2.2 and see if I can get that
  34. running.  Maybe gdb also so I don't have to suffer through sdb too much
  35. longer...
  36.  
  37. I plan to post more as soon as I have more specifics.
  38.  
  39. /Joe
  40.