home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / editors / 2856 < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.7 KB  |  46 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!world!jhallen
  3. From: jhallen@world.std.com (Joseph H Allen)
  4. Subject: Re: JOE 1.0.4 problem
  5. Message-ID: <By6yFv.5oD@world.std.com>
  6. Organization: The World Public Access UNIX, Brookline, MA
  7. References: <1992Nov23.202712.9346@reks.uia.ac.be>
  8. Date: Mon, 23 Nov 1992 22:57:30 GMT
  9. Lines: 35
  10.  
  11. In article <1992Nov23.202712.9346@reks.uia.ac.be> wittesa@reks.uia.ac.be (Willy Wittesaele) writes:
  12. >Hello ,
  13.  
  14. >I have JOE 1.0.4 running under SCO 3.2.2 and it works fine when I start
  15. >it up from the console (TERM = ansi) . I compiled it with the -xenix compiler
  16. >option and no optimizations (otherwise the help-screens are a mess).
  17.  
  18. The problem with the optimizer and the help screens is fixed in the latest 
  19. version.  There was a bug in the routines which handled back-tab and tab.  
  20. (The SCO UNIX and Xenix consoles are the only ttys so far that have 
  21. back-tab).  
  22.  
  23. >However when I start it up from a vt-100 like terminal (connected at
  24. >9600 baud .... the program starts with the message "Processing keymap
  25. >file ...... done" and then it takes between 15 and 20 sec. before the
  26. >editing session starts with an empty screen and the top & bottom lines ?
  27.  
  28. This sounds like something to do with the initialization string given in the 
  29. vt100 termcap entry or perhaps a bug in the part of JOE which sends out pad 
  30. characters.  Try copying the termcap file supplied with joe to $HOME/.termcap
  31. Let me know if this fixes the problem.
  32.  
  33. You might also try using 'make sv' instead of 'make xenix', but you have to 
  34. put these add these lines into the ttysv.c file: 
  35.  
  36.     #include <sys/types.h>
  37.     #include <sys/stream.h>
  38.     #include <sys/ptem.h>
  39.     #undef SIGCONT
  40.  
  41. The xenix driver should be better than the system V one though.
  42.  
  43. >Willy , wittesa@reks.uia.ac.be
  44.  
  45.  
  46.